Top "Jconsole" questions

A Java debugging aid that redirects any System.

JConsole location in Linux

I am trying to run jconsole from my machine but I can't find the location of the .sh . I have …

java linux jvm jconsole java-home
How to activate JMX on remote Glassfish server for access with jconsole?

I would like to monitor remote glassfish server. I have enabled JMX Connection in domain.xml: <jmx-connector accept-all="true" …

java glassfish jmx jconsole
How to monitor a Java program using Jconsole?

I have written a program to print number from 1 to 200 using 2 threads. Now I want to monitor this program using …

java multithreading jconsole
What is the difference between Java Non Heap Memory and Stack Memory? Are they Same if not what is the difference between them?

I am using Jconsole for monitoring a Java Application. The memory tab shows different Heap and Non Heap memories like …

java memory-management jvm heap-memory jconsole
Unable to use JConsole with Tomcat running as windows service

I am running tomcat 6.0.18 as a windows service. In the service applet the jvm is configured default, i.e. it …

java tomcat jmx jconsole
JConsole remote connection to JBoss EAP

I am trying to connect to a remote jboss instance running on a server. I am using the following connection …

java jboss jmx jconsole
Location of Java dump heap file when using jconsole?

Well this is embarrassing ... I'm starting to play with the Eclipse Memory Analyzer to look for Java memory leaks on …

java eclipse jconsole heap-dump
How can I connect to Weblogic remotely using JConsole?

Which URL, port and weblogic server side settings do I need to use?

weblogic jmx jconsole
jconsole error during jrmp connection establishment nested exception is : java.io.EOFException

I am trying to monitor a remote process using jconsole and this was the command I used jconsole -debug localhost:4080 …

exception process jconsole
How do I create a thread dump via JMX?

I have a Tomcat running as a Windows Service, and those are known not to work well with jstack. jconsole …

java jconsole jstack