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, or simply beans). One or more beans instrument a resource using attributes and operations. This direct access to the underlying beans provides administrators with the freedom to write scripts to monitor and manage applications in ways that may not be available within oemanager or JConsole.

For the OEJMX command syntax, see OEJMX utility.