Skip to content

Instantly share code, notes, and snippets.

@tenstormavi
Created April 13, 2017 13:38
Show Gist options
  • Save tenstormavi/ad814039a98a01d93f1684e0b28aef46 to your computer and use it in GitHub Desktop.
Save tenstormavi/ad814039a98a01d93f1684e0b28aef46 to your computer and use it in GitHub Desktop.
[DEFAULT]
pbench_install_dir = /opt/pbench-agent
# CHANGE ME!
pbench_results_redirector = perf-infra.ec2.breakage.org
# CHANGE ME!
pbench_web_server = perf-infra.ec2.breakage.org
[pbench-agent]
install-dir = %(pbench_install_dir)s
pbench_user = pbench
pbench_group = pbench
pbench_run = /var/lib/pbench-agent
pbench_log = %(pbench_run)s/pbench.log
[results]
user = pbench
host_path = http://%(pbench_result_redirector)s/pbench-archive-host
ssh_opts = -o StrictHostKeyChecking=no
webserver = %(pbench_web_server)s
host_info_url = http://%(webserver)s/pbench-results-host-info.versioned/pbench-results-host-info.URL001
dir = /pbench/public_html/incoming
[pbench/tools]
default-tool-set = sar, iostat, mpstat, pidstat, proc-vmstat, proc-interrupts, turbostat
interval = 3
[config]
path = %(pbench_install_dir)s/config
files = pbench-agent.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment