免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1029 | 回复: 0
打印 上一主题 下一主题

大虾帮我看看这些ps -aux [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-06-15 16:43 |只看该作者 |倒序浏览
是这样的:
系统安装了php4.0。现在用exec命令调用一个程序,就是相当于直接在
linux系统下执行一个程序了。程序命令(记为A)如下:
sudo linux ubd0=root_fs-0-cow eth0=tuntap,,,127.0.0.1
(解释一下,因为执行php的用户是apache,所以用sudo提升用户权限,至于sudo的后面是启动一个user mode linux,后面的为参数,大家可以不用关心这些)
现在的问题如下:
以前我执行编写的php程序调用A时,在linux系统下会启动user mode linux, 即一个界面。但是现在用php程序调用A时,不会显示界面了,只启动程序。而且启动了此user mode linux后,速度明显变慢。不知道是怎么回事。
现在我把系统下的ps -ax copy过来,大家帮我看看 分析一下是不是在后台运行程序速度就是很慢?可以不可以有什么方法可以变快?另外:可以怎么看出是后台程序么(比如pid 5000以后的是不是都是)?



[apache@localhost uml]$ ps -aux
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.3  1368  420 ?        S    11:00   0:05 init
root         2  0.0  0.0     0    0 ?        SW   11:00   0:00 [keventd]
root         3  0.0  0.0     0    0 ?        SW   11:00   0:00 [kapmd]
root         4  0.0  0.0     0    0 ?        SWN  11:00   0:00 [ksoftirqd_CPU0]
root         5  0.0  0.0     0    0 ?        SW   11:00   0:02 [kswapd]
root         6  0.0  0.0     0    0 ?        SW   11:00   0:00 [bdflush]
root         7  0.0  0.0     0    0 ?        SW   11:00   0:01 [kupdated]
root         8  0.0  0.0     0    0 ?        SW   11:00   0:00 [mdrecoveryd]
root        12  0.0  0.0     0    0 ?        SW   11:00   0:00 [kjournald]
root        91  0.0  0.0     0    0 ?        SW   11:00   0:00 [khubd]
root       218  0.0  0.0     0    0 ?        SW   11:00   0:00 [kjournald]
root       543  0.0  0.0     0    0 ?        SW   11:00   0:00 [eth0]
root       622  0.0  0.3  1428  492 ?        S    11:00   0:00 syslogd -m 0
root       627  0.0  0.3  1364  428 ?        S    11:00   0:00 klogd -x
rpc        647  0.0  0.3  1508  420 ?        S    11:00   0:00 portmap
rpcuser    675  0.0  0.4  1556  536 ?        S    11:00   0:00 rpc.statd
root       787  0.0  0.3  1360  408 ?        S    11:00   0:00 /usr/sbin/apmd -p 10 -w 5 -W -P /etc/sysconfig/apm-scripts/apmscript
root       841  0.0  0.3  2620  456 ?        S    11:00   0:00 /usr/sbin/sshd
root       875  0.0  0.4  2200  536 ?        S    11:00   0:00 xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid
root       916  0.0  0.5  4600  712 ?        S    11:00   0:00 sendmail: accepting connections
root       935  0.0  0.2  1400  352 ?        S    11:00   0:00 gpm -t ps/2 -m /dev/mouse
root       953  0.0  0.4  1536  556 ?        S    11:00   0:00 crond
xfs       1007  0.0  0.4  4512  612 ?        S    11:00   0:00 xfs -droppriv -daemon
daemon    1043  0.0  0.3  1404  440 ?        S    11:00   0:00 /usr/sbin/atd
root      1070  0.0  0.6 79256  816 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
root      1074  0.0  0.2  1344  332 tty1     S    11:00   0:00 /sbin/mingetty tty1
root      1075  0.0  0.2  1344  332 tty2     S    11:00   0:00 /sbin/mingetty tty2
root      1076  0.0  0.2  1344  332 tty3     S    11:00   0:00 /sbin/mingetty tty3
root      1077  0.0  0.2  1344  332 tty4     S    11:00   0:00 /sbin/mingetty tty4
root      1078  0.0  0.2  1344  332 tty5     S    11:00   0:00 /sbin/mingetty tty5
root      1079  0.0  0.2  1344  332 tty6     S    11:00   0:00 /sbin/mingetty tty6
root      1080  0.0  0.5  6156  680 ?        S    11:00   0:00 /usr/bin/gdm -nodaemon
apache    1088  0.0  0.6 79368  848 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache    1089  0.0  0.6 79460  880 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache    1090  0.0  1.6 79424 2120 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache    1091  0.1  1.7 79440 2232 ?        S    11:00   0:30 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache    1092  0.0  1.6 79412 2112 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache    1093  0.0  0.6 79440  880 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache    1094  0.0  1.9 79460 2516 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache    1095  0.0  1.6 79420 2112 ?        S    11:00   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
root      1107  0.0  0.4  3476  592 ?        S    11:02   0:00 /usr/sbin/sshd
root      1108  0.0  0.7  2512  924 pts/0    S    11:02   0:00 -bash
root      1152  0.0  0.7  2244  888 pts/0    S    11:02   0:00 /bin/sh /usr/bin/startkde
root      1195  0.0  1.1 19504 1468 ?        S    11:02   0:00 kdeinit: Running...
root      1198  0.0  1.4 19452 1868 ?        S    11:02   0:00 kdeinit: dcopserver --nosid
root      1201  0.0  1.6 20500 2060 ?        S    11:02   0:00 kdeinit: klauncher
root      1203  0.0  1.9 20416 2436 ?        S    11:02   0:00 kdeinit: kded
root      1212  0.0  2.0  6576 2564 ?        S    11:03   0:09 /usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f
root      1216  0.0  2.2 23188 2884 ?        S    11:03   0:00 kdeinit: knotify
root      1224  0.0  0.2  1420  268 pts/0    S    11:03   0:00 kwrapper ksmserver --restore
root      1226  0.0  1.7 20312 2156 ?        S    11:03   0:00 kdeinit: ksmserver --restore
root      1227  0.0  2.8 21060 3628 ?        S    11:03   0:03 kdeinit: kwin -session 117f000001000108692779300000012180000
root      1229  0.0  2.7 21608 3472 ?        S    11:03   0:02 kdeinit: kdesktop
root      1231  0.0  3.4 22920 4368 ?        S    11:03   0:03 kdeinit: kicker
root      1235  0.0  2.5 21308 3172 ?        S    11:03   0:01 kdeinit: klipper -icon klipper -miniicon klipper
root      1238  0.0  1.8 20624 2328 ?        S    11:03   0:00 kdeinit: kwrited
root      1240  0.0  3.9 22300 5052 ?        R    11:03   0:14 kdeinit: konsole -session 117f000001000108692841800000012180008
root      1241  0.0  2.3 21784 2992 ?        S    11:03   0:00 kdeinit: konsole -session 117f000001000108693053100000012180009
root      1244  0.0  1.9 20208 2404 ?        S    11:03   0:00 korgac --miniicon korganizer
root      1246  0.0  1.5 20144 2012 ?        S    11:03   0:00 kalarmd -session 117f000001000108692780200000012180005
root      1248  0.0  0.7  2592  976 pts/3    S    11:03   0:00 /bin/bash
root      1249  0.0  0.7  2580  976 pts/4    S    11:03   0:00 /bin/bash
root      1389  0.0  0.5  2332  648 pts/3    S    11:16   0:00 su apache
apache    1391  0.0  0.9  2536 1164 pts/3    S    11:16   0:00 bash
root      3619  0.0  3.0 21780 3860 ?        S    11:34   0:01 kdeinit: konsole -icon konsole -miniicon konsole
root      3620  0.0  0.7  2600  976 pts/6    S    11:34   0:00 /bin/bash
root      5001  0.0  0.0 32772    8 ?        S    11:41   0:05 linux  [(tracing thread)]
root      5004  0.0  0.0 32864    8 ?        S    11:41   0:00 linux  [(kernel thread)]
root      5011  0.0  0.0 32864    8 ?        S    11:41   0:00 linux  [(kernel thread)]
root      5013  0.0  0.0 32864    8 ?        S    11:41   0:00 linux  [(kernel thread)]
root      5015  0.0  0.0 32864    8 ?        S    11:41   0:00 linux  [(kernel thread)]
root      5017  0.0  0.0 32864    8 ?        S    11:41   0:00 linux  [(kernel thread)]
root      5019  0.0  0.0 32864    8 ?        S    11:41   0:00 linux  [(kernel thread)]
root      5020  0.0  0.0 32864    8 ?        S    11:41   0:00 linux  [(kernel thread)]
root      5022  0.0  0.0 33396    8 ?        S    11:41   0:00 linux  [init]
root      6307  0.0  0.0 33468    8 ?        S    11:42   0:00 linux  [syslogd]
root      6323  0.0  0.0 33440    8 ?        S    11:42   0:00 linux  [klogd]
root      6357  0.0  0.0 33428    8 ?        S    11:42   0:00 linux  [portmap]
root      6537  0.0  0.0 33828    8 ?        S    11:42   0:00 linux  [identd]
root      6549  0.0  0.0 33828    8 ?        S    11:42   0:00 linux  [identd]
root      6553  0.0  0.0 33828    8 ?        S    11:42   0:00 linux  [identd]
root      6565  0.0  0.0 33828    8 ?        S    11:42   0:00 linux  [identd]
root      6575  0.0  0.0 33828    8 ?        S    11:42   0:00 linux  [identd]
root      6579  0.0  0.0 35068    8 ?        S    11:42   0:00 linux  [/usr/sbin/snmpd]
root      6611  0.0  0.0 36268    8 ?        S    11:42   0:00 linux  [(kernel thread)]
root      6617  0.0  0.0 36268    8 ?        S    11:42   0:00 linux  [(kernel thread)]
root      6619  0.0  0.0 36268    8 ?        S    11:42   0:00 linux  [(kernel thread)]
root      6621  0.0  0.0 36268    8 ?        S    11:42   0:00 linux  [(kernel thread)]
root      6623  0.0  0.0 36268    8 ?        S    11:42   0:00 linux  [(kernel thread)]
root      6667  0.0  0.0 34100    8 ?        S    11:42   0:00 linux  [(kernel thread)]
root      6727  0.0  0.0 33840    8 ?        S    11:42   0:00 linux  [xinetd]
root      6793  0.0  0.0 34816    8 ?        S    11:42   0:00 linux  [(kernel thread)]
root      6847  0.0  0.0 34488    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6849  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6851  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6853  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6855  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6857  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6859  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6883  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6885  0.0  0.0 34580    8 ?        S    11:42   0:00 linux  [/usr/sbin/httpd]
root      6897  0.0  0.0 33524    8 ?        S    11:42   0:00 linux  [crond]
root      6975  0.0  0.0 34048    8 ?        S    11:42   0:00 linux  [squid]
root      6983  0.0  0.0 34052    8 ?        S    11:42   0:00 linux  [smbd]
root      7005  0.0  0.0 33932    8 ?        S    11:42   0:00 linux  [nmbd]
root      7101  0.0  0.0 33396    8 ?        S    11:42   0:00 linux  [init]
root      7109  0.0  0.0 33176    8 ?        S    11:42   0:00 linux  [/sbin/update]
root      7111  0.0  0.0 33280    8 ?        S    11:42   0:00 linux  [/sbin/mingetty]
root      7113  0.0  0.0 33228    8 ?        S    11:42   0:00 linux  [/sbin/mingetty]
root      7114  0.0  0.0     0    0 ?        Z    11:42   0:00 [xterm <defunct>;]
apache    7303  0.0  0.1  1332  208 ?        S    14:45   0:00 /home/www/cgi-bin/scode/test_function
apache    7304  0.2  0.0 32772    8 ?        S    14:45   0:07 linux  [(tracing thread)]
apache    7307  0.0  0.0 32800    8 ?        S    14:45   0:01 linux  [(kernel thread)]
apache    7314  0.0  0.0 32800    8 ?        S    14:45   0:00 linux  [(kernel thread)]
apache    7316  0.0  0.0 32800    8 ?        S    14:45   0:00 linux  [(kernel thread)]
apache    7318  0.0  0.0 32800    8 ?        S    14:45   0:00 linux  [(kernel thread)]
apache    7320  0.0  0.0 32800    8 ?        S    14:45   0:00 linux  [(kernel thread)]
apache    7322  0.0  0.0 32800    8 ?        S    14:45   0:00 linux  [(kernel thread)]
apache    7323  0.0  0.0 32800    8 ?        S    14:45   0:02 linux  [(kernel thread)]
apache    7325  0.0  0.0 33328    8 ?        S    14:45   0:00 linux  [init]
apache    8377  0.0  0.0 33404    8 ?        S    14:47   0:00 linux  [syslogd]
apache    8393  0.0  0.0 33376    8 ?        S    14:47   0:00 linux  [klogd]
apache    8427  0.0  0.0 33364    8 ?        S    14:47   0:00 linux  [portmap]
apache    8607  0.0  0.0 33740    8 ?        S    14:47   0:00 linux  [identd]
apache    8639  0.0  0.0 33740    8 ?        S    14:47   0:00 linux  [identd]
apache    8641  0.0  0.0 33740    8 ?        S    14:47   0:00 linux  [identd]
apache    8643  0.0  0.0 33740    8 ?        S    14:47   0:00 linux  [identd]
apache    8645  0.0  0.0 33740    8 ?        S    14:47   0:00 linux  [identd]
apache    8649  0.0  0.0 35004    8 ?        S    14:47   0:00 linux  [/usr/sbin/snmpd]
apache    8681  0.0  0.0 35912    8 ?        S    14:47   0:00 linux  [(kernel thread)]
apache    8687  0.0  0.0 35912    8 ?        S    14:47   0:00 linux  [(kernel thread)]
apache    8689  0.0  0.0 35912    8 ?        S    14:47   0:00 linux  [(kernel thread)]
apache    8691  0.0  0.0 35912    8 ?        S    14:47   0:00 linux  [(kernel thread)]
apache    8693  0.0  0.0 35912    8 ?        S    14:47   0:00 linux  [(kernel thread)]
apache    8737  0.0  0.0 34036    8 ?        S    14:47   0:00 linux  [(kernel thread)]
apache    8797  0.0  0.0 33768    8 ?        S    14:47   0:00 linux  [xinetd]
apache    8863  0.0  0.0 34716    8 ?        S    14:47   0:00 linux  [(kernel thread)]
apache    8917  0.0  0.0 34196    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8919  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8921  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8923  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8925  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8927  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8929  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8961  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8965  0.0  0.0 34520    8 ?        S    14:47   0:00 linux  [/usr/sbin/httpd]
apache    8967  0.0  0.0 33460    8 ?        S    14:47   0:00 linux  [crond]
apache    9045  0.0  0.0 33984    8 ?        S    14:47   0:00 linux  [squid]
apache    9051  0.0  0.0 37112    8 ?        S    14:47   0:00 linux  [(squid)]
apache    9053  0.0  0.0 33988    8 ?        S    14:47   0:00 linux  [smbd]
apache    9069  0.0  0.0 33108    8 ?        S    14:47   0:00 linux  [(unlinkd)]
apache    9169  0.0  0.0 33104    8 ?        S    14:47   0:00 linux  [/sbin/update]
apache    9171  0.0  0.0 33104    8 ?        S    14:47   0:00 linux  [/sbin/update]
apache    9173  0.0  0.0 33216    8 ?        S    14:47   0:00 linux  [/sbin/mingetty]
apache    9175  0.0  0.0 33152    8 ?        S    14:47   0:00 linux  [/sbin/mingetty]
apache    9177  0.0  0.0 33156    8 ?        S    14:47   0:00 linux  [/sbin/mingetty]
apache    9179  0.0  0.0 33328    8 ?        S    14:47   0:00 linux  [init]
apache    9180  0.0  0.0     0    0 ?        Z    14:47   0:00 [xterm <defunct>;]
root      9196  0.0  0.1 32772  216 ?        S    14:56   0:01 linux  [(tracing thread)]
root      9199  0.0  1.0 32844 1352 ?        S    14:56   0:02 linux  [(kernel thread)]
root      9206  0.0  1.0 32844 1352 ?        S    14:56   0:00 linux  [(kernel thread)]
root      9208  0.0  1.0 32844 1352 ?        S    14:56   0:00 linux  [(kernel thread)]
root      9210  0.0  1.0 32844 1352 ?        S    14:56   0:00 linux  [(kernel thread)]
root      9212  0.0  1.0 32844 1352 ?        S    14:56   0:00 linux  [(kernel thread)]
root      9214  0.0  1.0 32844 1352 ?        S    14:56   0:00 linux  [(kernel thread)]
root      9215  0.1  1.0 32844 1352 ?        S    14:56   0:03 linux  [(kernel thread)]
root      9217  0.0  0.9 33300 1164 ?        S    14:56   0:00 linux  [init]
root      9219  0.0  0.8 33280 1048 ?        S    14:56   0:00 linux  [init]
root      9227  0.0  1.0 33788 1276 ?        S    14:56   0:00 linux  [/sbin/initlog]
root      9229  0.0  0.9 33912 1184 ?        S    14:56   0:00 linux  [/bin/bash]
root      9277  0.0  1.0 33752 1272 ?        S    14:56   0:00 linux  [minilogd]
root      9372  0.0  0.9 33264 1232 ?        S    14:58   0:00 linux  [sulogin]
apache    9379  0.2  0.3 32780  428 ?        S    15:00   0:06 /home/uml/linux/linux [(tracing thread)]
apache    9384  0.0  3.3 41504 4196 ?        S    15:00   0:01 /home/uml/linux/linux [(kernel thread)]
apache    9389  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9391  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9393  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9395  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9397  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9399  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9401  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9402  0.0  3.3 41504 4196 ?        S    15:00   0:00 /home/uml/linux/linux [(kernel thread)]
apache    9404  0.0  2.0 42028 2616 ?        S    15:00   0:00 /home/uml/linux/linux [init]
apache   10567  0.0  2.7 42104 3512 ?        S    15:01   0:00 /home/uml/linux/linux [syslogd]
apache   10583  0.0  2.4 42092 3132 ?        S    15:01   0:00 /home/uml/linux/linux [klogd]
apache   10617  0.0  2.5 42064 3272 ?        S    15:01   0:00 /home/uml/linux/linux [portmap]
apache   10793  0.0  2.4 42300 3080 ?        S    15:01   0:00 /home/uml/linux/linux [identd]
apache   10799  0.0  2.4 42300 3080 ?        S    15:01   0:00 /home/uml/linux/linux [identd]
apache   10815  0.0  2.4 42300 3080 ?        S    15:01   0:00 /home/uml/linux/linux [identd]
apache   10819  0.0  2.4 42300 3080 ?        S    15:01   0:00 /home/uml/linux/linux [identd]
apache   10831  0.0  2.4 42300 3080 ?        S    15:01   0:00 /home/uml/linux/linux [identd]
apache   10835  0.0  2.9 43704 3692 ?        S    15:01   0:00 /home/uml/linux/linux [/usr/sbin/snmpd]
apache   10868  0.0  3.1 44348 3980 ?        S    15:01   0:00 /home/uml/linux/linux [named]
apache   10874  0.0  3.1 44348 3980 ?        S    15:01   0:00 /home/uml/linux/linux [named]
apache   10876  0.0  3.1 44348 3980 ?        S    15:01   0:00 /home/uml/linux/linux [named]
apache   10878  0.0  3.1 44348 3980 ?        S    15:01   0:00 /home/uml/linux/linux [named]
apache   10880  0.0  3.1 44348 3980 ?        S    15:01   0:00 /home/uml/linux/linux [named]
apache   10942  0.0  2.7 42736 3444 ?        S    15:01   0:00 /home/uml/linux/linux [/usr/sbin/sshd]
apache   11024  0.0  2.8 42468 3580 ?        S    15:01   0:00 /home/uml/linux/linux [xinetd]
apache   11478  0.0  2.8 43080 3652 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/sendmail]
apache   11733  0.0  2.9 42912 3768 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11740  0.0  2.8 43216 3592 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11744  0.0  2.8 43216 3588 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11746  0.0  2.8 43216 3580 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11816  0.0  2.8 43216 3620 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11818  0.0  2.8 43216 3612 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11820  0.0  2.8 43216 3636 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11827  0.0  2.7 42156 3496 ?        S    15:02   0:00 /home/uml/linux/linux [crond]
apache   11830  0.0  2.8 43216 3652 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   11832  0.0  2.8 43216 3656 ?        S    15:02   0:00 /home/uml/linux/linux [/usr/sbin/httpd]
apache   12270  0.0  2.7 42580 3484 ?        S    15:02   0:00 /home/uml/linux/linux [smbd]
apache   12441  0.0  2.2 41916 2908 ?        S    15:02   0:00 /home/uml/linux/linux [/sbin/mingetty]
apache   12447  0.0  2.2 41856 2832 ?        S    15:02   0:00 /home/uml/linux/linux [/sbin/mingetty]
apache   12473  0.0  0.0     0    0 ?        Z    15:02   0:00 [xterm <defunct>;]
apache   12495  0.0  2.2 41856 2832 ?        S    15:02   0:00 /home/uml/linux/linux [/sbin/mingetty]
apache   12498  0.0  0.0     0    0 ?        Z    15:02   0:00 [xterm <defunct>;]
apache   12500  0.0  2.2 41916 2888 ?        S    15:02   0:00 /home/uml/linux/linux [/sbin/mingetty]
apache   12539  0.0  2.2 41916 2888 ?        S    15:02   0:00 /home/uml/linux/linux [/sbin/mingetty]
apache   14838  0.0  2.0 79420 2592 ?        S    15:06   0:00 /usr/sbin/httpd -DHAVE_ACCESS -DHAVE_PROXY -DHAVE_AUTH_ANON -DHAVE_ACTIONS -DHA
apache   14840  0.0  0.1 32780  188 ?        S    15:06   0:00 /home/uml/linux/linux [(tracing thread)]
apache   14845  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14850  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14852  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14854  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14856  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14858  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14860  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14862  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14863  0.0  0.4 41484  604 ?        S    15:06   0:00 /home/uml/linux/linux [(kernel thread)]
apache   14865  0.0  0.5 41936  716 ?        S    15:06   0:00 /home/uml/linux/linux [init]
apache   14867  0.0  0.4 41916  616 ?        S    15:06   0:00 /home/uml/linux/linux [init]
apache   14875  0.0  0.6 42204  764 ?        S    15:06   0:00 /home/uml/linux/linux [/sbin/initlog]
apache   14877  0.0  0.5 42548  720 ?        S    15:06   0:00 /home/uml/linux/linux [/bin/bash]
apache   15027  0.0  0.5 41900  716 ?        S    15:06   0:00 /home/uml/linux/linux [sulogin]
root     15031  0.2  0.7 32772  916 ?        S    15:09   0:06 linux  [(tracing thread)]
root     15034  0.0 17.2 32864 21840 ?       S    15:09   0:00 linux  [(kernel thread)]
root     15041  0.0 17.2 32864 21840 ?       S    15:09   0:00 linux  [(kernel thread)]
root     15043  0.0 17.2 32864 21840 ?       S    15:09   0:00 linux  [(kernel thread)]
root     15045  0.0 17.2 32864 21840 ?       S    15:09   0:00 linux  [(kernel thread)]
root     15047  0.0 17.2 32864 21840 ?       S    15:09   0:00 linux  [(kernel thread)]
root     15049  0.0 17.2 32864 21840 ?       S    15:09   0:00 linux  [(kernel thread)]
root     15050  0.0 17.2 32864 21840 ?       S    15:09   0:00 linux  [(kernel thread)]
root     15052  0.0  3.4 33396 4420 ?        S    15:09   0:00 linux  [init]
root     16338  0.0  4.7 33468 5980 ?        S    15:09   0:00 linux  [syslogd]
root     16354  0.0  4.4 33440 5616 ?        S    15:09   0:00 linux  [klogd]
root     16388  0.0  4.2 33428 5420 ?        S    15:09   0:00 linux  [portmap]
root     16568  0.0  4.5 33828 5752 ?        S    15:09   0:00 linux  [identd]
root     16600  0.0  4.5 33828 5752 ?        S    15:09   0:00 linux  [identd]
root     16602  0.0  4.5 33828 5752 ?        S    15:09   0:00 linux  [identd]
root     16604  0.0  4.5 33828 5752 ?        S    15:09   0:00 linux  [identd]
root     16606  0.0  4.5 33828 5752 ?        S    15:09   0:00 linux  [identd]
root     16610  0.0  7.9 35068 10120 ?       S    15:09   0:00 linux  [/usr/sbin/snmpd]
root     16647  0.0  8.9 36268 11284 ?       S    15:10   0:00 linux  [(kernel thread)]
root     16653  0.0  8.9 36268 11284 ?       S    15:10   0:00 linux  [(kernel thread)]
root     16655  0.0  8.9 36268 11284 ?       S    15:10   0:00 linux  [(kernel thread)]
root     16657  0.0  8.9 36268 11284 ?       S    15:10   0:00 linux  [(kernel thread)]
root     16659  0.0  8.9 36268 11284 ?       S    15:10   0:00 linux  [(kernel thread)]
root     16703  0.0  5.5 34100 7024 ?        S    15:10   0:00 linux  [(kernel thread)]
root     16763  0.0  5.4 33832 6900 ?        S    15:10   0:00 linux  [xinetd]
root     16829  0.0  5.7 34816 7248 ?        S    15:10   0:00 linux  [(kernel thread)]
root     16883  0.0  7.0 34488 8976 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16885  0.0  6.5 34580 8300 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16887  0.0  6.5 34580 8240 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16889  0.0  6.5 34580 8324 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16891  0.0  6.6 34580 8400 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16893  0.0  6.7 34580 8516 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16895  0.0  6.7 34580 8592 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16897  0.0  6.8 34580 8684 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16899  0.0  6.8 34580 8672 ?        S    15:10   0:00 linux  [/usr/sbin/httpd]
root     16933  0.0  4.7 33524 6072 ?        S    15:10   0:00 linux  [crond]
root     17011  0.0  5.5 34048 6980 ?        S    15:10   0:00 linux  [squid]
root     17019  0.0  6.1 34052 7740 ?        S    15:10   0:00 linux  [smbd]
root     17035  0.0  5.7 33932 7320 ?        S    15:10   0:00 linux  [nmbd]
root     17127  0.0  3.2 33396 4132 ?        S    15:10   0:00 linux  [init]
root     17129  0.0  3.2 33396 4156 ?        S    15:10   0:00 linux  [init]
root     17133  0.0  3.4 33272 4328 ?        S    15:10   0:00 linux  [/sbin/mingetty]
root     17135  0.0  3.2 33168 4140 ?        S    15:10   0:00 linux  [/sbin/update]
root     17137  0.0  3.3 33168 4184 ?        S    15:10   0:00 linux  [/sbin/update]
root     17139  0.0  3.3 33220 4296 ?        S    15:10   0:00 linux  [/sbin/mingetty]
root     17140  0.0  0.0     0    0 ?        Z    15:10   0:00 [xterm <defunct>;]
root     17183  0.0  6.7 20076 8556 ?        S    15:27   0:00 /usr/bin/kdesktop_lock
apache   17198  0.0  0.8  3024 1064 pts/3    R    15:43   0:00 ps -aux
Any help is highly appreciated!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP