#include <procinfo.h>
Data Fields | |
int | pid |
PID of the process. | |
GString * | env |
Environment. | |
GString * | maps |
Memory maps. | |
GString * | cmdline |
Command line of the process. | |
char | size [DEF_SZ] |
Size (memory). | |
char | locked [DEF_SZ] |
Locked (memory). | |
char | rss [DEF_SZ] |
Resident memory. | |
char | data [DEF_SZ] |
Data (memory). | |
char | stack [DEF_SZ] |
Stack size. | |
char | exe [DEF_SZ] |
Executable size. | |
char | lib [DEF_SZ] |
Libraries. | |
char | state [DEF_SZ+5] |
State. Big enough to say 'uninterruptible' :). | |
char | sleepavg [DEF_SZ] |
Sleep average. | |
char | threads [DEF_SZ] |
Number of threads in this process. |
Definition at line 34 of file procinfo.h.
int procinfo::pid |
GString* procinfo::env |
GString* procinfo::maps |
GString* procinfo::cmdline |
Command line of the process.
Definition at line 38 of file procinfo.h.
Referenced by update_process_window().
char procinfo::size[DEF_SZ] |
char procinfo::locked[DEF_SZ] |
char procinfo::rss[DEF_SZ] |
char procinfo::data[DEF_SZ] |
char procinfo::stack[DEF_SZ] |
char procinfo::exe[DEF_SZ] |
char procinfo::lib[DEF_SZ] |
char procinfo::state[DEF_SZ+5] |
State. Big enough to say 'uninterruptible' :).
Definition at line 46 of file procinfo.h.
Referenced by update_process_window().
char procinfo::sleepavg[DEF_SZ] |
char procinfo::threads[DEF_SZ] |
Number of threads in this process.
Definition at line 48 of file procinfo.h.
Referenced by update_process_window().