: If I connect jconsole to a remote Solr installation (or any app) using jmx, : all the graphs are populated except 'threads' ... is this expected, or have I : done something wrong? I can't seem to locate the answer with google.
i just tried running the 4x solr example with the jetty options to allow remote JMX... java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=1099 -jar start.jar ...and was then able to monitor using jconsole and see all of the thread info as well fro ma remote machine. -Hoss
