-
Java性能测试方法之一补充:用jconsole连接eclipse中的运行的tomcat或jbos
也许这是一篇不需要记录的日志, 毕竟用 jconsole 远程连接 tomcat或者jboss 的时候,我们已经会配置 jvm 运行的参数了,所以要连接在eclipse 中运行的tomcat 或者 jboss 只是依葫芦画瓢而已, 按照同样的道理设置 jvm 运行时的几个参数.-Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false这个时候因为是由eclipse 去初始化jvm 的,所以应该在eclipse 中的工程中去设置, 可能很多人已经知道怎么设置了,还是贴几张图记录下:
Date: 2014-05-05 View: 1520
-
Java性能测试方法之一:用jconsole远程连接tomcat或者jboss
今天记录用如何配置jdk 自带的 jconsole 远程连接 tomcat 或者 jboss 进行一些普通的性能分析, 在jdk 的安装目录的bin目录下,你可以找到 jconsole.bat, 可能在linux 下名字有点不同,但都能对应上。主要做过如下测试:1. jconsole 连接 远程 windows 下的 tomcat.2. jconsole 连接 远程 linux 下的 jboss.
Date: 2014-05-02 View: 1520
-
jConsole JMX remote access on Tomcat
In this tutorial, we will show you how to use jConsole to remote access a Tomcat instance, for JVM monitoring stuff.
Date: 2019-08-17 View: 1520