contextSwitches |
- (int)contextSwitches;
Returns the number of context switches.
copyOnWriteFaults |
- (int)copyOnWriteFaults;
Returns the number of copy on write faults.
faults |
- (int)faults;
Returns the number of page faults.
machSystemCalls |
- (int)machSystemCalls;
Returns the number of Mach system calls.
messagesReceived |
- (int)messagesReceived;
Returns the number of Mach messages received.
messagesSent |
- (int)messagesSent;
Returns the number of Mach messages sent.
pageins |
- (int)pageins;
Returns the number of pageins.
unixSystemCalls |
- (int)unixSystemCalls;
Returns the number of Unix system calls.
(Last Updated June 05, 2005)