Get metrics for an ABL application query
- Last Updated: March 10, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Get metrics for a specific ABL application
When to use:
Session Manager metrics provide 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:
|
Note:
In this example, the token
APP_NAME
is replaced with
Result:
oepas1
.
The output demonstrates the number of requests and in this example the
numReserveABLSessionTimeouts
is 0, which indicates that no clients were ever timed out. There were also no read or write errors. This indicates that the server is running well.
|