Skip to content

Instantly share code, notes, and snippets.

@brndnmtthws
Created December 3, 2015 20:52
Show Gist options
  • Save brndnmtthws/fe3fb0c13c19a96c362e to your computer and use it in GitHub Desktop.
Save brndnmtthws/fe3fb0c13c19a96c362e to your computer and use it in GitHub Desktop.
{
"id": "siege",
"args":[
"-d1",
"-r1000",
"-c100",
"http://marathon-lb.marathon.mesos:10000/"
],
"cpus": 0.5,
"mem": 16.0,
"instances": 1,
"container": {
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "yokogawa/siege",
"network": "HOST",
"privileged": false,
"parameters": [],
"forcePullImage": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment