Re: There is no jetty thread pool stats in solr JMX

2016-03-14 Thread forest_soup
I have read the articles below, but does not find the jetty.home/start.ini in
solr/server folder and there is no etc/jetty-jmx.xml config file.

http://www.eclipse.org/jetty/documentation/current/jmx-chapter.html
http://wiki.apache.org/solr/SolrJmx



--
View this message in context: 
http://lucene.472066.n3.nabble.com/There-is-no-jetty-thread-pool-stats-in-solr-JMX-tp4263586p4263603.html
Sent from the Solr - User mailing list archive at Nabble.com.


There is no jetty thread pool stats in solr JMX

2016-03-14 Thread forest_soup
I'm using solr v8.5.1 in SolrCloud mode and enabled  in solrconfig.xml,
and added those variables in solr.in.sh to enable jmx. 

 -Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=18983
-Dcom.sun.management.jmxremote.rmi.port=18983 

Now I can access the MBeans in JMX via port 18983. But I does not find any
jetty thread pool MBeans:
org.eclipse.jetty.util.thread:type=queuedthreadpool,id=*

Is it forbidden by Solr? What config should I do to make those Jetty thread
pool MBeans show in the SolrJMX? 

Thanks!



--
View this message in context: 
http://lucene.472066.n3.nabble.com/There-is-no-jetty-thread-pool-stats-in-solr-JMX-tp4263586.html
Sent from the Solr - User mailing list archive at Nabble.com.