我需要解释一下ps -ef命令的四个字段(4或0),这个数字是什么意思
根27116 27112 4 15:25分/0 00:00:00 grep -qsRw -m1监视器/var
根目录29017 27113 0 15:25分/0 00:00:00 grep qsRw -m1
发布于 2010-06-18 20:41:16
此信息可在ps(1)的手册中找到:
C processor utilization. Currently, this is the integer value of the percent usage over the lifetime of the process. (see %cpu)https://stackoverflow.com/questions/3069565
复制相似问题