jconsole
Monitoring Tomcat via JConsole in a local setting
I\'ve been trying to monitor a locally running Tomcat via JConsole. I, of course, added -Dcom.sun.management.jmxremote to the CATALINA_OPTS variable in catalina.bat, but when starting JConsole, I coul[详细]
2023-04-12 10:57 分类:问答How to access a JMX Mbean from a tomcat website?
I have a web service that exposes an mbean. I am able to 开发者_如何转开发view that mbean using jconsole. Now I need that function exposed on a new tomcat website. Take a look at http://www.jolokia.or[详细]
2023-04-07 03:52 分类:问答Reconciling outputs of jconsole and top
I am trying to look at memory management in Java. I have a program that creates a large collection (~500MB). I run java without any special arguments. Once this collection goes out of scope, I invoke[详细]
2023-04-07 03:11 分类:问答JConsole times out when trying to connect
I\'m trying to use jconsole to connect to jetty. I can see that the relevant port is open w开发者_C百科ith nmap, but when I try to connect to it using jconsole, the connection times out. (When I run j[详细]
2023-04-06 18:34 分类:问答how to specify jmx mbean to render it as a tree in jconsole?
My application has a specific set of keys for which I monitor values(min, max, etc..). It looks very similar to the following:[详细]
2023-04-05 05:02 分类:问答Could Jconsole be used to monitor IBM JDK?
Could JConsole 开发者_StackOverflow社区be used to monitor IBM JDK? I want to know which Garbage Collection tool is applied Sun JDK and IBM JDK, and it\'s free. Yes you can use JConsole to monitor the[详细]
2023-04-01 06:39 分类:问答How to read heap dump file which is created by jconsole?
I performed a heap dump manually by invoking the com.sun.management.HotSpotDiagnostic MXBean\'s dumpHeap operation in jconsole. So I开发者_JAVA技巧 got a dump file.[详细]
2023-03-31 11:54 分类:问答Java jconsole application by name
I frequently use jconsole to connect to local tomcat. Is possible connect not by PID, but process name? Because for day I have to restart tomcat many times and each time I need to connect with jconsol[详细]
2023-03-31 03:58 分类:问答Java mbean application
I use jconsole to execute methods of an mbean in a tomcat container. When the 开发者_开发技巧quantity of beans is more than 100 it seems to be difficult to find a bean - particularly when the bean is[详细]
2023-03-30 14:41 分类:问答A question about connection in jconsole
Good Day! Friends, when I am runing a SampleTest (written in java by here, simulating a deadlock environmentn), Jconsole GUI response that being connecting to * (refer to SampleTest P开发者_StackOver[详细]
2023-03-29 02:35 分类:问答