Understanding runtime metrics #78378
Unanswered
xsoheilalizadeh
asked this question in
Q&A
Replies: 2 comments
-
If |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/debug-threadpool-starvation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a dashboard with runtime the metrics the runtime event counter gives me and I want to understand a few of them to detect issues.
ThreadPool
Here I have this information to monitor the thread pool,
How can I understand if I have thread pool starvation here?
If the numbers of threads are more than the completed it means there is starvation or the number of queued is more than completed?
Memory
I see sometimes the ratio goes up 90% but I don't know what's the normal percentage and how I can find the root cause.
What Time in GC means here if it has a high percentage what are the side effects and how I can find the root cause?
Beta Was this translation helpful? Give feedback.
All reactions