perfview Questions
2
I'm running perfview (just default collection) on a production system where the CPU is spiking to 100% for a couple of minutes strait. I get some useful results however i also get a bunch of BROKEN...
3
Solved
Is it possible to force GC on an external process? I mean without attaching to Visual Studio/windbg etc. I know it might be possible to do it with something like VS Immediate window.
EDIT
It looks...
Mason asked 3/3, 2015 at 21:12
2
Solved
I know there is a /Process:NameOrPID switch but it affects only /StopXXX commands. Collecting ETW events from all processes leads to big *.ETL file. I am trying to be able to catch ETW events only ...
Tunesmith asked 6/1, 2018 at 14:51
1
Solved
We are suspecting that we're experciencing thread pool starvation on a server that is running a couple of ASP.NET Core APIs and a couple of .NET Core consoles.
I ran perfview one one of our serve...
Stiffen asked 8/3, 2019 at 15:37
1
Solved
I am looking at my performance profile of one of my slowest requests, and I see an AWAIT_TIME of more than 6 seconds, but I am not able to get any more information regarding it. How do I figure out...
Housemaster asked 24/7, 2017 at 20:17
5
Solved
I'm trying to use Event Tracing for Windows (ETW) in my .NET application via the EventSource class that was included in .NET 4.5. I'm subclassing EventSource as MyEventSource and trying to implemen...
Liriodendron asked 30/4, 2013 at 13:48
1
Solved
I am using PerfView to tune an application, and the second most expensive item is currently tagged as:
OTHER < < clr!JIT_New > >
at over 10% of CPU. This continues even for subsequent r...
Pulsifer asked 4/6, 2013 at 1:48
1
© 2022 - 2024 — McMap. All rights reserved.