Cpu resource is available but many run-queue from vmstat

Hi, all
I coundn't find appropriate category for this system related questions.
I am sorry for this.
The system has more than 100 CPUs on a linux machine, but there are more than 10 run queues.
As you see, "r" is around 10, but "id" of cpu is about 90%.
=> I cound not understand why processes do not use OTHER available CPU resource in stead of waiting in run-queue.
uname -a
Linux aaa 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
vmstat 1 10
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
6 13      0 117346968 3604540 105912264    0    0  1013    60    0    0  6  2 90  3  0
9 14      0 117347072 3604540 105912240    0    0 27752 11759 40266 79569  4  2 89  5  0
11  7      0 117348512 3604540 105912272    0    0 36680  3085 37745 74248  5  2 89  4  0
7 16      0 117344720 3604540 105912192    0    0 27720 15913 36344 74105  4  1 89  6  0
7 13      0 117346896 3604540 105912288    0    0  9944 15803 41294 80441  6  2 88  5  0
5  9      0 117348656 3604540 105912288    0    0 11368  2051 39088 77034  5  1 89  4  0Thanks in advance.
Best Regards.

Thanks for your reply.
"r" is the number of processes ON CPU plus the number of processes WAITING FOR CPU.
The following is from "man vmstat".
  Procs
       r: The number of processes waiting for run time.
       b: The number of processes in uninterruptible sleep.I am confused whether or not "r" contains processes which are corrently on cpu, not in run queue.
Could you give me more detailed explaination or some article?
Thanks.
Best Regards.
Edited by: 869578 on 2013. 2. 15 오전 12:48

