linux 效能檢測工具之 dstat

2021-06-18 06:06:30 字數 2485 閱讀 1191

這幾天在做lamp效能調優,對系統效能檢測使用top vmstat 發現非常不妨便,在剛開會的時候, @mandahang 介紹了乙個軟體 dstat,用起來感覺還真不錯。

下面則對dstat 做下簡單的介紹:

一、安裝

1.在centos下 可以 yum -y instatll dstat

wget

rpm -ivh dstat-0.7.2-1.el5.rfx.noarch.rpm

二、使用

1.執行 dstat 命令的時候,預設他會 收集-cpu-、-disk-、-net-、-paging-、-system-的資料,一秒鐘收集一次。預設輸入 dstat 等於輸入了dstat -cdngy 1或dstat -a 1;

如果我們執行 dstat 3 命令的話,他就是3秒收集一次資訊。

2.同樣的 dstat 也可以收集指定的效能資源。使用 dstat -h 可以看到相應的引數。

dstat options:

-c, --cpu              顯示cpu情況

-c 0,3,total           include cpu0, cpu3 and total

-d, --disk             顯示磁碟情況

-d total,hda           include hda and total

-g, --page             enable page stats

-i, --int              enable interrupt stats

-i 5,eth2              include int5 and interrupt used by eth2

-l, --load             enable load stats

-m, --mem              顯示記憶體情況

-n, --net              顯示網路情況

-n eth1,total          可以指定網路介面

-p, --proc             enable process stats

-s, --swap             顯示swap情況

-s swap1,total         可以指定多個swap

-t, --time             enable time counter

-y, --sys              enable system stats

--ipc                  報告ipc訊息佇列和訊號量的使用情況

--lock                 enable lock stats

--raw                  enable raw stats

--tcp                  enable tcp stats

--udp                  enable udp stats

--unix                 enable unix stats

-m stat1,stat2         enable external stats

--mods stat1,stat2

-a, --all              使用-cdngy 預設的就是這樣顯示

-f, --full             使用 -c, -d, -i, -n and -s 顯示

-v, --vmstat           使用-pmgdsc -d 顯示

--integer              show integer values

--nocolor              disable colors (implies --noupdate)

--noheaders            只顯示一次表頭以後就不顯示了,使用重定向寫入檔案時很有用

--noupdate             disable intermediate updates

--output file          寫入到cvs檔案中

dstat -cdlmnpsy

在1024×768的螢幕上正好全部顯示出來

別名  alias dstat='dstat -cdlmnpsy'

例 圖:

我們選擇 cdlmnpsyt 幾個引數 讓它5秒重新整理一次

他會針對 cpu 磁碟 load 記憶體 網路 process swap 時間 等具體資源,進行抓取資訊。也許是由於以前不知道,新鮮感吧,今天用這個工具感覺還是聽不錯的。

知道的朋友們就當看個熱鬧,沒用過的,可以試一試,嘿嘿,真的還不錯。。。

本文出自 「海風的linux之路」 部落格,請務必保留此出處

Linux 效能檢測工具 FREE

free name free 顯示系統可用記憶體和已使用記憶體 語法 free b k m o s delay t l v 描述 free 顯示了總可用和被用的物理記憶體和 swap 記憶體,也包括核心使用的 buffer shared memory 已經被廢棄 選項 b k m b 以位元組為單位...

gperftools效能檢測工具使用

一 安裝環境 1 安裝編譯libunwind linux 64位機必裝 git clone b v1.3 stable autogen.sh configure make sudo make install 2 echo usr local lib etc ld.so.conf.d local.co...

檢測工具之RKHunter AIDE

一 檢測工具rkhunter 1 rkhunter 是linux系統平台下的一款開源 檢測工具,具有非常全面的掃瞄範圍。rootkit hunter功能 檢測易受 的檔案 檢測隱藏檔案 檢測重要檔案的許可權 檢測系統埠號 2 安裝rkhunter tar zxvf rkhunter 1.4.0.ta...