Skip to content
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

JMX Module chart request: CPU usage per thread #2806

Closed
simonnagl opened this issue Sep 26, 2017 · 1 comment
Closed

JMX Module chart request: CPU usage per thread #2806

simonnagl opened this issue Sep 26, 2017 · 1 comment
Labels
area/collectors Everything related to data collection feature request New features help wanted

Comments

@simonnagl
Copy link

For Java Processes monitored by the JMX Module we should add a chart with CPU usage per thread. Mean from: java.lang:type=Threading provides AllThreadIds for which we could find names and query ThreadCpuTime and ThreadUserTime with the thread ID.

We need to disc

  1. Find thread IDs: AllThreadIds
  2. (find names to ids?)
  3. Query ThreadCpuTime and maybe ThreadUserTime for every thread.

We need to find a way to configure this type of collection.

This issue was migrated from netdata-plugin-java-daemon and closes #28

@ilyam8
Copy link
Member

ilyam8 commented Jan 29, 2021

This issue was migrated from netdata-plugin-java-daemon

Closing it because this issue doesn't belong to the netdata project.

@ilyam8 ilyam8 closed this as completed Jan 29, 2021
@ilyam8 ilyam8 added area/collectors Everything related to data collection and removed area/external labels Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collectors Everything related to data collection feature request New features help wanted
Projects
No open projects
Development

No branches or pull requests

5 participants