-
Notifications
You must be signed in to change notification settings - Fork 14
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
Visualize JVM information #36
Comments
Is there an existing API for the Heap memory usage and # of classes? Also, should I get the number of threads from the threads API or is there more correct way API to use for this case? |
I have asked Calle to help us out here - He will prepare a list of mbeans that we should probe to get JVisuVM / Shlomi On Wed, Sep 3, 2014 at 3:25 PM, Lord Daniel Zautner <
|
Both are available from the JVM via JMX, and for you via the Jolokia REST wrapper.
The parameter in this case is
Loaded Class Count is
source: http://jmxmonitor.sourceforge.net/jmx.html
This are two different information elements
|
Cool!
Yes, in a similar format to the main tab, we present a list of popular attributes explicitly. BTW, the JVM tab should be there only if there is a JVM running. |
should it be "disabled" or completely gone in case there is no JVM running? |
completely gone |
Added in the last pull request: |
@dzautner is this includes adding a chart for each mbean? |
There's a table displaying the attributes of every MBean (you can see that in the screenshot I posted a few comments ago) if that's what you mean |
I mean one can dynamically choose an attribute, and get a chart for it. |
I understand now. It does not include it yet |
The new Jolokia REST API [1] provides access to all JVM MBeans, including the application (e.g. Cassandra)
A JVM Tab will allow:
In addition it will always present a set of predefined information elements:
[1] http://osv.io/api/swagger-ui/dist/index.html#!/jolokia.json
The text was updated successfully, but these errors were encountered: