Stop storing log files as json
authorMark Wong <mark@2ndQuadrant.com>
Fri, 28 Jul 2017 00:06:06 +0000 (17:06 -0700)
committerMark Wong <mark@2ndQuadrant.com>
Fri, 5 Jan 2018 19:36:20 +0000 (11:36 -0800)
commit93a4bef0f6e7d19174ee6860626bf9c9afce239e
treea9afb70b629fc4b6fe4cd127abfbfc89907d0556
parent912fa3cc5ccc599a6f8f90ae429f91e828e559a2
Stop storing log files as json

Keep the json results document small by saving log information
externally.  This include:

* postgres log
* pgbench output
* sar output
client/benchmarks/pgbench.py
client/benchmarks/runner.py
client/collectors/linux.py
client/collectors/postgres.py
client/perffarm-client.py
client/utils/cluster.py