redhat-openstack / tripleo-quickstart

Ansible roles for setting up TripleO virtual environments and building images
16 stars 15 forks source link

Install & run dstat #13

Closed EmilienM closed 8 years ago

EmilienM commented 8 years ago

When running tripleo-quickstart in a CI environment, it can be useful to get live systems informations. dstat is an excellent tool for that, OpenStack CI already uses it.

sudo dnf -y install dstat
sudo dstat -tcmndrylpg --top-cpu-adv --top-io-adv --nocolor | sudo tee --append /var/log/dstat.log > /dev/null &
trown commented 8 years ago

moved to https://bugs.launchpad.net/tripleo-quickstart/+bug/1571044