Reset transport metrics for an ABL web application

Reset APSV, SOAP, REST, and WEB transport metrics in an ABL web application 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 transport metrics, see Collect runtime metrics in Manage Progress Application Server (PAS) for OpenEdge.

Reset APSV Transport metrics for a given ABL web application

When to use:

Reset the metrics for the requests that were executed on the APSV transport.

Query:
# Tokens: APP_NAME, WEB_APP_NAME
# Reset APSV Transport metrics for the given ABLApp and WebApp
{"O":"PASOE:type=OEManager,name=ApsvTransportManager","M":["resetMetrics","oepas1","ROOT"]}
Note: In this example, the token APP_NAME is replaced with oepas1, and WEB_APP_NAME is replaced with ROOT. For more information about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for OpenEdge.

Result:

The response is returned as null.

{"resetMetrics":null}

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

Reset REST Transport metrics for a given ABL web application

When to use:

Resets the metrics for the requests that were executed on the REST transport.

Query:
# Tokens: APP_NAME, WEB_APP_NAME
# Reset REST Transport metrics for the given ABLApp and WebApp
{"O":"PASOE:type=OEManager,name=RestTransportManager","M":["resetMetrics","oepas1","ROOT"]}
Note: In this example, the token APP_NAME is replaced with oepas1, and WEB_APP_NAME is replaced with ROOT. For more information about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for OpenEdge.

Result:

The response is returned as null.

{"resetMetrics":null}

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

Reset SOAP Transport metrics for a given ABL web application

When to use:

Resets the metrics for the requests that were executed on the SOAP transport.

Query:
# Tokens: APP_NAME, WEB_APP_NAME, SOAP_SERVICE_NAME
# Reset SOAP Transport metrics for the given ABLApp, WebApp, and SoapSVC
{"O":"PASOE:type=OEManager,name=SoapTransportManager","M":["resetMetrics","oepas1","ROOT","soapSvc"]}
Note: In this example, the token APP_NAME is replaced with oepas1, WEB_APP_NAME is replaced with ROOT, and SOAP_SERVICE_NAME is replaced with soapSvc. For more information about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for OpenEdge.

Result:

The response is returned as null.

{"resetMetrics":null}

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

Reset WEB Transport metrics for a given ABL web application

When to use:

Resets the metrics for the requests that were executed on the WEB transport.

Query:
# Tokens: APP_NAME, WEB_APP_NAME
# Reset WEB Transport metrics for the given ABLApp and WebApp
{"O":"PASOE:type=OEManager,name=WebTransportManager","M":["resetMetrics","oepas1","ROOT"]}
Note: In this example, the token APP_NAME is replaced with oepas1, and WEB_APP_NAME is replaced with ROOT. For more information about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for OpenEdge.

Result:

The response is returned as null.

{"resetMetrics":null}

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