Entering content frame

Background documentation Table Monitor Locate the document in its SAP Library structure

Usage

A non-performance monitor that monitors a table (each table element is a serializable object).

·        In the monitor-configuration.xml this monitor is specified in the following way:

<table-monitor name="System properties" filename="SYSTEM.SYS_PROPS" configuration-group="SYSTEM.System_Props ">

   <monitored-resource name="monitor" type="SERVICE"/>

      <table-attribute-mapping>

         <table-entries-attribute>

            <observed-resource-attribute name="SystemProperties"/>

      </table-attribute-mapping>

</table-monitor>

 

·        The method returning the monitored table is:

public Serializable[][] getSystemProperties ();

 

·        The representation in the monitoring tree:

This graphic is explained in the accompanying text

 

·        The representation in the Monitoring Service runtime viewer:

This graphic is explained in the accompanying text

 

Leaving content frame