常用命令
dstat -cndymlp -N total -D total 525 统计CPU,IO ,network,system load
dstat -cdnsil -D hda -N eth1 统计网卡1的信息
dstat �Cvmstat 内存使用情况
date && dstat -tclmdny 60
以下是Dstat的一些参数:
OPTIONS
-c, --cpu
enable cpu stats
-C 0,3,total
include cpu0, cpu3 and total
-d, --disk
enable disk stats
-D total,hda
include hda and total
-g, --page
enable page stats
-i, --int
enable interrupt stats
-I 5,10
include interrupt 5 and 10
-l, --load
enable load stats
-m, --mem
enable memory stats
-n, --net
enable network stats
-N eth1,total
include eth1 and total
-p, --proc
enable process stats
-s, --swap
enable swap stats
-S swap1,total
include swap1 and total
-t, --time
enable time/date output
-T, --epoch
enable time counter (seconds since epoch)
-y, --sys
enable system stats
--ipc enable ipc stats
--lock enable lock stats
--raw enable raw stats
--tcp enable tcp stats
--udp enable udp stats
--unix enable unix stats
-M stat1,stat2
enable internal stats and external plugin stats
Possible internal stats are
cpu, cpu24, disk, disk24, disk24old, epoch, int, int24, ipc, load, lock, mem, net, page, page24,
proc, raw, swap, swapold, sys, tcp, time, udp, unix
Possible external plugin stats can be listed using
dstat -M list
-a, --all
equals -cdngy (default)
-f, --full
expand -C, -D, -I, -N and -S discovery lists
-v, --vmstat
equals -pmgdsc -D total
--integer
show integer values
--nocolor
disable colors (implies --noupdate)
--noheaders
disable repetitive headers
--noupdate
disable intermediate updates when delay > 1
--output file
write CSV output to file
如果你想深入研究的话,你可以man下如果有心得,请共享下成果。。。