Skip to content

Commit

Permalink
Added the gc-committed counter (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl authored Apr 10, 2021
1 parent 58787b1 commit 6d6a12f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Microsoft.Crank.Controller/default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ counters:
measurement: runtime-counter/gc-heap-size
description: Total heap size reported by the GC (MB)

- name: gc-committed
measurement: runtime-counter/gc-committed
description: Size of committed memory by the GC (MB)

- name: gen-0-gc-count
measurement: runtime-counter/gen-0-gc-count
description: Number of Gen 0 GCs / sec
Expand Down Expand Up @@ -336,6 +340,13 @@ results: # creates results from measurements
aggregate: max
reduce: max

- name: runtime-counter/gc-committed
measurement: runtime-counter/gc-committed
description: Size of committed memory by the GC (MB)
format: n0
aggregate: max
reduce: max

- name: runtime-counter/gen-0-gc-count
measurement: runtime-counter/gen-0-gc-count
description: Max Number of Gen 0 GCs / sec
Expand Down

0 comments on commit 6d6a12f

Please sign in to comment.