Skip to content

Commit

Permalink
Merge pull request #106 from banjoh/em/collect-disk-io-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini authored Nov 22, 2024
2 parents 0ef865d + 6734811 commit 72e86fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions host/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ spec:
collectorName: "iostat"
command: "iostat"
args: ["-x"]
- run:
collectorName: "pidstat-disk-io"
command: "pidstat"
args: ["d"]
- run:
collectorName: "iotop"
command: "iotop"
args: ["-n", "1", "-b"]
# SELinux status
- run:
collectorName: "sestatus"
Expand Down

0 comments on commit 72e86fe

Please sign in to comment.