Created
December 3, 2015 20:52
-
-
Save brndnmtthws/fe3fb0c13c19a96c362e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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