[Feature request] Moar GC counters!
Open
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.