首页 > 系统服务 > 详细

Linux命令-free

时间:2016-09-07 12:38:33      阅读:202      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!