Getting Started with the System Manager Listener C++ API

Before starting to work with the System Manager Listener C++ API, developers are recommended to review the information in the following sections:

To begin using the API, follow these steps:

  1. Create the Listener.
  2. Configure the Aggregation Interval.
  3. Add support for communication received from Managers.
  4. Create objects to gather performance data.
  5. Record Events.
  6. Record various attributes of an Event using Accumulators.
  7. Measure the elapsed time of accumulations for an Event using Durations.
  8. Report the gathered performance data using Meters.
  9. Record and send Custom Messages to connected Managers.
  10. Shutdown the application.