What would be the proper CPU and memory usage for a web server?
Right now, we are redesigning the infrastructure for the webservers and
it seems that we have too many web severs.
Most of the web servers are showing the avg cpu usage from 5 to 20 %,
which seems to be low.. and the memory usage from 10 to 20 %.
What I'd like to know for this case, is the general guideline for CPU
and Memory usage

Re: What's the proper usage of CPU and memory? by Frankster

Frankster
Tue May 02 08:24:46 CDT 2006

> What I'd like to know for this case, is the general guideline
> for CPU and Memory usage

Max it all out.

-Frank



Re: What's the proper usage of CPU and memory? by Kristofer

Kristofer
Tue May 02 10:51:44 CDT 2006

Hi,

Really, it is not as simple to answer as it may look like. How important
is it that your web server is accessible all the time? Can you accept
rejected requests during peaks? Can you accept delays in serving requests
during peaks?

There is no general guideline, and there can never be, because it is all
relative, and unique to each situation and organisation. Some will want to
use 95% of the CPU all-the-time, and does not care about delays or
down-time (for some clients) during peak situations. Others care about
this very much, and need to have an average usage of 10% because it is
extremely critical that the web server can respond in a timely fashion.

If i were to give you any numbers, i would say that about 70-80% CPU usage
on average is reasonable for many organisations, and for memory - the more
memory you have the better.

But remember that this was given with no insight at all on your needs. It
may, or may not, be suitable in your situation.

This page may be useful for you to read:

"Suggested Performance Counters to Watch"
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7898b860-462c-4846-a3a8-1179f287ad88.mspx?mfr=true


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


lomonBay wrote:

>What would be the proper CPU and memory usage for a web server?
>Right now, we are redesigning the infrastructure for the webservers and
>it seems that we have too many web severs.
>Most of the web servers are showing the avg cpu usage from 5 to 20 %,
>which seems to be low.. and the memory usage from 10 to 20 %.
>What I'd like to know for this case, is the general guideline for CPU
>and Memory usage