myprocinfo Struct Reference

Defines procfs (or other mechanism) data. More...


Data Fields

int pid
int status_flag
long mem_kbyte
int mem_percent
 pecentage * 10. More...

int cpu_percent
 pecentage * 10. More...

double time_prev
 1/10 seconds. More...

long cputime
 1/10 seconds. More...

long cputime_prev
 1/10 seconds. More...


Detailed Description

Defines procfs (or other mechanism) data.

Definition at line 194 of file monitor.h.


Field Documentation

int myprocinfo::cpu_percent
 

pecentage * 10.

Definition at line 199 of file monitor.h.

Referenced by get_process_info().

long myprocinfo::cputime
 

1/10 seconds.

Definition at line 202 of file monitor.h.

Referenced by get_process_info().

long myprocinfo::cputime_prev
 

1/10 seconds.

Definition at line 203 of file monitor.h.

Referenced by get_process_info().

long myprocinfo::mem_kbyte
 

Definition at line 197 of file monitor.h.

int myprocinfo::mem_percent
 

pecentage * 10.

Definition at line 198 of file monitor.h.

int myprocinfo::pid
 

Definition at line 195 of file monitor.h.

Referenced by update_process_data().

int myprocinfo::status_flag
 

Definition at line 196 of file monitor.h.

double myprocinfo::time_prev
 

1/10 seconds.

Definition at line 201 of file monitor.h.

Referenced by get_process_info().


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