现在的位置: 首页 > 综合 > 正文

介绍一个监控软件dstat

2013年08月31日 ⁄ 综合 ⁄ 共 1505字 ⁄ 字号 评论关闭
在监控方面,之前有了vmstat,iostat,sar等工具了,但如果想综合一点用的话,

新发现了一个不错的监控工具dstat,下面简单介绍之:

1 下载:

   http://dag.wieers.com/rpm/packages/dstat/dstat-0.6.7-1.rh7.rf.noarch.rpm

2 安装

3  使用:

    输入dstat后,会显示出cpu,disk,net,paging,system

的情况,1秒1次,可以设置为每1分钟1次:

   dstat -a 1

4 每分钟监控一次:

   date && dstat  -tclmdny 60

5  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文件中

抱歉!评论已关闭.