基本内存术语解读 1> free -m 同样是做为缓存,buffers和cache又有啥区别呢? 于是又查了些资料,发现buffers实际应该是叫“缓冲”,其英文解释是:A buffer is something that has yet to be "written" to disk. 就是说,buffers是将要写入硬盘中的数据缓存. 而cache的英文解释:A cache is something that has been "read" from th…
linux free命令查看内存使用情况 时间:2016-01-05 06:47:22来源:网络 导读:linux free命令查看内存使用情况,free命令输出结果的各选项的含义,以及free结果中buffer与cache的区别. linux free命令查看内存使用情况 free命令查看内存使用: 复制代码代码如下: [root@prdmis-db /]# free total used free shared buffers …