aboutsummaryrefslogtreecommitdiffstats
path: root/pcp/screens/cgroupsio
blob: 3a431db5a44f0e753b368d23bb357c96e407b57f (plain) (blame)
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
#
# pcp-htop(1) configuration file - see pcp-htop(5)
#

[cgroupsio]
heading = CGroupsIO
caption = Control Groups I/O
default = false

iops.heading = IOPS
iops.caption = I/O operations
iops.metric = rate(cgroup.io.stat.rios) + rate(cgroup.io.stat.wios) + rate(cgroup.io.stat.dios)

readops.heading = RDIO
readops.caption = Read operations
readops.metric = rate(cgroup.io.stat.rios)
readops.default = false

writeops.heading = WRIO
writeops.caption = Write operations
writeops.metric = rate(cgroup.io.stat.wios)
writeops.default = false

directops.heading = DIO
directops.caption = Direct I/O operations
directops.metric = rate(cgroup.io.stat.dios)
directops.default = false

totalbytes.heading = R/W/D
totalbytes.caption = Disk throughput
totalbytes.metric = rate(cgroup.io.stat.rbytes) + rate(cgroup.io.stat.wbytes) + rate(cgroup.io.stat.dbytes)

readbytes.heading = RBYTE
readbytes.caption = Disk read throughput
readbytes.metric = rate(cgroup.io.stat.rbytes)

writebytes.heading = WBYTE
writebytes.caption = Disk throughput
writebytes.metric = rate(cgroup.io.stat.wbytes)

directio.heading = DBYTE
directio.caption = Direct I/O throughput
directio.metric = rate(cgroup.io.stat.dbytes)

name.heading = Control group device
name.caption = Control group device
name.width = -64
name.metric = cgroup.io.stat.rbytes
name.instances = true

© 2014-2024 Faster IT GmbH | imprint | privacy policy