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. 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...
 

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.

Field Documentation

◆ cpu_last

ullong* cpu_last

Values for last cpu load.

Definition at line 69 of file wmcpuwatch.c.

◆ cpu_stat

long* cpu_stat

Fields for all cpu loads.

Definition at line 68 of file wmcpuwatch.c.

◆ idle_last

ullong* idle_last

Values for last idle cpu times.

Definition at line 71 of file wmcpuwatch.c.

◆ idle_stat

long* idle_stat

Fields for all cpu idle times.

Definition at line 70 of file wmcpuwatch.c.

◆ idlelast

ullong idlelast

Field for the last average idle time value of the cpu.

Definition at line 66 of file wmcpuwatch.c.

◆ rt_idle

long rt_idle

Field for current average cpu idle time.

Definition at line 65 of file wmcpuwatch.c.

◆ rt_stat

long rt_stat

Field for current average cpu load.

Definition at line 63 of file wmcpuwatch.c.

◆ statlast

ullong statlast

Field for the last value of the average cpu load.

Definition at line 64 of file wmcpuwatch.c.


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