top sagt
Code:
b0x:~# top
top - 16:08:38 up 13:45, 1 user, load average: 8.85, 9.27, 9.38
Tasks: 87 total, 9 running, 77 sleeping, 0 stopped, 1 zombie
Cpu(s): 36.2%us, 63.1%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.7%si, 0.0%st
Mem: 1027720k total, 988816k used, 38904k free, 109396k buffers
Swap: 2104504k total, 24k used, 2104480k free, 634840k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
11956 vu2001 16 0 74012 8920 4344 S 5.3 0.9 0:02.03 php5-cgi
11955 vu2001 15 0 73988 8864 4312 S 2.0 0.9 0:02.22 php5-cgi
3508 vu2001 25 0 72528 9284 5208 S 1.3 0.9 1:12.68 php5-cgi
28686 vu2001 25 0 72528 9280 5208 R 1.0 0.9 1:00.58 php5-cgi
7473 vu2001 25 0 72524 9276 5208 R 0.7 0.9 8:16.74 php5-cgi
24866 www-data 18 0 284m 8216 1864 S 0.7 0.8 0:13.82 apache2
28166 www-data 18 0 284m 8192 1852 S 0.7 0.8 0:12.43 apache2
18881 www-data 18 0 284m 8196 1892 S 0.3 0.8 0:16.91 apache2
23495 www-data 18 0 284m 8148 1864 S 0.3 0.8 0:13.02 apache2
1 root 15 0 6120 676 560 S 0.0 0.1 0:00.71 init
2 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
3 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
4 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0
5 root 10 -5 0 0 0 S 0.0 0.0 0:00.84 events/0
6 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khelper
7 root 12 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
11 root 10 -5 0 0 0 S 0.0 0.0 0:00.02 kblockd/0
b0x:~#
liegt anscheind an php, oder?
Code:
6944 ? S 0:00 /usr/sbin/apache2 -k start
6945 ? S 0:10 /usr/sbin/fcgi-pm -k start
6946 ? Ss 0:00 /usr/bin/php5-cgi
7473 ? Rs 8:17 /usr/bin/php5-cgi
11331 ? S 0:07 /usr/bin/php5-cgi
11559 ? S 0:07 /usr/bin/php5-cgi
3508 ? Rs 1:13 /usr/bin/php5-cgi
28686 ? Rs 1:01 /usr/bin/php5-cgi
9903 ? Sl 0:17 /usr/sbin/apache2 -k start
18881 ? Sl 0:17 /usr/sbin/apache2 -k start
24866 ? Sl 0:13 /usr/sbin/apache2 -k start
23495 ? Sl 0:13 /usr/sbin/apache2 -k start
28166 ? Sl 0:12 /usr/sbin/apache2 -k start
11954 ? Ss 0:00 /usr/bin/php5-cgi
17147 ? Sl 0:00 /usr/sbin/apache2 -k start
17195 ? S 0:02 /usr/bin/php5-cgi
17986 ? S 0:01 /usr/bin/php5-cgi
19181 ? Z 0:00 [php5-cgi] <defunct>
19190 ? Z 0:00 [php5-cgi] <defunct>
19191 ? R 0:00 /usr/bin/php5-cgi
19192 ? R 0:00 /usr/bin/php5-cgi
19193 ? R 0:00 /usr/bin/php5-cgi
19195 ? R 0:00 /usr/bin/php5-cgi
das sagt ps ax.
mfg