dstat
如果系統(tǒng)沒有些工具 yum -y install dstat安裝下即妥,此軟件小巧玲瓏,軟件包大小只有144k,安裝大小660k。
此工具默認(rèn)情況下會(huì)動(dòng)態(tài)顯示CPU,disk,net,page,system負(fù)載情況,如下所示,當(dāng)然會(huì)有顏色不同標(biāo)示的,還是比較直觀的,暫且直接復(fù)制湊合一看,還望各位看官海涵,千萬莫拍磚。
[root@aaa]# dstat
----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read writ| recv send| in out | int csw
10 1 89 0 0 0| 76k 339k| 0 0 | 0 0 | 208 686
16 3 82 0 0 0| 0 280k| 126k 125k| 0 0 |1058 500
12 2 86 0 0 0| 0 192k|4600B 6204B| 0 0 |1037 338
14 2 83 0 0 0| 0 0 |5042B 2648B| 0 0 |1029 277
常用參數(shù)
-c cpu是也,顯示CPU系統(tǒng)占用,用戶占用,空閑,等待,中斷,軟件中斷等信息
-C 當(dāng)有多個(gè)CPU時(shí)候,此參數(shù)可按需分別顯示cpu狀態(tài)
e.g -C 0,1 顯示cpu0和cpu1的信息
-d disk是也,顯示磁盤讀寫數(shù)據(jù)大小
-D hda and total
-n net 顯示網(wǎng)絡(luò)狀態(tài)
-N net 有多塊網(wǎng)卡時(shí),指定要顯示的網(wǎng)卡
-l load average 顯示系統(tǒng)負(fù)載情況
-m memory 顯示內(nèi)存使用情況
-g page 顯示頁(yè)面使用情況
-p process 顯示進(jìn)程狀態(tài)
-s swap 顯示交換分區(qū)使用情況
-S 類似D/N
-r I/O請(qǐng)求情況
-y system status
--ipc 顯示ipc消息隊(duì)列,信號(hào)等信息
--socket 用來顯示tcp udp端口狀態(tài)
-a all 此為默認(rèn)選項(xiàng) 等同于 -cdngy
-v vmstat 等同于 -pmgdsc -D total
--output 文件 此選項(xiàng)也比較有用,可以把狀態(tài)信息以csv的格式重定向到指定的文件中,以便日后查看。e.g dstat --output /root/dstat.csv 此時(shí)讓程序默默的在后臺(tái)運(yùn)行并把結(jié)果輸出到/root/dstat.csv文件中
1. cpu:hiq,siq分別為硬中斷和軟中斷次數(shù)。
2. system:int,csw分別為系統(tǒng)的中斷次數(shù)(interrupt)和上下文切換(context switch)