We use IIS in a .net environment. There is a lot of discussion about garbage collection stats and JVM on the support site. Where can I see garbage collection stats for each of our web api servers in a .net environment?
Tim
Hi @Anonymous
You can view the Garbage collection related metrics on the Controller:
<Application> > Metric Browser > Application Infrastructure Performance > CLR > Garbage Collection.
Garbage collection
Hope it helps. Let us know if you have further queries.