![]() |
Software > Linux tools >
List info about processes.
I much prefer htop
Which process is the pig?
ps -eo pcpu,pid -o comm= | sort -k1 -n -r | head -1
Check out https://searchdatacenter.techtarget.com/tip/Managing-high-volume-CPU-processes-with-Bash
![]() |
Software > Linux tools >
List info about processes.
I much prefer htop
Which process is the pig?
ps -eo pcpu,pid -o comm= | sort -k1 -n -r | head -1
Check out https://searchdatacenter.techtarget.com/tip/Managing-high-volume-CPU-processes-with-Bash