Get single session metrics query
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Get single session metrics
When to use:
To get a single agent session metrics including state of the session, connection-Id, memory consumed, session-Id, time it was started for the agent.
Query:
|
Note: In this
example, the token AGENT_ID is replaced with
16952 and SESSION_ID is
replaced with 7. Note: The AgentSession property returns an empty string if an
non-existent SESSION_ID is requested.
Result:
The output demonstrates information of a single session (7). Information includes SessionState, ConnectionId, SessionMemory, EndTime, ThreadId, SessionExternalState, StartTime and SesssionId.
|