Reset metrics for a specific ABL application

When to use:

Reset the Session Manager metrics to collect new information about the number of requests that were executed/failed/queued while running on a specific ABL Application.

For more information about PAS for OpenEdge Session Manager metrics, see Collect runtime metrics .

Query:

          # Tokens: APP_NAME # Get session manager metrics from an ABL application {"O":"PASOE:type=OEManager,name=SessionManager","M":["
          resetMetrics","oepas1"]
         
Note: In this example, the token APP_NAME is replaced with oepas1 .
Result:

The response is returned as null.


         {"resetMetrics":null}
        

If you run a Get metrics for an ABL application query on the session manager, the metrics collection start time is from after the reset call was made (as seen in the lastResetTime property).