-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathconfig.yaml
22 lines (22 loc) · 898 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# the time length of the iperf test in seconds
test-length: 5
# the time between polls, this example is 5 minutes (300 sec)
test-interval: 300
# iperf server port
server-port: 5201
# address of the graphite/grafana stack running in a container (docker for mac uses localhost).
# for a setup beyond a dev environment, grafana-address will be a routable/reachable address
# that the polling host can connect to in order to run the client/server test.
grafana-address: localhost
grafana-port: 2003
# the prefix of the stored tsdb data in graphite
tsdb-download-prefix: bandwidth.download
tsdb-upload-prefix: bandwidth.upload
iperf-servers:
- 172.17.0.3: azure
- 172.17.0.4: digitalocean
- 172.17.0.5: colo_datacenter_xyz
# iperf-servers are the remote iperf servers getting polled
# the key is the address getting polled
# the value (after the colon) is the name that will show up in grafana