欢迎来到福编程网,本站提供各种互联网专业知识!
您的位置:网站首页 > 操作系统 > LINUX

linux查看内存的大小

发布时间:2016-08-29 作者:jb51.net 来源:本站整理
用free-m查看的结果:#free-mtotalusedfreesharedbufferscachedMem:50447132019269-/+buffers/cache:183321Swap:9960996查看/proc/kcore文件的大小:#ll-h/proc/kcore-r--------1rootroot512M10月2620:40/proc/kcoretotal显示的只有
用free -m查看的结果:

# free -m

total used free shared buffers cached

Mem: 504 471 32 0 19 269

-/+ buffers/cache: 183 321

Swap: 996 0 996

查看/proc/kcore文件的大小:

# ll -h /proc/kcore

-r-------- 1 root root 512M 10月 26 20:40 /proc/kcore

total显示的只有504M,而我系统的实际内存大小是512M的,其中的8M被内核所占用了

相关推荐