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

Extend the list of required memory related metrics #609

Open
siruslan opened this issue Sep 7, 2020 · 0 comments
Open

Extend the list of required memory related metrics #609

siruslan opened this issue Sep 7, 2020 · 0 comments

Comments

@siruslan
Copy link

siruslan commented Sep 7, 2020

At the moment only Heap (Used, Committed, Max) metrics are mandatory, but very often JVM consumes significant amount of memory in non-heap area. It's possible to get this data via same MBean approach. I suggest to extend the required metrics with NonHeap (Used, Committed, Max) information.

Also, there is a required cpu.availableProcessors. Then it makes sense to add os.memoryTotal based on Runtime.getRuntime().totalMemory().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant