free命令
free [options]
-b:以Byte为单位显示内存使用情况
-k:以KB为单位显示内存使用情况
-m:以MB为单位显示内存使用情况
-o:不显示缓冲区调节列
-s<间隔秒数>:持续观察内存使用状况
-t:显示内存总和列
-V:显示版本信息
# free
total used free shared buffers cached
Mem: 16559932 2683916 13876016 15024 376612 1821456
-/+ buffers/cache: 485848 16074084
Swap: 0 0 0
total:内存总数
used:已经使用的内存数
free:空闲的内存数
shared:当前已经废弃不用
buffers:缓存内存数
cached:缓存内存数