从linux直接获取上次使用的cpu

时间:2017-09-07 09:05:07

标签: linux bash shell scripting

我知道以下步骤。 "顶部"然后" f"对于字段然后" j"然后进入。 由于top命令是交互式命令,因此我无法在脚本中实现。 我需要获得几个进程和线程的P列。

找到另外一个命令" ps -o pid,psr,comm -p(pid)",但它在线程的情况下不起作用。

click here for the image. Red marked one is the process id, while the thread id's not showing the cpu used info

0 个答案:

没有答案