Age | Commit message (Collapse) | Author |
|
|
|
|
|
Between the benchmark and collector modules, it's not clear who might
have created the output directory first. Leave a warning in the
benchmark modules for now, otherwise don't let it prevent the tests from
running.
|
|
The idea is to keep things simple by having a directory of results per
test, and to have each directory with a consistently named results
files.
|
|
It has some things that are not in the sysctl information. Like
hardware architecture.
|
|
Keep the json results document small by saving log information
externally. This include:
* postgres log
* pgbench output
* sar output
|
|
|
|
|
|
|
|
Originally the results were collected into a JSON format, which is
not very convenient when running ad-hoc benchmarks.
|
|
Before doing any heavy-lifting, check existence of directories,
binaries and some other sanity checks.
|
|
|