码迷,mamicode.com
首页 > 其他好文 > 详细

free - 显示系统内存信息

时间:2019-01-22 10:43:40      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:显示   lob   空闲   str   千兆   byte   stat   options   code   

free - Display amount of free and used memory in the system
显示系统中空闲和已使用内存的数量

格式:
free [options]

options:

  • -b:bytes,字节为单位
  • -k:kilobytes,默认千字节单位
  • -m:megabytes,兆字节
  • -g:gigabytes,千兆节
  • --tera:tb,兆兆字节
  • --peta:pb,千t字节
  • -w:切换到宽模式,宽模式产生的行长度超过80个字符,在这种械下,buffers和cache分开显示
  • -c count:显示几次,需要和-s配合使用
  • -s seconds:显示间隔

示例:

[root@node1 ~]# free
              total        used        free      shared  buff/cache   available
Mem:         997956      162556      573256        7792      262144      668160
Swap:       2097148           0     2097148

[root@node1 ~]# free -wm
              total        used        free      shared     buffers       cache   available
Mem:            974         158         559           7           2         253         652
Swap:          2047           0        2047


[root@node1 ~]# free -h
              total        used        free      shared  buff/cache   available
Mem:           974M        158M        559M        7.6M        256M        652M
Swap:          2.0G          0B        2.0G

总结:
相比vmstatfree只显示内存相关信息。

free - 显示系统内存信息

标签:显示   lob   空闲   str   千兆   byte   stat   options   code   

原文地址:https://www.cnblogs.com/dance-walter/p/10301950.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!