TOP CPU usage for whole system

Posted by heike on Server Fault See other posts from Server Fault or by heike
Published on 2012-03-31T10:28:45Z Indexed on 2012/03/31 11:32 UTC
Read the original article Hit count: 169

Filed under:

I am using a machine that has using

cat /proc/cpuinfo | grep processor | wc -l

returning 8

I am trying to load the server using a load generator that I wrote, and capture the behaviour of TOP command for idle (as the software that is tested on server runs on ROOT). Doing the load as an increasing step function, I capture the idle state every second, and see the result. Strange thing is that when I increase the load every 1 minute, the idle state is infact increasing (??). This honestly does not make sense .. I thought with more load, the idle state will decrease, and the cpu usage will increase. Is there any reasonable explanation for this behaviour, maybe for the server utilization itself?

Thanks for any feedback

-- ok, no idea for the down vote. but I try to find this behaviour a lot, can not find any reasonable things to explain this ..

© Server Fault or respective owner

Related posts about cpu-usage