The following is a sample server status page taken from Apache website:
Current Time: Thursday, 01-May-2014 07:38:59 UTC
Restart Time: Friday, 11-Apr-2014 18:30:33 UTC
Parent Server Config. Generation: 27
Parent Server MPM Generation: 26
Server uptime: 19 days 13 hours 8 minutes 26 seconds
Server load: 4.90 5.10 5.39
Total accesses: 200912024 - Total Traffic: 24965.1 GB
CPU Usage: u5133.55 s2390.16 cu0 cs0 - .445% CPU load
119 requests/sec - 15.1 MB/second - 130.3 kB/request
351 requests currently being processed, 417 idle workers
I need to understand what the values in Server load
stand for as the documentation did not say anything about it.
Also, from this post, I understand that the u
, s
and c
stand for user
, system
and cumulative
figures respectively. What do the actual numbers 5133.55
and 0
represent?