stats_info Struct Reference

Contains statistics about cpu time usage. Contains fields for global and per cpu/core statistics. Context switches is also provided. More...

#include <lininfo.h>


Data Fields

GString * cpu
 Global count.
GString * cpu0
 Count for the first cpu/core.
GString * cpu1
 Count for the second cpu/core.
GString * ctxt
 Context switches.


Detailed Description

Contains statistics about cpu time usage. Contains fields for global and per cpu/core statistics. Context switches is also provided.

Definition at line 197 of file lininfo.h.


Field Documentation

GString* stats_info::cpu

Global count.

Definition at line 199 of file lininfo.h.

Referenced by get_stats_info(), and update_misc().

GString* stats_info::cpu0

Count for the first cpu/core.

Definition at line 200 of file lininfo.h.

Referenced by get_stats_info().

GString* stats_info::cpu1

Count for the second cpu/core.

Definition at line 201 of file lininfo.h.

Referenced by get_stats_info().

GString* stats_info::ctxt

Context switches.

Definition at line 202 of file lininfo.h.

Referenced by get_stats_info(), and update_misc().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 1 22:52:58 2008 for lkmonitor by  doxygen 1.5.1