centos查看内存大小命令free
时间:2014-03-29 19:10 来源:linux.it.net.cn 作者:IT网
# 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被内核所占用
free -help获取更多使用参数说明 (责任编辑:IT)
# 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被内核所占用 free -help获取更多使用参数说明 (责任编辑:IT) |