dotnet / dotnet/diagnostics

[Feature request] Moar GC counters!

Open
#2,089 1 comment 3 reactions 0 assignees View on GitHub
dotnet-counters enhancement
Dominant language
C++
Stars
1.3k
Forks
404
Avg merge
2d 3h
Merged PRs (30d)
38

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.