Get hung client connections for an ABL application query
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Get hung client connections for a specific ABL application
When to use:
Session Manager metrics provides information about the number of requests that are still running in a given ABL Application to identify clients connections that are hung. In this query you can specify the number of miliseconds you want to elapse before sending information back about hung client connections.
Query:
|
Note: In this example, the token APP_NAME is replaced with
Result:
oepas1, and 6000 is the minimum elapsed time in
miliseconds to be reported.The elapsedTimeMs can be used to
help identify long running requests which could indicated a hung client
connection.
|