运维 Ubuntu:查看内存占用情况 北盛科技 阅读 1901 可以查看占用率靠前的进程ps aux | head -1;ps aux |grep -v PID |sort -rn -k +4 | head -20查看空闲内存watch free -h