Skip to content

Instantly share code, notes, and snippets.

@brndnmtthws
Created December 3, 2015 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brndnmtthws/358a41fa0fd1511e43ed to your computer and use it in GitHub Desktop.
Save brndnmtthws/358a41fa0fd1511e43ed to your computer and use it in GitHub Desktop.
{
"id": "siege",
"args":[
"-d1",
"-r100",
"-c150",
"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