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. More... | |
ullong | statlast |
Field for the last value of the average cpu load. More... | |
long | rt_idle |
Field for current average cpu idle time. More... | |
ullong | idlelast |
Field for the last average idle time value of the cpu. More... | |
long * | cpu_stat |
Fields for all cpu loads. More... | |
ullong * | cpu_last |
Values for last cpu load. More... | |
long * | idle_stat |
Fields for all cpu idle times. More... | |
ullong * | idle_last |
Values for last idle cpu times. More... | |
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.
ullong* cpu_last |
Values for last cpu load.
Definition at line 69 of file wmcpuwatch.c.
long* cpu_stat |
Fields for all cpu loads.
Definition at line 68 of file wmcpuwatch.c.
ullong* idle_last |
Values for last idle cpu times.
Definition at line 71 of file wmcpuwatch.c.
long* idle_stat |
Fields for all cpu idle times.
Definition at line 70 of file wmcpuwatch.c.
ullong idlelast |
Field for the last average idle time value of the cpu.
Definition at line 66 of file wmcpuwatch.c.
long rt_idle |
Field for current average cpu idle time.
Definition at line 65 of file wmcpuwatch.c.
long rt_stat |
Field for current average cpu load.
Definition at line 63 of file wmcpuwatch.c.
ullong statlast |
Field for the last value of the average cpu load.
Definition at line 64 of file wmcpuwatch.c.