1 Star 0 Fork 1

A4纸/dstat

forked from 归心 上路/dstat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dstat.conf 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Dag Wieers 提交于 2005-05-06 22:48 . Updates
### Dstat configuration file
### BEWARE: This file is not yet functional, it's a prototype
### to experiment and find the best syntax for a future dstat
[main]
interval = 5
diff = 1
colors = true
abs = false
noheader = true
noupdate = true
default-options = -cdns
unit = k
background = light
update-method = interval-average # snapshot total-average last-n-average
[colors]
default = red yellow green blue magenta cyan white darkred darkgreen
dark = darkred darkyellow darkgreen darkblue darkmagenta darkcyan silver red green
percentage = red yellow green
[cpu]
show = user sys idle wait
[ints]
show = 5 9 10 14 15
[disk]
show = hda hdc lores hires total
[diskset]
lores = sd[b-t]
hires = sd[u-z] sda[a-d]
total = sd[b-z] sda[a-d]
[load]
show = 1 5 15
[mem]
show = used buffers cache free
[net]
show = bond0 eth0 eth1
#show = bond? eth?
[proc]
show = run blocked
[swap]
show = in out
[sys]
show = int int
[custom]
load1 = file:///proc/loadavg, line 1, column 1, format %4f
load5 = file:///proc/loadavg, line 1, column 2, format %4f
load15 = file:///proc/loadavg, line 1, column 3, format %4f
int11 = file:///proc/stat, re "^intr ", column 5, format %4d
lo-in = file:///proc/net/dev, re "^lo: ", column 3, format %4d
lo-out = file:///proc/net/dev, re "^lo: ", column 10, format %4d
eth1 = file:///proc/net/dev, re "^eth1: \d+ (\d+) \d+ \d+ \d+ \d+ \d+ \d+ (\d+)", format %4d
switch = snmp://127.0.0.1/net.tcp, format %4d
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/outorin/dstat.git
git@gitee.com:outorin/dstat.git
outorin
dstat
dstat
master

搜索帮助