来源:网络 | 2008-10-6 | (有3281人读过)
Linux系统中启动进程统计使用accton命令,必须用root身份来运行。Accton命令的形式accton file,file必须先存在。先使用touch命令来创建pacct文件:touch /var/log/pacct,然后运行accton: accton /var/log/pacct。一旦accton被激活,就可以使用lastcomm命令监测系统中任何时候执行的命令。若要关闭统计,可以使用不带任何参数的accton命令。 lastcomm命令报告以前执行的文件。不带参数时,lastcomm命令显示当前统计文件生命周期内纪录的所有命令的有关信息。包括命令名、用户、tty、命令花费的CPU时间和一个时间戳。如果系统有许多用户,输入则可能很长。下面的例子: crond F root 0.00 secs Sun Aug 20 00:16 promisc_check.s S root 0.04 secs Sun Aug 20 00:16 promisc_check root 0.01 secs Sun Aug 20 00:16 grep root 0.02 secs Sun Aug 20 00:16 tail root 0.01 secs Sun Aug 20 00:16 sh root 0.01 secs Sun Aug 20 00:15 ping S root 0.01 secs Sun Aug 20 00:15 ping6.pl F root 0.01 secs Sun Aug 20 00:15 sh root 0.01 secs Sun Aug 20 00:15 ping S root 0.02 secs Sun Aug 20 00:15 ping6.pl F root 0.02 secs Sun Aug 20 00:15 sh root 0.02 secs Sun Aug 20 00:15 ping S root 0.00 secs Sun Aug 20 00:15 ping6.pl F root 0.01 secs Sun Aug 20 00:15 sh root 0.01 secs Sun Aug 20 00:15 ping S root 0.01 secs Sun Aug 20 00:15 sh root 0.02 secs Sun Aug 20 00:15 ping S root 1.34 secs Sun Aug 20 00:15 locat
|