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

Include jdk.ContainerMemoryUsage in benchmark-overhead #13427

Open
chukunx opened this issue Feb 28, 2025 · 0 comments
Open

Include jdk.ContainerMemoryUsage in benchmark-overhead #13427

chukunx opened this issue Feb 28, 2025 · 0 comments
Labels
enhancement New feature or request needs triage New issue that requires triage

Comments

@chukunx
Copy link

chukunx commented Feb 28, 2025

Is your feature request related to a problem? Please describe.

The Total allocated mem provides a good measurements on the total memory allocation "Across the life of the application". It's not straight forward to demonstrate the usage or overhead at a given point of time, or compare this measurements across runs with different duration.

Describe the solution you'd like

The jdk.ContainerMemoryUsage event seems to be a useful measurement that 1) demonstrate usage at a point of time, 2) is comparable regardless of duration. How do you like adding its average to the benchmark?

Describe alternatives you've considered

N/A

Additional context

N/A

@chukunx chukunx added enhancement New feature or request needs triage New issue that requires triage labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New issue that requires triage
Projects
None yet
Development

No branches or pull requests

1 participant