Files
1bbcc95839d025a65182a5ef57b959b9706b481f
197 lines
6.1 KiB
Bash
197 lines
6.1 KiB
Bash
# Copyright 2015 Red Hat, Inc.
if [ $(id -u) != 0 ]; then
$SUDO dstat -tcmndrylpg --top-cpu-adv --top-io-adv --nocolor | $SUDO tee --append /var/log/dstat.log > /dev/null &