查看内存使用情况别名配置
alias catram='ps aux | awk '\''{print $6/1024 " MB\t\t" $11}'\'' | sort -n'
← /devops/linux/freecache.html linux常用命令 →