📜  顶部显示特定的 pid - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:28.602000             🧑  作者: Mango

代码示例1
top | grep 1234 
# assuming your PID is 1234, press "q" to stop the visualization
# you can also feed the name of the process among double quotes
# instead of the PID