运维 运维相关知识和内容 Ubuntu:查看内存占用情况 可以查看占用率靠前的进程ps aux | head -1;ps aux |grep -v PID |sort -rn -k +4 | head -20查看空闲内存watch free -h