
A performance monitor that monitors a long value.
<long-monitor name="RequestsCount" configuration-group="P4.RequestsCount"> <monitored-resource name="p4" type="SERVICE"/> <long-attribute-mapping> <long-attribute> <observed-resource-attribute name="RequestCount"/> </long-attribute> </long-attribute-mapping> </long-monitor>
public long getRequestCount();
In this example this is the number of P4 requests since server startup.