#include <DarwinMonitor.h>
Inheritance diagram for DarwinMonitor:


Public Member Functions | |
| DarwinMonitor () | |
| Default constructor. | |
| int | collectDynamicInfo () |
Private Member Functions | |
| int | collectStaticInfo () |
| int | collectCPUusage () |
Definition at line 23 of file DarwinMonitor.h.
|
|
Collect their CPU usage information. Implements NodeMonitorBase. Definition at line 150 of file DarwinMonitor.cpp. References SUCCESS. Referenced by collectDynamicInfo(). |
|
|
Collect dynamic node information.
Implements NodeMonitorBase. Definition at line 120 of file DarwinMonitor.cpp. References collectCPUusage(), and SUCCESS. Here is the call graph for this function: ![]() |
|
|
Collect their static node information. Implements NodeMonitorBase. Definition at line 39 of file DarwinMonitor.cpp. References NodeMonitorBase::arch, DebugMessageStream, FAILURE, logger, NodeMonitorBase::numProcs, NodeMonitorBase::opsys, SUCCESS, NodeMonitorBase::totalRAM, and NodeMonitorBase::totalSWAP. Referenced by DarwinMonitor(). |
1.4.6