Get transport metrics for an ABL web application query
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Get transport metrics for an ABL web application
Transport metrics are available for the APSV, SOAP, REST, and WEB transports in an ABL web application. Each transport metric query is described in this topic.
For more information about PAS for OpenEdge transport metrics, see Collect runtime metrics in Manage Progress Application Server (PAS) for OpenEdge.
Get APSV Transport metrics for a given ABL web application
When to use:
Gets the metrics for the requests that were executed on the APSV transport. It returns the number of requests that were connected, disconnected, failing, and more.
|
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:
Returns the APSV transport metrics for a given OEABL web application.
|
Get REST Transport metrics for a given ABL web application
When to use:
Gets the metrics for the requests that were executed on the REST transport. It returns the number of requests that were connected, disconnected, failing, and more.
|
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:
Returns the REST transport metrics for a given OEABL web application.
|
Get SOAP Transport metrics for a given ABL web application
When to use:
Gets the metrics for the requests that were executed on the SOAP transport. It returns the number of requests that were connected, disconnected, failing, and more.
|
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:
Returns the SOAP transport metrics for a given SOAP service.
|
Get WEB Transport metrics for a given ABL web application
When to use:
Gets the metrics for the requests that were executed on the WEB transport. It returns the number of requests that were connected, disconnected, failing, and more.
|
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:
Returns the WEB transport metrics for a given OEABL web application.
|