Ubuntu free 3.3.10 命令详解


详细展示 RAM (物理内存)、Swap (交换内存) 统计信息。

另请参阅: pidstat     top     uptime     vmstat

基本用法     详细用法

root:~# free
              total        used        free      shared  buff/cache   available
Mem:         499700      290096       12472       54776      197132      124244
Swap:       1048572           0     1048572
root:~#	
			

基本语法

free [options]
			

Options 选项

参数 EN 解释 中文翻译 备注
-b, --bytes show output in bytes 以 Byte 为单位展示输出
-k, --kilo show output in kilobytes 以 KB 为单位展示输出
-m, --mega show output in megabytes 以 MB 为单位展示输出
-g, --giga show output in gigabytes 以 GB 为单位展示输出
--tera show output in terabytes 以 TB 为单位展示输出
-h, --human show human-readable output 以人类可读方式展示输出
--si use powers of 1000 not 1024 使用 1000 而不是 1024 的幂
-l, --lohi show detailed low and high memory statistics 详细展示低内存和高内存统计信息
-t, --total show total for RAM + swap 展示 RAM + Swap 总计
-s N, --seconds N repeat printing every N seconds 每隔 N 秒重复打印
-c N, --count N repeat printing N times, then exit 重复打印 N 次,然后退出
-w, --wide wide output 宽输出
--help display this help and exit 显示此帮助并退出
-V, --version output version information and exit 输出版本信息并退出

基本用法

功能 命令 文字解释 示例 示例解释
版本 free -V 展示版本信息
free --version
帮助 free --help 展示帮助信息

 

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。