Use OEJMX to manage and monitor an instance
- Last Updated: July 3, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can monitor and manage applications using the Java Monitoring and Management Console (JConsole) and the OpenEdge Manager application (oemanager). You can also monitor and manage instances through scripts using the OpenEdge JMX command-line utility, OEJMX, to connect to a local PAS for OpenEdge instance.
Based on Java Management Extensions (JMX), the OEJMX utility connects to an instance using Java
objects called Managed Beans (MBeans). One or more MBeans instrument a resource
using attributes and operations. This direct access to the underlying MBeans
provides administrators with the freedom to write scripts to monitor and manage
applications in ways that may not be available within OpenEdge Manager or
JConsole.
For the OEJMX command syntax, see OEJMX utility.