Files
aa90eb3b7cb839b2f048aa5cce414346034f4284
183 lines
5.4 KiB
Bash
183 lines
5.4 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 &