Utility scripts to collect various performance monitoring statistics.
Kudos to devkev for all the scripting magic.
To run:
./all-runner.sh
This will output various metric files into the current working directory.
- It does not prevent you from starting up multiple copies of the script. (It will simply output to multiple files concurrently).
- It does not fail gracefuly if the utility (e.g.
vmstat
,iostat
etc) are not executable. (It will output the error message to the output files).