Common OEJMX queries
- Last Updated: August 18, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
One of the fundamental OEJMX queries is to request agents for an ABL application. This query provides you with information about the multi-session agents running in your application.
Get agents from an ABL application
When to use: To identify agents in the ABL application.
Query:
|
Note: In this example,
the token APP_NAME is replaced with
Result:
oepas1 . The output provides details about the agents including agent ID, PID, and state information. The agent ID can be used in other OEJMX queries such as to refresh an agent in an ABL application.
|
Additional queries
Additional OEJMX queries can be found in the OEJMX Query Reference in PAS for OpenEdge Administration Tools
Reference, including:
- Get agents query
- Get active session information query
- Get a stack trace for a session query
- Get metrics for an ABL application query
- Get hung client connections for an ABL application query
- Get agent metrics query
- Get agent session metrics query
- Get active threads from Tomcat thread pool query
- Refresh agent query
- Refresh all agents query
- Flush deferred log buffer to agent log file query
- Reset deferred log buffer query
- Get dynamic ABL session limit query
- Update dynamic ABL session limit query
- Reset dynamic ABL session limit query