zoukankan      html  css  js  c++  java
  • Linux查看内存使用量和交换区使用量

    Linux查看内存使用量和交换区使用量


    youhaidong@youhaidong-ThinkPad-Edge-E545:~$ free -m
                 total       used       free     shared    buffers     cached
    Mem:          3030       1690       1339          8         66        683
    -/+ buffers/cache:        941       2089
    Swap:         3904          0       3904
    youhaidong@youhaidong-ThinkPad-Edge-E545:~$ free --mega
                 total       used       free     shared    buffers     cached
    Mem:          3030       1691       1339          8         66        683
    -/+ buffers/cache:        941       2088
    Swap:         3904          0       3904
    



  • 相关阅读:
    leetcode122
    leetcode121
    leetcode773
    leetcode803
    leetcode658
    leetcode723
    leetcode134
    leetcode340
    leetcode721
    leetcode362
  • 原文地址:https://www.cnblogs.com/tlnshuju/p/7196721.html
Copyright © 2011-2022 走看看