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

Can you do settings not to see on IIS module basis but on a method basis?

tfukuda
Contributor

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

 

4 REPLIES 4

skrystosik
DynaMight Guru
DynaMight Guru

As I remember for OneAgent and Appmon agent, IIS events are unsupported.

Sebastian


Regards, Sebastian

dave_mauney
Dynatrace Champion
Dynatrace Champion

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.


@Dave M.

Hi,Dave

Thanks for your information.

"Method hotspots" shows the number of executions.

Additionally, can you see somewhere that how long it takes for IIS method?


dave_mauney
Dynatrace Champion
Dynatrace Champion

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.


Featured Posts