Groups | Blog | Home
all groups > dotnet performance > september 2006 >

dotnet performance : Performance issues on production server running VS 2003 application


delfincek28 NO[at]SPAM gmail.com
9/19/2006 11:18:43 PM
Hi,

I was wondering what would be the proper way to debug ASP.NET
application and see why it performs so slow sometimes on production
server. What we see is process w3wp.exe consuming CPU alot and also
consimung alot od memory. Is there a way for me to see what is
happening inside this process? Which module exactly is causing this CPU
comsumption?

Drazen
Bryan Phillips
10/15/2006 4:30:24 PM
Download the Process Explorer utility from www.sysinternals.com . It
can give you many details about processes beyond what is provided by
Task Manager. You will be able to see some .Net performance metrics for
the w3wp process. You can also see which threads in a process are
consuming CPU time and their call stacks. If this does not help, it
*might* be a good idea to install the debugger tools for windows, but
this is not advisable to do on a production box.

Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com




[quoted text, click to view]
AddThis Social Bookmark Button