Linux Memory Management

来源:互联网 发布:java 键盘输入 编辑:程序博客网 时间:2024/06/06 03:40

This will show you top 10 process that using the most memory:

ps aux –sort=-%mem | awk ‘NR<=10{print $0}’