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

int cpu_percent
 pecentage * 10

double time_prev
 1/10 seconds

long cputime
 1/10 seconds

long cputime_prev
 1/10 seconds


Detailed Description

Defines procfs (or other mechanism) data.

Definition at line 253 of file monitor.h.


Field Documentation

int myprocinfo::cpu_percent
 

pecentage * 10

Definition at line 258 of file monitor.h.

Referenced by get_process_info().

long myprocinfo::cputime
 

1/10 seconds

Definition at line 261 of file monitor.h.

Referenced by get_process_info().

long myprocinfo::cputime_prev
 

1/10 seconds

Definition at line 262 of file monitor.h.

Referenced by get_process_info().

long myprocinfo::mem_kbyte
 

Definition at line 256 of file monitor.h.

int myprocinfo::mem_percent
 

pecentage * 10

Definition at line 257 of file monitor.h.

int myprocinfo::pid
 

Definition at line 254 of file monitor.h.

Referenced by update_process_data().

int myprocinfo::status_flag
 

Definition at line 255 of file monitor.h.

double myprocinfo::time_prev
 

1/10 seconds

Definition at line 260 of file monitor.h.

Referenced by get_process_info().


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