forked from scottchiefbaker/dool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dool.conf
64 lines (50 loc) · 1.4 KB
/
dool.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### Dool 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