JVM Monitoring tool (jstat, jinfo, jstack) - JSP/Java Views : 2193
Tagged in : JSP-Java
Send mail vote down 0 vote down 0
We can monitor JVM using the following tools

We just need to pass lvmid (which can be fetched using jps)

Using jstat we can get details like total size of objects in memory, total classes loaded, garbage collection statistics, etc...

More details...
http://java.sun.com/javase/6/docs/technotes/tools/share/jstat.html


jinfo prints Java configuration information for a given Java process
http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jinfo.html
By - rajesh, On - 2008-04-13




    Login to add Comments .