📜  什么进程消耗 RAM - Shell-Bash 代码示例

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

代码示例1
ps -o pid,user,%mem,command ax | sort -b -k3 -r