
cache
文章平均质量分 89
Yonself
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cache 和 buffer的区别
cache 和 buffer的区别 A buffer is something that has yet to be “written” to disk. A cache is something that has been “read” from the disk and stored for later use ; 对于共享内存(Shared memory),主要用于在UNIX 环境下不同进程之间共享数据,是进程间通信的一种方法,一般的应用程序不会申请使用共享内存 Buffer:缓冲区,用于存储原创 2021-08-26 17:08:34 · 1216 阅读 · 0 评论 -
free命令中cached和buffers的区别
一、命令 [root@localhost ~]# free -m total used free shared bufferscached Mem: 7869 7651 218 1 191 5081 -/+ buffers/cache: 2378 5490 Swap:478 139 339 二、计算 这里使用1、2 分别代表第一行和第二行的数据 total...原创 2021-08-26 11:33:07 · 1230 阅读 · 0 评论