linux-查看内存占用情况

创建:
更新:

linux-查看内存占用情况

ps --no-headers -o "rss,cmd" -A | awk '{print $1/1024"M","\t",$0}' | sort -n -k1

千里之行,始于足下
本站总访问量 本文总阅读量