Monitoring: Java JMX exploration from the console using jmxterm
Java JMX (Java Management Extensions) is a standardized way of monitoring Java based applications. The managed resources (MBeans) are defined and exposed by the JVM, application server, and application – and offer a view into these layers that can provide invaluable monitoring data. But in order to report back the JMX data you must know … Monitoring: Java JMX exploration from the console using jmxterm