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
Post a Comment