小编dig*_*ity的帖子

“ps aux”和“ps -ef”之间的 CPU 利用率有什么区别?

我使用 Ubuntu 12.04.1 Linux。我看到了一个进程的命令%CPUC输出格式之间的区别psps手册页中没有明确指出。

手册页说:

  CODE       HEADER  DESCRIPTION
  %cpu       %CPU    cpu utilization of the process in "##.#" format. Currently, 
                     it is the CPU time used divided by the time the 
                     process has been running (cputime/realtime ratio),
                     expressed as a percentage. It will not add up to 100%
                     unless you are lucky. (alias pcpu).
  c          C       processor utilization. Currently, this is the integer                  
                     value of the percent usage over the lifetime of the …
Run Code Online (Sandbox Code Playgroud)

linux process monitoring debian ps

6
推荐指数
1
解决办法
2万
查看次数

标签 统计

debian ×1

linux ×1

monitoring ×1

process ×1

ps ×1