Quote:
Originally Posted by camperjohn64
My server is overloading with very few users. When running #top, what do you guys see on your system? Can you post an example of what you see for comparison?
Code:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
5291 nobody 33 18 41236 15m 5796 S 3.3 0.8 0:21.91 httpd
27520 named 24 0 38108 3224 2192 S 0.3 0.2 22:06.92 named
7670 nobody 33 18 41268 15m 5632 S 0.3 0.8 0:12.91 httpd
8787 nobody 33 18 41112 15m 5592 S 0.3 0.8 0:05.54 httpd
9518 nobody 33 18 41112 15m 5508 S 0.3 0.8 0:04.47 httpd
9604 nobody 33 18 41112 15m 5444 S 0.3 0.8 0:05.17 httpd
9808 nobody 33 18 41236 15m 5512 S 0.3 0.8 0:03.39 httpd
10328 nobody 33 18 41112 15m 5432 S 0.3 0.8 0:03.12 httpd
10336 nobody 33 18 41112 15m 5432 S 0.3 0.8 0:01.94 httpd
Do you see similar values on your servers?
Do you see the similar values for the VIRT column as I have above (for both NAMED and HTTPD)?
Does a typical httpd request take 0.2% memory on your system as well?
I'm hosting single static pages. No PHP.
Yes yes I know this is dependant on server config I am just looking for examples of what is within normal ranges.
|
That looks fine.
What makes you say your server is overloaded?
What does "free -m" show?
What is your load average? (uptime or top)
Are you using swap? - This is shown in top aswell.
Also, I always run "top -c" rather than "top". It's much more helpful.
