Board index » Web Programming » High CPU Usage
|
swatisonee
|
|
swatisonee
|
High CPU Usage
Web Programming294
Are there any tools to track down which script(s) (asp / asp.net) are consuming the highest CPU utilization? - |
| natemrice
Registered User |
Tue Apr 17 23:10:49 CDT 2007
Re:High CPU Usage
On Apr 17, 2:33 pm, af-at-work <af.at.w...@gmail.com>wrote:
QuoteAre there any tools to track down which script(s) (asp / asp.net) are resources from a pool of resources that are available. Dividing the applications into different pools would allow you to monitor them independently. Using perfmon would allow you to monitor these over time. Monitoring specific pages or scripts is not possible as far as I know. -Nate www.naterice.com">www.naterice.com - |
| af-at-work
Registered User |
Wed Apr 18 07:44:25 CDT 2007
Re:High CPU Usage
On Apr 18, 12:10 am, natemr...@gmail.com wrote:
QuoteOn Apr 17, 2:33 pm, af-at-work <af.at.w...@gmail.com>wrote: to find out the longest running scripts. - |
| af-at-work
Registered User |
Wed Apr 18 15:52:36 CDT 2007
Re:High CPU Usage
On Apr 18, 8:44 am, af-at-work <af.at.w...@gmail.com>wrote:
QuoteOn Apr 18, 12:10 am, natemr...@gmail.com wrote: pretty lightweight. However, there doesn't seem to be any correlation between connections on that AppPool VS CPU usage. Is there something I could specifically look for in this page (i'm not the dev) that might be causing this? TY - |
| natemrice
Registered User |
Wed Apr 18 19:06:56 CDT 2007
Re:High CPU Usage
On Apr 18, 1:52 pm, af-at-work <af.at.w...@gmail.com>wrote:
QuoteOn Apr 18, 8:44 am, af-at-work <af.at.w...@gmail.com>wrote: to see some more detail. You'd have to use WinDBG to analyze the dump. MS could do this for you if it was critical to get it identified. -Nate www.naterice.com/">www.naterice.com/ - |
| af-at-work
Registered User |
Thu Apr 19 08:16:45 CDT 2007
Re:High CPU Usage
On Apr 18, 8:06 pm, natemr...@gmail.com wrote:
QuoteOn Apr 18, 1:52 pm, af-at-work <af.at.w...@gmail.com>wrote: helpful. I'll give it a run... see what I can find. - |
