-
Notifications
You must be signed in to change notification settings - Fork 621
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
Support collect ZGC memory pool metrics #622
Conversation
So, this relies on the protocol update. And do we expect UI setting change? |
type = PoolType.METASPACE_USAGE; | ||
} else if (name.equals("Compressed Class Space")) { | ||
type = PoolType.COMPRESSED_CLASS_SPACE_USAGE; | ||
} else if (name.equals("CodeHeap 'non-nmethods'")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the single quote from official definition? It is strange to read.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, i will pull a new request later on main repo for UI setting change. |
CHANGES
log.