|
libmsngr
1.1
|
Functions | |
| ProcStats * | procstats_get (void) |
| Get process stats. | |
| void | procstats_print (FILE *fp) |
| Print process stats. | |
| ProcStats* procstats_get | ( | void | ) |
Get process stats.
The return value of this function points to the internal ProcStats structure and must not be modified or freed by the calling process.
Definition at line 276 of file msngr_procstats.c.
| void procstats_print | ( | FILE * | fp | ) |
Print process stats.
This function will print the current process information for:
- Executable File Name - Process Image Size - Resident Set Size - Total CPU Time - Total Read/Write IO - Run Time
| fp | - pointer to output file stream |
Definition at line 327 of file msngr_procstats.c.