Similar Messages

  • How to run expdp from client ?

    Hi All,
    I tried searching google and forums for my issue but to no avail > How to run expdp from client side ....like in my laptop.
    Because currently our PROD database server has no space for expdp dump file. So I want it directed to my laptop which has an extenal USB of 1TB harddisk...via client EXPDP
    import data using impdp command
    Posted on: 08-May-2012 11:36, by user: 841731 -- Relevance: 53% -- Show all results within this thread
    below command is correct or not? if it is not correct could you please send me the correct command. impdp user/pass@databasename schemas=sourceschemaname remap_schema=sourceschemaname:destinationschemaname ...
    System generated Index names different on target database after expdp/impdp
    Posted on: 30-May-2012 11:58, by user: 895124 -- Relevance: 43% -- Show all results within this thread
    After performing expdp/impdp to move data from one database (A) to another (B), the system name generated indexes has different ...
    [ETL] TTS vs expdp/impdp vs ctas (dblink
    Posted on: 08-May-2012 21:10, by user: 869578 -- Relevance: 39% -- Show all results within this thread
    (table : 500 giga, index : 500 giga), how much faster is TTS (transportable tablespace) over expdp/impdp, and over ctas (dblink) ? As you know, the speed of etl depends on the hardware capacity. (io ...
    Oracle Client
    Posted on: 21-Jun-2012 22:47, by user: Sh**** -- Relevance: 32% -- Show all results within this thread
    Hi Guys, Please can you guys elaborate the difference between Oracle Client and Oracle Instant Client. Also, please can you advise from where I can download the Oracle normal ...
    Oracle 10g Client
    Posted on: 05-Jun-2012 10:11, by user: dzm -- Relevance: 26% -- Show all results within this thread
    to search at oracle site and this forum, but i wasn't able to find a link to download the oracle 10g client. I really need especificaly the 10g version. Anybody know the link or another way to download ...
    9i client to access 11g database
    Posted on: 22-Jun-2012 07:31, by user: kkrm333 -- Relevance: 24% -- Show all results within this thread
    Hi, Can i access a 11g database using 9i client? Thanks,
    SQLplus in Oracle Client
    Posted on: 14-Jun-2012 00:36, by user: Tim B. -- Relevance: 24% -- Show all results within this thread
    Hi, I tried to install an 11g oracle client in linux. As I've compared the files with the files when you install using the oracle instant ...
    Re: Information on Oracle Client 11202-1.1.4-6
    Posted on: 05-Jun-2012 03:33, by user: 898763 -- Relevance: 23% -- Show all results within this thread
    Actually thats the client requirement
    Analysing the performance of a single client
    Posted on: 28-Mar-2012 02:05, by user: 880172 -- Relevance: 23% -- Show all results within this thread
    timeouts even on some of the simplest queries. I want to try and get some data about how just this one client is performing and what it’s doing, but everything Google has thrown up so far is orientated around ...
    to make client connection as sys
    Posted on: 12-Jun-2012 22:04, by user: user11221081 -- Relevance: 23% -- Show all results within this thread
    Dear gurus can i connect to my server from my client machine with sysdba without giving sys password i have connected in different ways as sys@abc ...Thanks a lot.

    Though you can initiate the binary from your client side but for the file creation, there is no other way but to store it on the server side. So your best bet would be to get some space free on the server side of yours.
    Aman....

  • Correlation between cpu load and the run queue

    We are seeing cases where our cpu utilization is less than 50 % but we are getiing run queues of more than 10 minutes. I would expect a high run queue if we were seeing higher cpu utilization but I am having trouble correlating a high run queue with low cpu utilization. Has anyone else seen a condition like this or have any insights. Database is 11g RAC Exadata X2 full rack. We are using ORM to manage CPU resources as well.

    We are seeing cases where our cpu utilization is less than 50 % but we are getiing run queues of more than 10How many cores do you have?
    If 4, then it looks OK.
    Even if 8, it may be correct.
    The core does not pickup a waiting thread right after a running thread starts waiting for something like I/O. The switching of context has a cost.
    A time of delay may depend on CPU and kernel scheduler, but generally it should be some delay after CPU switches context from one process/thread to another, in case when a running process started waiting prematurely in the middle of its time slice. That is why you may see less than 100% CPU utilization.

  • Increasing the SGA Size to Reduce CPU Run Queues?

    I got the following e-mail message from one of our UNIX admins and wanted to know if anyone can shed some light on this:
    I was just talking to [a consultant] about the problems on [the database server] and he pointed out that he has seen extremely high CPU run queues on this server, despite the fact that average CPU usage is not hitting 100%. We did some more digging and memory is being poorly utilized on this server. There is a lot of available memory that is not being used. We think that the run queues are running up because we have multiple reports coming in and sitting on the individual CPUs but they aren't able to fully utilize the available CPU. We were wondering if it would be possible to adjust the database to use more of the available memory and see if that allows the queries to use the CPU more effectively.

    jdurst wrote:
    I got the following e-mail message from one of our UNIX admins and wanted to know if anyone can shed some light on this:
    I was just talking to [a consultant] about the problems on [the database server] and he pointed out that he has seen extremely high CPU run queues on this server, despite the fact that average CPU usage is not hitting 100%. We did some more digging and memory is being poorly utilized on this server. There is a lot of available memory that is not being used. We think that the run queues are running up because we have multiple reports coming in and sitting on the individual CPUs but they aren't able to fully utilize the available CPU. We were wondering if it would be possible to adjust the database to use more of the available memory and see if that allows the queries to use the CPU more effectively.First, [read these comments.|http://prodlife.wordpress.com/2008/05/06/newsflash-100-cpu-is-worse-than-you-think/#comments]
    So, there are a lot of things that could be happening, and your post doesn't even begin to point in the right direction. Is your system heavily batched? You might speed report things up by slowing down the batch and letting other things use the cpu's. What does Oracle think it is waiting on?
    As the comments cited above suggest, Cary's book addresses how to figure these things out. Big CPU run queues are certainly an indication of tuning necessity, perhaps on both the Oracle and OS side. It could even be something silly like I/O being too slow so the CPU's are waiting on that stuff. There are enough variables involved it can very quickly become like squeezing balloon animals if you don't use a structured approach.
    So, what all hardware is involved? What are your init.ora parameters? What exact versions of everything? What do OS utilities show?

  • I have never updated ios on my iPhone 4.  I am currently running ios 4.  I tried to update yesterday to ios 6 but many hours into the backup I got an error message saying that continuing would cause all of my phone contents to be lost. What should I do?

    I have never updated ios on my iPhone 4.  I am currently running ios 4.  I tried to update yesterday to ios 6 but many hours into the backup I got an error message saying that continuing would cause all of my phone contents to be lost. What should I do?

    Why, if it told you you have insufficient space on your computer, would it suggest making more space available on your phone?
    At a guess, you have insufficient space on your phone. Installing software will typically require more space than the final size of the software, perhaps even twice or three times as much, for the installation process. You can easily dump some videos or music temporarily, and then synch them back in afterwards.

  • DAC Task are queued but not running

    Hi Everybody,
    Currently we are running the ETL for only Financials and there are 394 tasks in total out of which 285 have been completed successfully. At times some of the tasks would just get stuck on particular action. For e.g The analyze task after dimension population would remain in the queued status and would never switch to run mode. So we had to abort the ETL and restart it. This action resulted in successful completion of the previously queued task. Now for past two days the ETL is once again stuck (queued but not running).
    For e.g The following task is showing status of running
    51     SIL_InventoryProductDimension_SCDUpdate     Running     2009-03-02 21:09:59.0                    DataWarehouse     DataWarehouse     SILOS          Update Slowly Changing Dimension     Informatica     0     0     -2     CUST R11 5 10
    But if I right click on the details
    I get this
    1     SIL_InventoryProductDimension_SCDUpdate_Full     Running     2009-03-02 17:40:41.0     2009-03-02 21:09:09.0     3 hour(s), 28 min(s), 28 sec(s)     Verifying if workflow still running on Informatica Server 'Oracle_BI_DW_Server'.
    If still running will attach to the workflow.     DataWarehouse     Informatica     0          -2     0
    And the remaining detail tasks for this are in queued status.
    What could be the reason?
    Does it need the Infomartica workflow manager open? It is open currently open but must have been accidently closed in between.
    Informatica services have always been running.
    Thank you very much
    Nilesh
    [excel dashboard|http://www.exceldashboard.org]
    dashboard Software
    [Access Dashboard|http://www.accessdashboards.com]
    [Dashboard Reporting|http://www.reportingdashboard.com]
    Edited by: njethwa on Jan 6, 2010 5:39 PM

    Hi
    This Sometime happens with DAC.We faced the same issue and had an SR open with Siebel for almost 2 weeks,they Couldnt help us out.
    Restart your DAC Server and Do a Dryrun and then run your full ETL .
    The Analyze task would not hang anymore.
    I dot have any logical reason why this happens,but i am guessing it has to do with some java heap memory.So restarting the Server would free up the memory.(i am guessing but not sure).
    But it Works.
    Try it
    Let me know if this helps
    Thanks
    H

  • HT201210 Can the OS for an iPod Touch be updated beyond 3.1.3?  iTunes tells me that this is the latest software but many apps won't run on this older os.

    Can the OS for an iPod Touch be updated beyond 3.1.3?  iTunes tells me that this is the latest software but many apps won't run on this older os.

    If you have a 1G (first generation) iPod touch then it can only go to iOS 3.1.3. To identify yours:
    Identifying iPod models
    If you need a higher iOS, you will have to get a newer model iPod.

  • Problem starting SAP: disp+work.EXE Running but bad dialog queue time

    Hello,
    I have been trying to start my SAP test instance on a local computer, but it does not work. I can see "Running but bad dialog queue time: 12.00 sec". This was working a few weeks ago, but  now it doesn't anymore. My initial assumption was the database was filled, but I checked that and it seems ok, there  is still space for data and logs...
    I have checked the dev_disp log and I can see these:
    *** ERROR => DpHdlDeadWp: W0 (pid 7540) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W1 (pid 6008) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W2 (pid 2412) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W3 (pid 7284) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W4 (pid 1340) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W5 (pid 4088) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W6 (pid 304) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W8 (pid 2120) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W9 (pid 5392) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W10 (pid 6140) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W11 (pid 2996) died (severity=0, status=0) [dpxxwp.c    1531]
    Then I checked the log for W0 and I think this is the problem:
    M  ***LOG Q0I=> NiPConnect2: 127.0.0.1:65000: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3286]
    M  *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 1/sock 1276
        (SI_ECONN_REFUSE/10061; I4; ST; 127.0.0.1:65000) [nixxi.cpp    3286]
    M  *** ERROR => IcmConnect: NiConnect to localhost:65000,-1 (rc=-10) [icxxext.c    182]
    M  *** ERROR => ThPlgConnectToIcm: IcmConnect failed (-10) [thxxplg.c    5137]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThStart: connect to icman (step 1, th_errno 2, action 3, level 1) [thxxhead.c  11313]
    The connections are refused for some reason, I don't know why. Can anyone help? I am attaching the log files...

    Hi
    As per your work process trace (dev_w0), it is not able to reach icm port 65000
    M Mon Aug 11 10:27:39 2014
    M  ***LOG Q0I=> NiPConnect2: 127.0.0.1:65000: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3286]
    M  *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 1/sock 1260
        (SI_ECONN_REFUSE/10061; I4; ST; 127.0.0.1:65000) [nixxi.cpp    3286]
    M  *** ERROR => IcmConnect: NiConnect to localhost:65000,-1 (rc=-10) [icxxext.c    182]
    M  *** ERROR => ThPlgConnectToIcm: IcmConnect failed (-10) [thxxplg.c    5137]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThStart: connect to icman (step 1, th_errno 2, action 3, level 1) [thxxhead.c   11313]
    to fix this error, follow below 2  SAP KBAs ;
    1934023 - Application server startup fail with an ICM connection error
    1900647 - Parameter icm/admin_port
    regards
    Swami

  • TS1717 What do I have to do to keep the iTUNES program on my computer BUT NOT RUNNING on Start UP? It requires too much CPU usage on my old computer.

    What do I have to do to keep the iTUNES loaded as a program on my computer BUT NOT RUNNING on Start UP? Just opening when I want to use it.
    It requires too much CPU usage on my old computer.

    You can check you Adobe account online to see if the serial number is registered under your account.  If not then your only option will likely be to contact Adobe Support directly thru chat to see if they can provide you with a/the serial number. For them to do so will require you being able to prove ownership.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • I have Photoshop CS5 Extended and it says updates available but when i download the updates it says updates failed please try again later, i have tried a few times and get the same message any help would be great i am running 64bit on windows 8

    I have Photoshop CS5 Extended and it says updates available but when i download the updates it says updates failed please try again later, i have tried a few times and get the same message any help would be great i am running 64bit on windows 8.

    I am running Windows 7 64 bit ultimate and have the same problem.  My hard drive crashed, installed a new one and then reinstalled CS5 extended.  Installation went fine, but can no longer open my camera RAW files from Photoshop (camera is a Canon EOS T2i.  The message also tells me I am not eligible for the update.  I am... and I cannot open my files and I could before.  I can find nowhere to contact Adobe to tell me how to proceed.  My daughter is all a registered user of the same product and she had no problems upgrading... we purchased ours each at the same time. I do know the difference is that I had to reinstall and she did not.  If that means anything.

  • I install new hard drive 500gb and i still have 400gb available but my macbook run very slow getting rainbow all the time on screen

    i have install new hard drive 500gb and i still have 400gb available but my macbook run very slow getting rainbow all the time on screen.
    need help

    First boot into recovery and select Disk Utility>First Aid and repair the disk.
    If there is no improvement, perform a Safe Boot:
    http://support.apple.com/kb/ht1
    If there is an improvement, then third party applications are probably the cause of the problem.
    Ciao.

  • How many levels of CPU resources can be allocated by a simple---QNo.121

    How many levels of CPU resources can be allocated by a simple resource plans?

    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14231/dbrm.htm#i1007878
    Up to eight consumer groups can be specified and the only plan directive that can be specified is for CPU.

  • X200 Hardware Interrupts constantly at 40% of CPU resources

    As many other thinkpad owners I started to experience excessive "Hardware Interrupts" using between 40-45% of my CPU resources (on both cores) on my x200. Note that Task Manager will _not_ show this, you will need something like Microsoft's "Process Explorer" to show this. This started about a week ago, following a slew of updates I had been rolling in from "System Update" on my Vista x64 Business.
    I searched the Internet high and low and found many similar experiences (not only with Lenovo models, not only with Vista). Obviously, it is nearly impossible to find out what's causing this.  There is a useful tool called "KrView" by Microsoft that will display more info about which driver is causing the interrupts, but unfortunately it does not run under Vista x64.There is also an on-board Vista tool that allows you to check for unsigned drivers but that didn't seem to be the problem (all drivers were certified ok).
    Other have reported problems with their network drivers where such interrupts would occur as soon as they turn on WiFi. Some were successful by removing their installation of Deamon Tools (which I have not installed, so that didn't help).Others suggested hard disk drivers or CD-ROM driver issues.
    I thus tried to home in on the probably culprit, and found the following puzzling effect: This only occurs when my x200 is in the docking station! After a clean startup, it will be nice and idle for some time, but after some 5 minutes it will start to constantly show the 40-45% of "Hardware Interrupts." Once this happens, it almost never goes back down, even if you undock it. However, if you _start_ the system in an undocked state, the "Hardware Interrupts" do not appear!! I even tried to manually connect all the different pieces that I have attached to my docking station one by one to my undocked laptop (e.g., network cable, external keyboard and mouse, USB harddisk) - none did trigger this. But as soon as you redock your laptop, it will spike up again to its 40-50% "Hardware Interrupts".
    I _assume_ that it might be the display driver that causes this, as this is the only piece of hardware that I couldn't "test" on my standalone laptop: I use a displayport cable to connect by 24" monitor, and the x200 does not have a connector for this... I tried installing the latest Intel graphics drivers but the won't install and tell me that I must use the OEM lenovo versions. I also could not "rollback" the driver (option greyed out) and the old driver version doesn't seem to be available on the lenovo post...
    Alternatively, it might be some sort of "docking station driver" that's causing this. Although I'm not sure what this driver would be and how to update it :-(
    Any hints? (sorry, ultra-long post)

    And this is the kernrate log after I uninstalled the sata controller from control panel. No CPU load.
    I restarted the machine after removing the sata controller and it installed the controller again, it has prompted me to reboot again to finish the installation but I haven't done that yet. Until now, no high load has happened.
    C:\Documents and Settings\ctrlER>"C:\Program Files\KrView\Kernrates\Kernrate_i38
    6_XP.exe"
    /==============================\
    < KERNRATE LOG >
    \==============================/
    Date: 2009/02/19 Time: 13:35:13
    Machine Name: TUTTLE
    Number of Processors: 2
    PROCESSOR_ARCHITECTURE: x86
    PROCESSOR_LEVEL: 6
    PROCESSOR_REVISION: 0f0a
    Physical Memory: 2535 MB
    Pagefile Total: 4422 MB
    Virtual Total: 2047 MB
    PageFile1: \??\C:\pagefile.sys, 2046MB
    OS Version: 5.1 Build 2600 Service-Pack: 3.0
    WinDir: C:\WINDOWS
    Kernrate User-Specified Command Line:
    C:\Program Files\KrView\Kernrates\Kernrate_i386_XP.exe
    Kernel Profile (PID = 0): Source= Time,
    Using Kernrate Default Rate of 25000 events/hit
    Starting to collect profile data
    ***> Press ctrl-c to finish collecting profile data
    ===> Finished Collecting Data, Starting to Process Results
    ------------Overall Summary:--------------
    P0 K 0:00:00.125 ( 1.2%) U 0:00:00.031 ( 0.3%) I 0:00:10.312 (98.5%) DPC
    0:00:00.031 ( 0.3%) Interrupt 0:00:00.000 ( 0.0%)
    Interrupts= 1673, Interrupt Rate= 160/sec.
    P1 K 0:00:00.250 ( 2.4%) U 0:00:00.000 ( 0.0%) I 0:00:10.218 (97.6%) DPC
    0:00:00.015 ( 0.1%) Interrupt 0:00:00.031 ( 0.3%)
    Interrupts= 1673, Interrupt Rate= 160/sec.
    TOTAL K 0:00:00.375 ( 1.8%) U 0:00:00.031 ( 0.1%) I 0:00:20.531 (98.1%) DPC
    0:00:00.046 ( 0.2%) Interrupt 0:00:00.031 ( 0.1%)
    Total Interrupts= 3346, Total Interrupt Rate= 320/sec.
    Total Profile Time = 10468 msec
    BytesStart BytesStop Byt
    esDiff.
    Available Physical Memory , 2158850048, 2162970624, 4120
    576
    Available Pagefile(s) , 4226367488, 4225921024, -446
    464
    Available Virtual , 2132660224, 2131611648, -1048
    576
    Available Extended Virtual , 0, 0,
    0
    Total Avg. Rate
    Context Switches , 9745, 931/sec.
    System Calls , 29229, 2792/sec.
    Page Faults , 1707, 163/sec.
    I/O Read Operations , 72, 7/sec.
    I/O Write Operations , 37, 4/sec.
    I/O Other Operations , 1000, 96/sec.
    I/O Read Bytes , 24076, 334/ I/O
    I/O Write Bytes , 1380, 37/ I/O
    I/O Other Bytes , 1382780, 1383/ I/O
    Results for Kernel Mode:
    OutputResults: KernelModuleCount = 129
    Percentage in the following table is based on the Total Hits for the Kernel
    Time 493 hits, 25000 events per hit --------
    Module Hits msec %Total Events/Sec
    ntkrnlpa 395 10468 80 % 943351
    hal 37 10468 7 % 88364
    KSecDD 33 10468 6 % 78811
    NETw5x32 12 10468 2 % 28658
    win32k 7 10468 1 % 16717
    Tppwrif 2 10468 0 % 4776
    spiv 2 10468 0 % 4776
    avipbb 1 10468 0 % 2388
    TPHKDRV 1 10468 0 % 2388
    igxpmp32 1 10468 0 % 2388
    NDIS 1 10468 0 % 2388
    Ntfs 1 10468 0 % 2388
    ================================= END OF RUN ==================================
    ============================== NORMAL END OF RUN ==============================
    C:\Documents and Settings\ctrlER>
    C:\Program Files\KrView\Kernrates\Kernrate_i386_XP.exe -z ntkrnlpa
    Kernel Profile (PID = 0): Source= Time,
    Using Kernrate Default Rate of 25000 events/hit
    CallBack: Finished Attempt to Load symbols for 804d7000 \WINDOWS\system32\ntkrnl
    pa.exe
    Starting to collect profile data
    ***> Press ctrl-c to finish collecting profile data
    ===> Finished Collecting Data, Starting to Process Results
    ------------Overall Summary:--------------
    P0 K 0:00:00.156 ( 1.2%) U 0:00:00.078 ( 0.6%) I 0:00:12.296 (98.1%) DPC
    0:00:00.031 ( 0.2%) Interrupt 0:00:00.015 ( 0.1%)
    Interrupts= 1736, Interrupt Rate= 139/sec.
    P1 K 0:00:00.171 ( 1.4%) U 0:00:00.031 ( 0.2%) I 0:00:12.328 (98.4%) DPC
    0:00:00.015 ( 0.1%) Interrupt 0:00:00.015 ( 0.1%)
    Interrupts= 1735, Interrupt Rate= 138/sec.
    TOTAL K 0:00:00.328 ( 1.3%) U 0:00:00.109 ( 0.4%) I 0:00:24.625 (98.3%) DPC
    0:00:00.046 ( 0.2%) Interrupt 0:00:00.031 ( 0.1%)
    Total Interrupts= 3471, Total Interrupt Rate= 277/sec.
    Total Profile Time = 12531 msec
    BytesStart BytesStop Byt
    esDiff.
    Available Physical Memory , 2166996992, 2164838400, -2158
    592
    Available Pagefile(s) , 4227276800, 4225929216, -1347
    584
    Available Virtual , 2132660224, 2130460672, -2199
    552
    Available Extended Virtual , 0, 0,
    0
    Total Avg. Rate
    Context Switches , 10583, 845/sec.
    System Calls , 30623, 2444/sec.
    Page Faults , 1704, 136/sec.
    I/O Read Operations , 45, 4/sec.
    I/O Write Operations , 26, 2/sec.
    I/O Other Operations , 725, 58/sec.
    I/O Read Bytes , 17252, 383/ I/O
    I/O Write Bytes , 280, 11/ I/O
    I/O Other Bytes , 1377388, 1900/ I/O
    Results for Kernel Mode:
    OutputResults: KernelModuleCount = 129
    Percentage in the following table is based on the Total Hits for the Kernel
    Time 502 hits, 25000 events per hit --------
    Module Hits msec %Total Events/Sec
    ntkrnlpa 397 12531 79 % 792035
    KSecDD 39 12531 7 % 77807
    hal 39 12531 7 % 77807
    NETw5x32 17 12531 3 % 33915
    win32k 4 12531 0 % 7980
    igxpmp32 2 12531 0 % 3990
    avgntflt 1 12531 0 % 1995
    mrxsmb 1 12531 0 % 1995
    NDIS 1 12531 0 % 1995
    ACPI 1 12531 0 % 1995
    ===> Processing Zoomed Module ntkrnlpa.exe...
    ----- Zoomed module ntkrnlpa.exe (Bucket size = 16 bytes, Rounding Down) -------
    Percentage in the following table is based on the Total Hits for this Zoom Modul
    e
    Time 397 hits, 25000 events per hit --------
    Module Hits msec %Total Events/Sec
    NtBuildNumber 322 12531 81 % 642406
    PoShutdownBugCheck 20 12531 5 % 39901
    ZwYieldExecution 11 12531 2 % 21945
    Kei386EoiHelper 5 12531 1 % 9975
    RtlIpv6StringToAddressA 5 12531 1 % 9975
    ProbeForRead 4 12531 1 % 7980
    KeTickCount 4 12531 1 % 7980
    KeSynchronizeExecution 4 12531 1 % 7980
    wctomb 4 12531 1 % 7980
    LsaDeregisterLogonProcess 3 12531 0 % 5985
    IoWMISetNotificationCallback 1 12531 0 % 1995
    SeTokenIsWriteRestricted 1 12531 0 % 1995
    PsSetProcessPriorityByClass 1 12531 0 % 1995
    PsEstablishWin32Callouts 1 12531 0 % 1995
    PoQueueShutdownWorkItem 1 12531 0 % 1995
    ObQueryNameString 1 12531 0 % 1995
    ExRaiseStatus 1 12531 0 % 1995
    mbstowcs 1 12531 0 % 1995
    PoSetPowerState 1 12531 0 % 1995
    PoStartNextPowerIrp 1 12531 0 % 1995
    MmTrimAllSystemPagableMemory 1 12531 0 % 1995
    MmIsThisAnNtAsSystem 1 12531 0 % 1995
    MmProtectMdlSystemAddress 1 12531 0 % 1995
    MmIsDriverVerifying 1 12531 0 % 1995
    KeRundownQueue 1 12531 0 % 1995
    ================================= END OF RUN ==================================
    ============================== NORMAL END OF RUN ==============================
    C:\Documents and Settings\ctrlER>
    Message Edited by ctrler on 02-19-2009 05:43 AM

  • Moble device support uses 50 percent of cpu resource

    I tried uninstalling Itunes and all of it's components. I have a pentium 4 with 3 gigs of ram. Apple Mobile Device Support  uses 50% of CPU resources and slows my computer to a craw when Itunes is not running. I don't mind if it uses resources when using the product, but it uses the resources even when your not running any Apple software... Windows XP 32 bit pro all service packs and upgrades. Itunes 10.5 or latest. Any help please..

    I am having same problem.  Many say reload iTunes in a particular way.  Some say that works, others say it doesn't.   You can run "netsh winsock reset" and it will temporarily free up the memory once you reboot, but it impacted my IE from finding the server.  Still looking.  Apple must know this is a problem.   As one use said, have they heard of regression testing?

  • Run Queue

    Hi,
    I have a system with 31 databases running and when running vmstat 5 5 I get the following:
    procs memory page faults cpu
    r b w avm free re at pi po fr de sr in sy cs us sy id
    43 12 0 9384607 9197758 0 0 24 11 0 0 414 49939 704738 29358 52 17 31
    43 12 0 9384607 9186170 0 0 1 3 0 0 0 40638 1085122 38446 85 14 1
    50 8 0 9467427 9172458 0 0 1 4 0 0 0 44732 1237572 46874 82 15 3
    50 8 0 9467427 9220610 0 0 0 4 0 0 0 39450 1204662 51553 82 15 3
    45 12 0 9446969 9197194 0 0 0 4 0 0 0 44293 1004155 40134 81 17 3
    If the formating above is ok you could see that run queue is 43 - 50 on these 5 samples. This is on a 16 CPU(grid control info) HP-UX Itanium server.
    If I look in Grid control I get the following info:
    Real Time Statistics
    Current Value 1.64
    Average Value 2.0
    High Value 2.73
    Low Value 1.64
    Warning Threshold 10
    Critical Threshold 20
    Occurrences Before Alert 6
    Corrective Action None
    Why the big difference?
    Also I've tried to run vmstat several times and it always show 25+ in Run Queue
    I think we have problems with CPU resources(and then again performence in databases) and trying to document it.
    Regards
    933746

    933746 wrote:
    Nikolay Savvinov wrote:
    Hi
    933746 wrote:
    Hi,
    I have a system with 31 databases running and when running vmstat 5 5 I get the following:...
    This is on a 16 CPU(grid control info) HP-UX Itanium server.
    Also I've tried to run vmstat several times and it always show 25+ in Run Queue
    I think we have problems with CPU resources(and then again performence in databases) 31 databases, 16 CPUs. Do you seriously expect this setup to be anything but a complete disaster?
    Best regards,
    NikolayYes the environment works fine most of the time.
    Anyone have an answer to my question:
    Why does Oracle Grid control report differently then vmstat regarding Run Queue?
    Regards
    933746I'm not running grid control or collecting cpu metrics with dbconsole, but I've seen enough stupidity with dbconsole on Itanium I don't have a problem with saying, If there is a difference between what grid and the OS tools reports, believe the OS tools.
    You should open an SR, though you'll probably get some idiot who tries it on linux and says it works fine. It could be as dumb as grid thinking you only have one db on the host.
    On the other hand, people like [url http://www.nyoug.org/Presentations/2002/oraperf_bw.PDF]Gaja give a formula for the run queue that it shouldn't be more than 2*number of cpu's, which could be how the grid is calculating whether the warning threshold is exceeded (does the context sensitive grid help say anything about how it is calculated?). But I think the others comments are perhaps more appropriate in this day and age. See this interesting observation: http://hoopercharles.wordpress.com/2010/02/05/faulty-quotes-6-cpu-utilization/

Maybe you are looking for

  • Dictionary: the links are gone?

    I remember if I pointed to any word in the explanation, the word will appear underlined as a link. When click on it, it will take me to that word. But somehow this function is gone: there is no link and underline any more. What's wrong?

  • Idoc error -- ' error passing data to port - status 02'

    Hi All,       The IDoc gets created with error status 02. The error occured in the production system. We have not got this error for the last 7 months since we went live and we have not made any changes either.       The following is the error messag

  • Detail VO executeQuery question

    Hi I'm unclear on when executeQuery is fired for a detail ViewObject. In my project I've overridden executeQuery() in my detail ViewObject and expect it to fire each time there is a parent VO RowSet navigation event. I find this is not the case. The

  • LMS 3.2 Data purge

    Hello Dear's We have installed CS 3.2 and RME on 1 server on C: Drive. Now the problem is C: Drive is full with MB of space behind, when i went through the Cisco Works folder  i found location CSCOpx/files/rme/syslogpurgeddata files are occupying spa

  • How to save .band files as MP3s

    I did a little editing in GarageBand to remove some white noise from a sound file, and I need to convert it to an MP3. Is there a way I can do that in GarageBand, and if there isn't, what would allow me to do so?