Monitor subsystem sample overview

The Resource Monitor subsystem sample demonstrates the interfaces that are available to build a monitor subsystem to plug into the monitor server. This is an expansion point for adding new attributes to the list of those data points that may be monitored.

Detail of the Resource Monitor subsystem sample

Building the sample

The sample may be built by processing the MonSubsysSampleMakefile file from the monitors sample subdirectory. This will create the class files in the classes subdirectory of the SDK. The files then may be copied to the classes subdirectory of the server install tree. The .monext file should be copied to the extension subdirectory under the classes directory in the server installation. after this files are copied to the correct locations the server should be restarted to install the subsystem. The resource monitor task may then be used to examine and work with the new attributes that are provided.

Source files of the sample