|
wlmaker
|
Public Attributes | |
| unsigned long | total |
| unsigned long | idle |
Absolute CPU time values from /proc/stat.
Uses unsigned long to match /proc/stat format and avoid overflow on systems with high uptime.
| unsigned long cpu_times_t::idle |
Idle time (idle + iowait).
| unsigned long cpu_times_t::total |
Sum of all CPU time fields.