Skip to content

Commit 031d9cd

Browse files
authored
document GC committed counter (dotnet#23619)
1 parent f39fc39 commit 031d9cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/diagnostics/available-counters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The following counters are published as part of .NET runtime (CoreCLR) and are m
3838
| :::no-loc text="Working Set"::: (`working-set`) | The amount of physical memory mapped to the process context at a point in time base on <xref:System.Environment.WorkingSet?displayProperty=nameWithType> |
3939
| :::no-loc text="IL Bytes Jitted"::: (`il-bytes-jitted`) | The total size of ILs that are JIT-compiled, in bytes (available on .NET 5 and later versions) |
4040
| :::no-loc text="Method Jitted Count"::: (`method-jitted-count`) | The number of methods that are JIT-compiled (available on .NET 5 and later versions) |
41+
| :::no-loc text="GC Committed Bytes"::: (`gc-committed-bytes`) | The number of bytes committed by the GC (available on .NET 6 and later versions) |
4142

4243
## "Microsoft.AspNetCore.Hosting" counters
4344

0 commit comments

Comments
 (0)