查看JVM

Posted jwentest

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看JVM相关的知识,希望对你有一定的参考价值。

通过jconsole.exe来查看,jconsole.exe所在目录为/%JAVA_HOME%/bin/jconsole.exe
 
需要配置:
-Dcom.sun.management.jmxremote.port=8065 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=192.168.xxx.xxxx
 
 

以上是关于查看JVM的主要内容,如果未能解决你的问题,请参考以下文章

怎么查看GC 及jvm配置

Arthas 查看当前JVM信息

查看JVM使用情况

运用HSDB查看jvm运行时数据

查看JVM参数

查看JVM内存使用情况(tomcat管理页查看)