Web Hosting Talk







View Full Version : Server out of control HELP!!


junglecat
12-09-2004, 03:51 PM
I posted about this same server a few days ago, no time to look for my post to add this to it

cpu over the top, have suspended ALL sites on the server (they are still suspended), I keep stopping apache, have cleared disk drive, mail queue, domlogs, everything I can think of and the cpu won't come down even with all the sites suspended
The cpu keeps going over 200 (with all the sites suspended!!)
Don't know what else to do :(
Here is c/p from top as of 3 minutes ago


14:44:17 up 16:22, 2 users, load average: 121.89, 121.87, 120.67
343 processes: 226 sleeping, 117 running, 0 zombie, 0 stopped
CPU states: cpu user nice system irq softirq iowait idle
total 195.0% 0.0% 3.4% 0.0% 0.4% 0.0% 0.6%
cpu00 97.1% 0.0% 1.6% 0.1% 0.3% 0.0% 0.6%
cpu01 97.9% 0.0% 1.7% 0.0% 0.1% 0.0% 0.1%
Mem: 1032268k av, 755300k used, 276968k free, 0k shrd, 121720k buff
508256k active, 155472k inactive
Swap: 2096440k av, 0k used, 2096440k free 383384k cached

PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
24439 root 16 0 15192 5656 13556 S 37.7 0.5 4:25 0 httpd
31206 root 21 0 10552 4012 9292 R 1.9 0.3 0:02 1 exim
24009 root 21 0 5492 1588 4892 R 1.7 0.1 0:58 1 top
31395 root 22 0 5412 1500 4892 R 1.7 0.1 0:01 1 top
10708 root 25 0 1516 448 1352 R 1.5 0.0 38:17 1 sadc
28838 root 25 0 1516 448 1352 R 1.5 0.0 2:19 1 sadc
1581 root 25 0 1520 452 1352 R 1.5 0.0 2:03 1 sadc
3370 root 25 0 1520 452 1352 R 1.5 0.0 1:44 1 sadc
7209 root 25 0 1520 452 1352 R 1.5 0.0 1:31 1 sadc
11451 root 25 0 1520 452 1352 R 1.5 0.0 1:23 1 sadc
24997 root 25 0 1516 448 1352 R 1.5 0.0 0:29 1 sadc
28840 root 25 0 1520 452 1352 R 1.5 0.0 0:12 1 sadc
30675 root 15 0 7496 3996 6144 S 1.5 0.3 0:04 1 exim

hkivan
12-09-2004, 04:19 PM
How about ... unplug the lan cable .
what is the load ?

DigiCrime
12-09-2004, 05:11 PM
After a reboot do you still have a high load?

run top and hit shift+T to short by time mayb see if anything is stuck

run netstat -nap | grep 80 | more see if your being DoSsd

run ps auxwww see what all is actually running

luki
12-09-2004, 08:38 PM
Look at your TOP output:
343 processes: 226 sleeping, 117 running

You have 117 processes running -- by the looks (from the partial output), most are sadc -- whatever that is.

You are not out of memory, you just have 117 CPU intensive processes that all try to run at once maxing out both of your CPUs.

Anyone knows what sadc is? Worth tracking down...

EDIT: Oh, I see "System activity data collector":
http://linuxcommand.org/man_pages/sadc8.html

But why do you have so many of them running?

Jim_UK
12-09-2004, 10:08 PM
What OS? Control panel?

This may be of use: http://forums.cpanel.net/showthread.php?t=28935

YUPAPA
12-09-2004, 10:20 PM
I don't know what those sadc are but they are fishy if there are 100+ processes of those~ :stickout:

junglecat
12-10-2004, 01:35 AM
Thanks everyone. I disabled sysstat but it kept coming back. I finally contacted my server providers and they are working on it, since it seemed to be something I couldn't fix from my end.
So I'm crossing my fingers.