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

Support collect ZGC memory pool metrics #86

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

Z-Beatles
Copy link
Contributor

No description provided.

@wu-sheng
Copy link
Member

Provide the JVM doc about these pool types,please.

@Z-Beatles
Copy link
Contributor Author

Provide the JVM doc about these pool types,please.

ZHEAP_USAGE = 6;
ZGC was initially introduced as an experimental feature in JDK 11, and was declared Production Ready in JDK 15. In JDK 21 was reimplemented to support generations. JEP 377: ZGC: A Scalable Low-Latency Garbage Collector (Production)

COMPRESSED_CLASS_SPACE_USAGE = 7;
Compressed Class Space is a part of Metaspace.

CODEHEAP_NON_NMETHODS_USAGE = 8;
CODEHEAP_PROFILED_NMETHODS_USAGE = 9;
CODEHEAP_NON_PROFILED_NMETHODS_USAGE = 10;
As of Java 9, the JVM divides the code cache into three distinct segments each of which contains a particular type of compiled code. JEP 197: Segmented Code Cache

@wu-sheng wu-sheng closed this Oct 20, 2023
@wu-sheng wu-sheng reopened this Oct 20, 2023
@wu-sheng wu-sheng merged commit 3b491fa into apache:master Oct 20, 2023
0 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants