尚客 檢視Linux伺服器記憶體使用情況

2021-06-22 08:34:56 字數 1408 閱讀 2697

乙個伺服器,最重要的資源之一就是記憶體,記憶體夠不夠用,是直接關係到系統效能的關鍵所在。

本文介紹如何檢視linux伺服器記憶體使用情況,

1、free命令

free -m

[root@localhost ~]# free -m

total       used      free     shared    buffers    cached

mem:          1526        182      1344          0        16         99

-/+ buffers/cache:         65       1460

swap:         3071          0      3071

很清晰明白的顯示出了總記憶體多少,已使用多少,還剩下多少。

乙個伺服器,最重要的資源之一就是記憶體,記憶體夠不夠用,是直接關係到系統效能的關鍵所在。

本文介紹如何檢視linux伺服器記憶體使用情況,

1、free命令

free -m

[root@localhost~]# free -m

total       used       free     shared    buffers     cached

mem:          1526        182       1344          0         16         99

-/+ buffers/cache:         65       1460

swap:         3071          0       3071

很清晰明白的顯示出了總記憶體多少,已使用多少,還剩下多少。

2、top命令

top命令中的顯示結果中有這樣兩行:

mem:   1563088k total,   186784k used,  1376304k free,    17444k buffers

swap:  3145720k total,        0k used,  3145720k free,   101980k cached

這個也很明白了吧,只是說它是以k為單位顯示出來的。

3、vmstat命令

[root@localhost~]# vmstat

procs -----------memory---------- ---swap-- -----io---- --system-------cpu-----

r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st

0  0      0 1376320  17452 101980    0    0     1     1    4    5  0  0 100  0  0

命令檢視Linux伺服器記憶體 CPU 顯示卡使用情況

使用命令 free m 大致結果類似下圖 引數解釋 mem行 單位均為m total 記憶體總數 used 已使用記憶體數 free 空閒記憶體數 shared 當前廢棄不用 buffers 快取記憶體數 buffer cached 快取內舒數 page buffers cache 行 buffer...

檢視伺服器CPU記憶體

檢視linux系統的記憶體有很多方法,以下為總結版本 1 記憶體 cat proc meminfo cpu cat proc cpuinfo 2 檢視記憶體使用情況!使用命令 free m 3 檢視cpu使用情況 使用命令 top 基本上使用上述三個命令就可以解決你的問題,以下是對這三個命令的詳細解...

Linux檢視伺服器配置

linux檢視伺服器配置 伺服器型號 pangxl gec dmidecode grep system information a9 egrep manufacturer product 作業系統 pangxl gec cat etc redhat release centos release 6....