Android / Linux : free 命令

Android / Linux : free 命令

free 命令

free命令详解

https://blog.csdn.net/u011616400/article/details/80198398

2、参数详解

参数 释义
total 内存总数,物理内存总数
used 已经使用的内存数
free 空闲的内存数
shared 多个进程共享的内存总额
buffers Buffer 缓存内存数
cached Page 缓存内存数
-buffers/cache 应用使用内存数
+buffers/cache 应用可用内存数
Swap 交换分区,虚拟内存

猜你喜欢

转载自blog.csdn.net/dc3120/article/details/89113127