![]() |
wmcpuwatch
0.1
Window Maker dockapp to display the cpu load of all CPUs
|
Struct to keep CPU load data. More...
Data Fields | |
| long | rt_stat |
| Field for current average cpu load. | |
| ullong | statlast |
| Field for the last value of the average cpu load. | |
| long | rt_idle |
| Field for current average cpu idle time. | |
| ullong | idlelast |
| Field for the last average idle time value of the cpu. | |
| long * | cpu_stat |
| Fields for all cpu loads. | |
| ullong * | cpu_last |
| Values for last cpu load. | |
| long * | idle_stat |
| Fields for all cpu idle times. | |
| ullong * | idle_last |
| Values for last idle cpu times. | |
Struct to keep CPU load data.
This struct is used to keep the several CPU load data, needed to display them properly
Definition at line 62 of file wmcpuwatch.c.
1.8.13