My db server (one cpu VM) is monitored by Nagios.
I've no experience with Nagios and I've trouble understanding this graph:
- what is the unit on vertical axis?
- and the averages? what is "m"?
My db server (one cpu VM) is monitored by Nagios.
I've no experience with Nagios and I've trouble understanding this graph:
The vertical axis is a dimensionless number indicating the average usage of the computer (more precisely, the numbers of processes waiting for CPU time, the so called load) in the last one, five and 15 minutes. My guess is that the "Average" is a separate average calculated by RRDtool (the utilitiy that creates this graph) over the values drawn in the graph and is in itself pretty meaningless. The m
unit is likely just an indication that it uses "milli-units", so 1000m would represent a load of 1, and if e.g. the load1 would be constantly 1 over the graph, the Average would be 1000.