Files
366269b92675c0e8fe516204a19f1fa4421543fb
98 lines
3.1 KiB
Bash
98 lines
3.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 &