Get a stack trace for a session query
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Get a stack trace for a session
When to use:
By supplying a specific AGENT_ID and SESSION_ID, the query can return a stack trace for the session.
Query:
The output displays a list of the stack trace listing files that were in use by the
session. Used in conjunction with the GetSessionMetrics to identify active sessions like
SessionID=7, developers can target specific files for the ACTIVE session to investigate.
|
Note: In this example, the token AGENT_ID is replaced with
Result:
16952
and SESSION_ID is replaced with 7.
|