CentOS Server high load with %id (idle), any suggestion ?

Discussion in 'Apache' started by ecommercez, Apr 15, 2011.

  1. #1
    My server load average is now got too high :confused:, but with top command I only see that high in %id and still don't know why it keep my server CPU too busy like that.

    [​IMG]

    Have anybody experienced the same and found solution for it ?
     
    ecommercez, Apr 15, 2011 IP
  2. devonblzx

    devonblzx Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Keep a close eye on the wait (%wa). Use smartd to determine if you may have a hard drive failure.
     
    devonblzx, Apr 20, 2011 IP
  3. MartinPrestovic

    MartinPrestovic Peon

    Messages:
    213
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The CPU load (load averages) and CPU percentages differ greatly because they do not measure the same thing.

    Try running the following command and let us know the output:

    top -b -n 1 | awk '{if (NR <=7) print; else if ($8 == "D") {print; count++} } END {print "Total status D: "count}'
    Code (markup):
     
    MartinPrestovic, Apr 20, 2011 IP