#include <monitorPieces.h>
Static Public Members | |||
![]() | ![]() | void | update () |
![]() | ![]() | int | page_faults_IO () |
![]() | ![]() | int | page_faults_NonIO () |
![]() | ![]() | int | block_input_operations () |
![]() | ![]() | int | block_output_operations () |
![]() | ![]() | int | forced_context_switches () |
![]() | ![]() | int | voluntary_context_switches () |
![]() | ![]() | ProcessTime | user_time () |
![]() | ![]() | ProcessTime | system_time () |
void ProcessInfo::update () [static]
|
int ProcessInfo::page_faults_IO () [static]
|
int ProcessInfo::page_faults_NonIO () [static]
|
int ProcessInfo::block_input_operations () [static]
|
int ProcessInfo::block_output_operations () [static]
|
int ProcessInfo::forced_context_switches () [static]
|
int ProcessInfo::voluntary_context_switches () [static]
|
ProcessTime ProcessInfo::user_time () [static]
|
ProcessTime ProcessInfo::system_time () [static]
|