17 Jan 2019 06:37 AM - last edited on 10 Dec 2021 11:31 AM by MaciejNeumann
Hi,all
On the PurePath code level tab, you can see "aggregated IIS events" on a module basis.
I want to find out where it takes time in "aggregated IIS events".
Can you do settings not to see on IIS module basis but on a method basis?
Best regards,
Tomoko Fukuda
Solved! Go to Solution.
17 Jan 2019 07:32 AM
As I remember for OneAgent and Appmon agent, IIS events are unsupported.
Sebastian
17 Jan 2019 03:55 PM
Would the Hotspots view help here? Go to Analyze tab and click the "View method hotspots" button. If there is a bottleneck in an IIS method, I assume it would be reported there.
18 Jan 2019 03:01 AM
Thanks for your information.
"Method hotspots" shows the number of executions.
Additionally, can you see somewhere that how long it takes for IIS method?
18 Jan 2019 03:44 AM
It actually shows the number of samples in which each method call was observed during CPU sampling. This points to the methods that are consuming CPU either by being executed for a long time, many times or some combination of the two. It does not provide actual timings, just an indication of where CPU cycles are being spent.