#include <ResourceMonitorTypes.h>
Public Attributes | |
rmUID | id |
unique ID assigned to the subsystem. More... | |
size_t | noResources |
number of active resources in a subsystem. More... | |
size_t | noStatistics |
number of statistics accessible through the subsystem. More... |
A subsystem is a specific instance of a subsystem monitor library. Subsystems register with the monitoring daemon with a rmUID and the location of the library. Use rmGetSubsystemCount() and rmGetAvailableSubsystems() to discover the subsystems registered with the resource monitoring facility.
|
unique ID assigned to the subsystem.
|
|
number of active resources in a subsystem.
|
|
number of statistics accessible through the subsystem.
|