Import initial version of the client
authorTomas Vondra <tv@fuzzy.cz>
Wed, 10 Aug 2016 21:23:55 +0000 (23:23 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
Mon, 27 Feb 2017 00:21:09 +0000 (01:21 +0100)
commit72e6220f64a89cd215660311a5680f07f543b150
treec76f2df22da3819a28cad200f4b2a45642dfacdf
parentcbac00d3965ad4f27f1e812668b5732c1c50b1dd
Import initial version of the client
15 files changed:
client/README.md [new file with mode: 0644]
client/benchmarks/__init__.py [new file with mode: 0644]
client/benchmarks/pgbench.py [new file with mode: 0644]
client/benchmarks/runner.py [new file with mode: 0644]
client/collectors/__init__.py [new file with mode: 0644]
client/collectors/collector.py [new file with mode: 0644]
client/collectors/linux.py [new file with mode: 0644]
client/collectors/postgres.py [new file with mode: 0644]
client/perffarm-client.py [new file with mode: 0755]
client/utils/__init__.py [new file with mode: 0644]
client/utils/cluster.py [new file with mode: 0644]
client/utils/git.py [new file with mode: 0644]
client/utils/locking.py [new file with mode: 0644]
client/utils/logging.py [new file with mode: 0644]
client/utils/misc.py [new file with mode: 0644]