Skip to content

Dotnet monitor memory usage collection rule #4271

Answered by jander-msft
tbajwa2017 asked this question in Q&A
Discussion options

You must be logged in to vote

If I recall correctly, there is no counter for the entire memory usage of the application but there is one for the GC heap size (the total heap memory allocated for managed objects). We have an example of using this counter here: https://github.com/dotnet/dotnet-monitor/blob/main/documentation/collectionrules/collectionruleexamples.md#collect-gcdump---heap-size-eventcounter-trigger

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tbajwa2017
Comment options

Answer selected by jander-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants