|
|
JVM Monitoring tool (jstat, jinfo, jstack) - JSP/Java
|
Views : 2193
|
|
Tagged in : JSP-Java
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|