c# - Monitoring ASP.net pages CPU usage -


i'm having performance issues web application. cpu usage of application pool can exceed 90%. normal usage noticed 30%.

i used debug diagnostic tool monitor cpu usage of application , figured out snireadsyncoverasync problem. don't have other details function on application or page behind call snireadsyncoverasync. need know page consuming cpu in application.

do have idea how can monitor each page performance ?

i think can use perfmon(performance monitor). can invoke start -> run -> perfmon.exe. can setup counters , see on using page there spike. more details refer http://msdn.microsoft.com/en-us/library/aa645516(v=vs.71).aspx


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -