Skip to content

Commit 72e86fe

Browse files
authored
Merge pull request #106 from banjoh/em/collect-disk-io-stats
2 parents 0ef865d + 6734811 commit 72e86fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

host/default.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ spec:
8787
collectorName: "iostat"
8888
command: "iostat"
8989
args: ["-x"]
90+
- run:
91+
collectorName: "pidstat-disk-io"
92+
command: "pidstat"
93+
args: ["d"]
94+
- run:
95+
collectorName: "iotop"
96+
command: "iotop"
97+
args: ["-n", "1", "-b"]
9098
# SELinux status
9199
- run:
92100
collectorName: "sestatus"

0 commit comments

Comments
 (0)