Results 1 to 3 of 3

Thread: mysterious IO wait

  1. #1
    Join Date
    Dec 2006
    Beans
    88
    Distro
    Ubuntu

    Cool mysterious IO wait

    hi
    I have this mysterious IO Wait
    Code:
    top - 04:03:50 up 5 min,  3 users,  load average: 1.66, 1.42, 0.73
    Tasks: 199 total,   1 running, 198 sleeping,   0 stopped,   0 zombie
    Cpu(s):  0.5%us,  1.2%sy,  0.0%ni, 57.4%id, 40.8%wa,  0.0%hi,  0.2%si,  0.0%st
    Mem:   8046940k total,  1577936k used,  6469004k free,   182568k buffers
    Swap: 11653116k total,        0k used, 11653116k free,   485928k cached
    
      PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                               
      250 root      20   0     0    0    0 S    1  0.0   0:01.60 jbd2/dm-1-8                            
     1388 root      20   0  426m 202m  37m S    1  2.6   0:23.73 Xorg                                   
        3 root      20   0     0    0    0 S    0  0.0   0:00.07 ksoftirqd/0                            
        4 root      20   0     0    0    0 S    0  0.0   0:00.07 kworker/0:0                            
       55 root      20   0     0    0    0 S    0  0.0   0:00.38 kworker/u:8                            
      122 root      20   0     0    0    0 S    0  0.0   0:00.64 kworker/1:2
    Can anyone guide me as to how I go about figuring it out ?
    I have no zombie process' the above top is after a fresh reboot

    G
    PS: Ubuntu 12.04.1/ amd64 using
    Linux desktop 3.2.0-33-generic #52-Ubuntu SMP Thu Oct 18 16:29:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    : Phenom II X4 940BE : M4A785M : 8GB:SS-TJ08-E :: desk
    : E3-1240v2 : X9SCM-iiF : 16G:Antec-902v3 :: server
    : E6550 : DG45FC : 4GB:Apex MI-008 :: htpc

  2. #2
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,515
    Distro
    Ubuntu Development Release

    Re: mysterious IO wait

    An interesting article that might help.

  3. #3
    Join Date
    Dec 2009
    Location
    germany
    Beans
    1,020
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: mysterious IO wait

    Quote Originally Posted by ghat View Post
    hi
    I have this mysterious IO Wait
    Code:
    top - 04:03:50 up 5 min,  3 users,  load average: 1.66, 1.42, 0.73
    Tasks: 199 total,   1 running, 198 sleeping,   0 stopped,   0 zombie
    Cpu(s):  0.5%us,  1.2%sy,  0.0%ni, 57.4%id, 40.8%wa,  0.0%hi,  0.2%si,  0.0%st
    Mem:   8046940k total,  1577936k used,  6469004k free,   182568k buffers
    Swap: 11653116k total,        0k used, 11653116k free,   485928k cached
    
      PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                               
      250 root      20   0     0    0    0 S    1  0.0   0:01.60 jbd2/dm-1-8                            
     1388 root      20   0  426m 202m  37m S    1  2.6   0:23.73 Xorg                                   
        3 root      20   0     0    0    0 S    0  0.0   0:00.07 ksoftirqd/0                            
        4 root      20   0     0    0    0 S    0  0.0   0:00.07 kworker/0:0                            
       55 root      20   0     0    0    0 S    0  0.0   0:00.38 kworker/u:8                            
      122 root      20   0     0    0    0 S    0  0.0   0:00.64 kworker/1:2
    Can anyone guide me as to how I go about figuring it out ?
    I have no zombie process' the above top is after a fresh reboot

    G
    PS: Ubuntu 12.04.1/ amd64 using
    Linux desktop 3.2.0-33-generic #52-Ubuntu SMP Thu Oct 18 16:29:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    hello
    i can tell you -->the most reason for high WIO arise in programmerland and userland...
    as an example: you have running a big server with 1000 of tasks and there applications where all of them store tempory date in a single directory then you will have a high wait-io ( on disk or in the dnls lookup cache).
    post a complete output of your running system using the command: ps -elf
    to see where your tasks hanging around ( with ps -elf you can see the WCHAN)
    so long
    "What is the robbing of a bank compared to the FOUNDING of a bank?" Berthold Brecht

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •