Files
5210671dbb6379ef996e35f18dd0de136bdd2b86
176 lines
5.3 KiB
Bash
176 lines
5.3 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 &