Crate check_load[][src]

Check the load average of the system

Load average is the number of processes waiting to do work in a queue, either due to IO or CPU constraints. The numbers used to check are the load averaged over 1, 5 and 15 minutes, respectively

Structs

Args

Check the load average of the system

Functions

do_check
main