Files
e9118254443961de6886907d7c31cf60ada92424
159 lines
4.6 KiB
Bash
159 lines
4.6 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 &