What is jvmstat? The jvmstat is a technology for adding light weight performance, configuration instrumentation to the HotSpot JVM. The jvmstat provides a set of APIs and tools to monitor the performance of the HotSpot JVM in the production environments.
The tools are jvmstat-for general purpose command line tool, jvmps-a java process list tool and visualgc-a generational heap visualization.
The jvmstat supports remote monitoring with the support of RMI server application.
|