| |||||||
![]() |
| | LinkBack | Thread Tools |
|
#9
| |||
| |||
|
Load average is related to the number of processes running and waiting to run. The load averages differ from CPU percentage in two significant ways: 1) load averages measure the trend in CPU utilization, not only an instantaneous snapshot (as does ...percentage), andAFAIK, the three sets of number outputs are the 1-minute, 5-minute and 15-minute average |
|
#10
| |||
| |||
|
ok, but whats the explaination of the numbers? is 0.25 - 25% usage and how is this broken down in the 3 groups of numbers? How high do these numbers go? e.g. 0.24 0.38 0.40, there are 3 clear groups/sections 1=0.24 2=0.34 3=0.40 they must all mean/cover something different, so what are they thanks, |
|
#11
| |||
| |||
|
The three load average numbers are explained here: http://en.wikipedia.org/wiki/Load_(computing) |
|
#12
| |||
| |||
|
Load averages tell how many processes are there waiting for their turn. The values are for one minute, five minute and fifteen minute averages. So if the values are Code: 0.2 1.2 12.4 If you run command top, you see what the running programs (i.e. processes) are and how much they use processor, time and memory. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|