Skip to content

Instantly share code, notes, and snippets.

@minyk
Created July 11, 2017 00:48
Show Gist options
  • Save minyk/3e49e16fd8a24ddcff9fa449ef219fbf to your computer and use it in GitHub Desktop.
Save minyk/3e49e16fd8a24ddcff9fa449ef219fbf to your computer and use it in GitHub Desktop.
iperf3 test
{
"id": "iperf3-test",
"description": "iperf3 network test",
"labels": {},
"run": {
"cpus": 1,
"mem": 128,
"disk": 0,
"env": {
"IPERF_MODE": "client",
"IPERF_TARGET": "iperf3-drake.marathon.containerip.dcos.thisdcos.directory"
},
"placement": {
"constraints": []
},
"artifacts": [],
"maxLaunchDelay": 3600,
"docker": {
"image": "minyk/iperf3:client"
},
"volumes": [],
"restart": {
"policy": "NEVER"
}
},
"schedules": [
{
"id": "default",
"enabled": true,
"cron": "0/20 0,6,12,18 * * *",
"timezone": "Asia/Seoul",
"concurrencyPolicy": "ALLOW",
"startingDeadlineSeconds": 900
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment