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

[Feature request] Moar GC counters! #2089

Open
noahfalk opened this issue Mar 17, 2021 · 1 comment
Open

[Feature request] Moar GC counters! #2089

noahfalk opened this issue Mar 17, 2021 · 1 comment
Labels
dotnet-counters enhancement New feature or request
Milestone

Comments

@noahfalk
Copy link
Member

It would be nice if we added:

gc-heap-size-committed - Today we show the number of allocated bytes, but the GC commits more than it allocates, sometimes substantially so. This would help identify where that memory is being used.
gc-heap-size-committed-peak - This would show the most memory the GC memory ever committed in the process. It would help evaluate memory limits
gc-survival-rate-gen0/1/2 - Help understand the rate at which short lived objects are being promoted into higher generations

@noahfalk noahfalk added the enhancement New feature or request label Mar 17, 2021
@tommcdon tommcdon added this to the 6.0.0 milestone Mar 26, 2021
@sywhang
Copy link
Contributor

sywhang commented Apr 2, 2021

gc-committed is added via dotnet/runtime#50604.
dotnet-counters change is #2139

@tommcdon tommcdon modified the milestones: 6.0.0, 7.0.0 Jun 21, 2021
@tommcdon tommcdon modified the milestones: 7.0.0, 8.0.0 Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-counters enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants