CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
SysLoadAvg Struct Reference

#include <sysinfo.h>

Data Fields

flags_t valid
 SysLoadAvgValid flags naming the fields that were reported.
 
float64 load1
 Average over the last minute.
 
float64 load5
 Average over the last five minutes.
 
float64 load15
 Average over the last fifteen minutes.
 

Detailed Description

How many processes have been waiting to run, averaged over time

A figure of 1.0 means one process was runnable on average. Compare it against the number of processors: on a four-processor machine a load of 4.0 is fully busy, and more than that means work is queueing up.

Definition at line 209 of file sysinfo.h.


The documentation for this struct was generated from the following file: