-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tomcat Plugin #763
Comments
need jmx plugin also |
@haowells we have the jolokia plugin: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/jolokia/jolokia.go which is the only way to access jmx in a non-Java environment, afaik |
@haowells example of /manager/status?XML=true |
A little late, but these metrics are all available via the jolokia agent deployed to Tomcat. Once deployed, this URL: will return what all the memory pool information above. Thread and request info is also available. |
Fetch the Tomcat ThreadPool information in following way did not work, any ideas? update with below config in telegraf.conf
and access web also works by http://127.0.0.1:8080/jolokia/read/Catalina:type=ThreadPool,name=%22http-nio-8080%22/currentThreadCount So how to get the threadpool infomation? |
I have found the root cause:
Then it works. |
:+1 |
Tomcat input plugin is merged for 1.4, thanks to @mlindes |
Plugin to collect datas /manager/status
The text was updated successfully, but these errors were encountered: