内存占用

来自牛奶河Wiki
阿奔讨论 | 贡献2025年1月13日 (一) 13:19的版本 (创建页面,内容为“ 分类:Develop 分类:Linux {| class="wikitable" |+ !CMD !Option !Sample !Memo |- |top |<Shitft>+m 按内存排序 | | |- |free | |free -h | |- |ps |aux |<nowiki>ps aux --sort=-%mem | head -n 10</nowiki> |%MEM:内存使用百分比 RSS:物理内存使用量(KB) |- |ps |eo |<nowiki>ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head -n 10</nowiki> | |}”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索
CMD Option Sample Memo
top <Shitft>+m 按内存排序
free free -h
ps aux ps aux --sort=-%mem | head -n 10 %MEM:内存使用百分比

RSS:物理内存使用量(KB)

ps eo ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head -n 10