sirpengi wrote:
If you have 4 cores, 4.00 means CPU 100% utilization
Careful, not quite. In Linux, it means 4.00 processes were on average running, waiting to be run, or in uninterruptible sleep (waiting on disk I/O for the most part). In other Unix systems, it means 4.00 processes were on average running, or waiting to be run.
Although it seems semantic, especially on Linux a 4.00 load might not be an indication of full CPU saturation. A lot of people fall into that trap of thinking, and it bites 'em. When a process is waiting on I/O, the CPU can go do other things, so on Linux (and in that Wikipedia) the number is a bit deceiving.
NFS lagging is a good example of how this number might get disconnected from CPU status.