Files
ubicloud/prog/setup_sysstat.rb
Hadi Moshayedi 22cf0a075e Install Sysstat.
Having access to historical performance counters will be useful when we
encounter performance issues. This PR creates a program to install
sysstat on VmHosts to enable that.

After this, sysstat will collect a performance counter samples every
minute, which can be analyzed using the sar command:

```
$ sar -f /var/log/sysstat/sa[date] [options]
```
2023-11-10 12:54:43 -08:00

195 B