473,320 Members | 2,092 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

what is running inside aspnet_wp

O'O
There are many asp.net applications running on my server. Sometimes
aspnet_wp process consumes 100% of processor time. I want to find out,
which application causes this. There is probably a bug in one of
applications, but I don't know in which one. Is there any way to find
out what is running in aspnet_wp at the moment?

thanks

Ondra

Nov 19 '05 #1
1 1231
O'O wrote:
There are many asp.net applications running on my server. Sometimes
aspnet_wp process consumes 100% of processor time. I want to find out,
which application causes this. There is probably a bug in one of
applications, but I don't know in which one. Is there any way to find
out what is running in aspnet_wp at the moment?


Yes. If you cannot afford to stop processing on the Web server (such as in
a production scenario), you can use cdb to get a dump that you can then
analyze in Windbg to see what is taking up your CPU cycles. You would do
that in conjunction with Perfmon data so that you can identify the thread(s)
that is spinning up the CPU. If you can afford to invasively attach, you
can just attach Windbg to the process and investigate this.

I assume some prior knowledge of how to do user-mode debugging. I realize
that this is a skill-set that most people don't have. If you aren't sure
how to do any of this, I suggest you open a case with Microsoft. Microsoft
has a highly-technical team of guys that are proficient in this kind of
work.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003


Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Juan Posadas | last post by:
All, I deployed my website that requires V1.1 in the production server. I installed the framework v1.1 with the dotnetfx.exe /c:"install /noaspupgrade" and everything went fine. Then, I...
8
by: JR | last post by:
I have a Web server running on Windows XP. On this Web server, I have a Web site configured with its home directory on a network share. In the Web site, there's a virtual folder pointing to a local...
4
by: Eidolon | last post by:
We have a Win2K3 Web Edition server. I have the remote components installed and am trying to attach to debug, but i cant find what process to attach to. On Win2K its aspnet_wp.exe. That process...
1
by: Neo | last post by:
The short date format of my computer is dd/mm/yyyy and I get the same short date format when running other program. But the asp.net web page showed the short date format is m/d/y. Why...
3
by: Alex Nitulescu | last post by:
_______________________________________________________________________________________ System.IO.FileNotFoundException: File or assembly name biypfduw.dll, or one of its dependencies, was not...
5
by: Lespaul36 | last post by:
I am running VS .Net 2003 and was working fine until yesterday. Now when I try to make a vb web project it says that asp.net is not running. I have tried: 1. unistalling and reinstalling iis,...
1
by: dean4if | last post by:
I have upgraded my Windows 2000 Server to ASP.NET 2.0 and installed Visual Studio 2005. Now my Web Sites are giving a Server Application Unavailable error and the Event Viewer reports event id...
3
by: Andy Klare | last post by:
We are seeing that the aspnet_wp is running out of memory shortly after deploying changes to a project. We use Visual Studio Copy Project and sometimes copy the files manually using copy and...
2
by: Lloyd Sheen | last post by:
While using VS 2005 Pro I get this about 50% of the time. I run the app. See whats wrong. Stop the app (stop debugging button). Make changes and then click the start debugging button. If I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.