0
点赞
收藏
分享

微信扫一扫

通过free命令显示内存使用的情况

三维控件研究 2024-10-05 阅读 15
Linux运维

[root@sre01 ~]# free
              total        used        free      shared  buff/cache   available
Mem:         995748      175960      446008        7856      373780      663344
Swap:       2097148           0     2097148

[root@sre01 ~]# free -h
              total        used        free      shared  buff/cache   available
Mem:           972M        171M        435M        7.7M        365M        647M
Swap:          2.0G          0B        2.0G

举报

相关推荐

0 条评论