码迷,mamicode.com
首页 > 系统相关 > 详细

Linux命令-free

时间:2016-09-07 12:40:09      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:

显示系统内存使用情况

free  [-m / -g / -h]

[root@localhost test]# free -m
              total        used        free      shared  buff/cache   available
Mem:           1823         715         180          10         927         833
Swap:          2047           0        2047
[root@localhost test]# free -g
              total        used        free      shared  buff/cache   available
Mem:              1           0           0           0           0           0
Swap:             1           0           1
[root@localhost test]# free -h
              total        used        free      shared  buff/cache   available
Mem:           1.8G        715M        180M         10M        927M        833M
Swap:          2.0G         44K        2.0G
[root@localhost test]#

 

Linux命令-free

标签:

原文地址:http://www.cnblogs.com/tdcqma/p/5848851.html

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