summaryrefslogtreecommitdiffstats
path: root/extras/collect-system-stats.sh
Commit message (Collapse)AuthorAgeFilesLines
* extras: Script to collect system-statsPranith Kumar K2018-10-091-0/+52
For debugging performance issues we found that this script is very useful. Script collects the stats of vmstat/iostat/top/sar to get metrics about memory/disk/cpu/network respectively at the configured interval. It is very important to collect all these metrics at the same time so that they can be correlated easily, so made this into a script fixes bz#1633926 Change-Id: Iea52e55179b21c505953722c8898293fe92cb8de Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>