diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-02 22:51:37 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-02 22:51:37 +0100 |
commit | 8da0a5913723f4ec8fbea96aca0cac91f5f4cdbb (patch) | |
tree | e5f2941ea5ba54fbd5075b80c8529c9f944c25be /roles/elevate/media/templates/dstat.sh.j2 | |
parent | ch-atlas: new disk (diff) |
ele-media: upgrade nextcloud and kubelet
Diffstat (limited to 'roles/elevate/media/templates/dstat.sh.j2')
-rw-r--r-- | roles/elevate/media/templates/dstat.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/elevate/media/templates/dstat.sh.j2 b/roles/elevate/media/templates/dstat.sh.j2 index 2ff572fb..236c9888 100644 --- a/roles/elevate/media/templates/dstat.sh.j2 +++ b/roles/elevate/media/templates/dstat.sh.j2 @@ -11,4 +11,4 @@ if [ -n "$1" ]; then DISKS="$DISKS,$1" fi -exec dstat -cymnd -D "$DISKS" --top-io --top-bio +exec dstat -cymnd -D "$DISKS" --disk-util |