one of my servers is running windows 2003 and IIS 6.0. We have big
performance issues on that server and I found out that a high CPU usage
iniciated by w3wp.exe causes the problem. I couldn't find out what to do on
the server itself. I think it must be the application runnig on IIS. Could a
MVP please confirm that this is mostly something that i caused by an
application. So that I can give it back to our developers.
Thanks
--
taniw3wp.exe is the ASP.Net process, so if it is indeed using a lot of CPU, it
is the ASP.Net application that is causing it. However, this does not
necessarily indicate by itself that there is a problem with the ASP.Net
application. It is, of course, a service that may be serving many clients.
The only real measure is to check the CPU usage against the amount of
traffic being handled by the application.
--
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"tani" <tani@.discussions.microsoft.comwrote in message
news:5F5CBA2A-C851-4B96-9461-2D897A30FDF7@.microsoft.com...
Quote:
Originally Posted by
Hello there,
>
one of my servers is running windows 2003 and IIS 6.0. We have big
performance issues on that server and I found out that a high CPU usage
iniciated by w3wp.exe causes the problem. I couldn't find out what to do
on
the server itself. I think it must be the application runnig on IIS. Could
a
MVP please confirm that this is mostly something that i caused by an
application. So that I can give it back to our developers.
>
Thanks
--
tani
Hello tani,
What u can do i just make a dump of the process when is 100% loaded and inpect
the dump to understand what gone wrong
--
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
tHello there,
t>
tone of my servers is running windows 2003 and IIS 6.0. We have big
tperformance issues on that server and I found out that a high CPU
tusage iniciated by w3wp.exe causes the problem. I couldn't find out
twhat to do on the server itself. I think it must be the application
trunnig on IIS. Could a MVP please confirm that this is mostly
tsomething that i caused by an application. So that I can give it back
tto our developers.
t>
tThanks
t>
Thank you for your quick answer.
Which performance Counters would you recommend to find out how much traffic
is handled by the application itself.
Thanks again,
--
tani
"Kevin Spencer" wrote:
Quote:
Originally Posted by
w3wp.exe is the ASP.Net process, so if it is indeed using a lot of CPU, it
is the ASP.Net application that is causing it. However, this does not
necessarily indicate by itself that there is a problem with the ASP.Net
application. It is, of course, a service that may be serving many clients.
The only real measure is to check the CPU usage against the amount of
traffic being handled by the application.
>
--
HTH,
>
Kevin Spencer
Microsoft MVP
>
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
>
"tani" <tani@.discussions.microsoft.comwrote in message
news:5F5CBA2A-C851-4B96-9461-2D897A30FDF7@.microsoft.com...
Quote:
Originally Posted by
Hello there,
one of my servers is running windows 2003 and IIS 6.0. We have big
performance issues on that server and I found out that a high CPU usage
iniciated by w3wp.exe causes the problem. I couldn't find out what to do
on
the server itself. I think it must be the application runnig on IIS. Could
a
MVP please confirm that this is mostly something that i caused by an
application. So that I can give it back to our developers.
Thanks
--
tani
>
>
>
Thank you Michael,
I am a real newbie : how do I do a dump and do i need to install anything on
the server?
I would prefer setting up some perfmon counters if possible.
--
tani
"Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:
Quote:
Originally Posted by
Hello tani,
>
What u can do i just make a dump of the process when is 100% loaded and inpect
the dump to understand what gone wrong
>
--
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
>
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
>
>
tHello there,
t>
tone of my servers is running windows 2003 and IIS 6.0. We have big
tperformance issues on that server and I found out that a high CPU
tusage iniciated by w3wp.exe causes the problem. I couldn't find out
twhat to do on the server itself. I think it must be the application
trunnig on IIS. Could a MVP please confirm that this is mostly
tsomething that i caused by an application. So that I can give it back
tto our developers.
t>
tThanks
t>
>
>
>
Hello tani,
I recommend u to read these 4 articles
http://www.codeproject.com/debug/windbg_part1.asp
--
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
tThank you Michael,
t>
tI am a real newbie : how do I do a dump and do i need to install
tanything on the server?
t>
tI would prefer setting up some perfmon counters if possible.
t>
t"Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:
t>
Quote:
Originally Posted by
Quote:
Originally Posted by
>Hello tani,
>>
>What u can do i just make a dump of the process when is 100% loaded
>and inpect the dump to understand what gone wrong
>>
>--
>WBR,
>Michael Nemtsev [.NET/C# MVP] :: blog:
>http://spaces.live.com/laflour
>"The greatest danger for most of us is not that our aim is too high
>and we miss it, but that it is too low and we reach it" (c)
>Michelangelo
>>
>tHello there,
>t>
>tone of my servers is running windows 2003 and IIS 6.0. We have big
>tperformance issues on that server and I found out that a high CPU
>tusage iniciated by w3wp.exe causes the problem. I couldn't find
>out
>twhat to do on the server itself. I think it must be the
>application
>trunnig on IIS. Could a MVP please confirm that this is mostly
>tsomething that i caused by an application. So that I can give it
>back
>tto our developers.
>t>
>tThanks
>t>
Thank you very much for your help.
I found a shareware tool that creates statistics based on IIS logs.
This is enough to pass the problem to our developers as it shows that the
server has a high CPU Utilization without having a high amount of requests.
--
tani
"Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:
Quote:
Originally Posted by
Hello tani,
>
I recommend u to read these 4 articles
http://www.codeproject.com/debug/windbg_part1.asp
>
--
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
>
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
>
>
tThank you Michael,
t>
tI am a real newbie : how do I do a dump and do i need to install
tanything on the server?
t>
tI would prefer setting up some perfmon counters if possible.
t>
t"Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:
t>
Quote:
Originally Posted by
Quote:
Originally Posted by
Hello tani,
>
What u can do i just make a dump of the process when is 100% loaded
and inpect the dump to understand what gone wrong
>
--
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
>
tHello there,
t>
tone of my servers is running windows 2003 and IIS 6.0. We have big
tperformance issues on that server and I found out that a high CPU
tusage iniciated by w3wp.exe causes the problem. I couldn't find
out
twhat to do on the server itself. I think it must be the
application
trunnig on IIS. Could a MVP please confirm that this is mostly
tsomething that i caused by an application. So that I can give it
back
tto our developers.
t>
tThanks
t>
>
>
>
Sorry about the delay. IIS (Web Service) performance counters can tell you
how much traffic is coming to the site.
--
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"tani" <tani@.discussions.microsoft.comwrote in message
news:09ED94E4-E6F9-4AE8-B2B9-5493DFAF17E7@.microsoft.com...
Quote:
Originally Posted by
Thank you for your quick answer.
Which performance Counters would you recommend to find out how much
traffic
is handled by the application itself.
>
Thanks again,
--
tani
>
>
"Kevin Spencer" wrote:
>
Quote:
Originally Posted by
>w3wp.exe is the ASP.Net process, so if it is indeed using a lot of CPU,
>it
>is the ASP.Net application that is causing it. However, this does not
>necessarily indicate by itself that there is a problem with the ASP.Net
>application. It is, of course, a service that may be serving many
>clients.
>The only real measure is to check the CPU usage against the amount of
>traffic being handled by the application.
>>
>--
>HTH,
>>
>Kevin Spencer
>Microsoft MVP
>>
>DSI PrintManager, Miradyne Component Libraries:
>http://www.miradyne.net
>>
>"tani" <tani@.discussions.microsoft.comwrote in message
>news:5F5CBA2A-C851-4B96-9461-2D897A30FDF7@.microsoft.com...
Quote:
Originally Posted by
Hello there,
>
one of my servers is running windows 2003 and IIS 6.0. We have big
performance issues on that server and I found out that a high CPU usage
iniciated by w3wp.exe causes the problem. I couldn't find out what to
do
on
the server itself. I think it must be the application runnig on IIS.
Could
a
MVP please confirm that this is mostly something that i caused by an
application. So that I can give it back to our developers.
>
Thanks
--
tani
>>
>>
>>
0 comments:
Post a Comment