close

 free - Display amount of free and used memory in the system

[sean@localhost 桌面]$ free
             total       used       free     shared    buffers     cached
Mem:       4021484    1056828    2964656          0      69276     348852
-/+ buffers/cache:     638700    3382784
Swap:      1048568          0    1048568

資訊由 /proc/meminfo 索引獲得

buffers 系統內部工作空間分配的記憶體

cached

磁碟快取皂螷日存記憶體

/proc (process) 檔案夾放系統資訊 是一個虛擬的目錄

記憶體夠不夠用必需判斷緩衝區與快取的數量

位於RAM不佔用實體磁碟

常見的檔案

/proc/meminfo

/proc/cpuinfo

/proc/swaps

cat -n /proc/cpuinfo

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 sean 的頭像
    sean

    My Source Code

    sean 發表在 痞客邦 留言(0) 人氣()