Zabbix 3.2.4 (server)
Zabbix 3.0.13 (revision 74336) (agent)
I have been able to get the following information from JMX properly through a java gateway. All is good there..
jmx[java.lang:type=Threading,DaemonThreadCount]
jmx[java.lang:type=Threading,PeakThreadCount]
jmx[java.lang:type=Threading,ThreadCount]
jmx[java.lang:type=Memory,HeapMemoryUsage.used]
But when I try and get some AJP statistics. I simply cannot get them...
jmx[Standalone-user999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:type=ThreadPool,name=ajp-nio-8999,currentThreadsBusy]
jmx[ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:name=ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:name=ajp-nio-8999,type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999\ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999\\ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:type=ThreadPool,currentThreadsBusy,name=aj p-nio-8999]
jmx[*:type=ThreadPool,currentThreadsBusy,name=ajp-nio-8999]
jmx[.*:type=ThreadPool,currentThreadsBusy,name=ajp-nio.*]
jmx[Standalone\-user.*\|name=ajp\-nio\-.*\|type=ThreadPool:currentThreadsBusy]
jmx["Catalina:type=ThreadPool,name=\"ajp-nio-8999\"",currentThreadCount]
jmx["Catalina:type=ThreadPool,name=ajp-nio-8999",currentThreadCount]
Thoughts?
Thanks in advance.
J
Zabbix 3.0.13 (revision 74336) (agent)
I have been able to get the following information from JMX properly through a java gateway. All is good there..
jmx[java.lang:type=Threading,DaemonThreadCount]
jmx[java.lang:type=Threading,PeakThreadCount]
jmx[java.lang:type=Threading,ThreadCount]
jmx[java.lang:type=Memory,HeapMemoryUsage.used]
But when I try and get some AJP statistics. I simply cannot get them...
jmx[Standalone-user999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:type=ThreadPool,name=ajp-nio-8999,currentThreadsBusy]
jmx[ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:name=ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:name=ajp-nio-8999,type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999\ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999\\ajp-nio-8999:type=ThreadPool,currentThreadsBusy]
jmx[Standalone-user999:type=ThreadPool,currentThreadsBusy,name=aj p-nio-8999]
jmx[*:type=ThreadPool,currentThreadsBusy,name=ajp-nio-8999]
jmx[.*:type=ThreadPool,currentThreadsBusy,name=ajp-nio.*]
jmx[Standalone\-user.*\|name=ajp\-nio\-.*\|type=ThreadPool:currentThreadsBusy]
jmx["Catalina:type=ThreadPool,name=\"ajp-nio-8999\"",currentThreadCount]
jmx["Catalina:type=ThreadPool,name=ajp-nio-8999",currentThreadCount]
Thoughts?
Thanks in advance.
J
Comment