wmcpuwatch  0.1
Window Maker dockapp to display the cpu load of all CPUs
Data Fields
stat_dev Struct Reference

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.
 

Detailed Description

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.


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