[root@Dasoncheng ~]# free total used free shared buff/cache available Mem: 1883740 51052 1458892 296 373796 1677328 Swap: 0 0 0 [root@Dasoncheng ~]# free -h total used free shared buff/cache available Mem: 1.8G 49M 1.4G 296K 365M 1.6G Swap: 0B 0B 0B [root@Dasoncheng ~]# free -m/g/h
其中:缓存
total=used + free + buff/cache
available=free + buff/cache(分配但未使用的内存)
其中:used已使用内存,和buff/cache被占用的内存没有关系;code