cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hung Threads and connection pool for .NET applications

tarun_agastya1
Inactive

Hi,

I would like to chart hung threads and connection pool size for .NET applications in dynatrace.Can someone help me with this.

Thanks,

4 REPLIES 4

JamesKitson
Dynatrace Guru
Dynatrace Guru

What metrics are available now will be available if you browse through the options under "create custom chart" or by drilling into the details for a given process:

At least in our demo I don't see anything for hung threads.

James

Christoph_Neum
Dynatrace Mentor
Dynatrace Mentor

With OneAgent 1.165, there are new .NET Thread Pool metrics, that would show you a starvation of threads in the thread pool. .NET Core 2.0+ only.


@Christoph N.I got a request from a prospect in a PoC for a rather big deal if we can also show the thread contention rate? (apparently the competing product can show it and they are very into this particular metric)


I am running a .Net 6 app and we have min/max threadpool settings as 100/250. our graph in dynatrace shows a fraction of an active worker thread usually. Why is that?

Featured Posts