Last active
November 21, 2016 13:56
-
-
Save goncalotomas/08ce260890dcdef8d0ad10e4276ab355 to your computer and use it in GitHub Desktop.
Megaload dummy script
This file contains 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
[{"test" : {"id" : "FMKeTest", | |
"phases" : ["Phase1"], | |
"plugins" : ["LocalFMKeNode"] | |
}}, | |
{"plugin" : {"id" : "LocalFMKeNode", | |
"plugin_info" : {"http-plugin" : {"servers" : [{"host" : "localhost", | |
"port" : 9090, | |
"ssl" : false} | |
], | |
"stats_per_url" : true | |
}} | |
}}, | |
{"phase" : {"id" : "Phase1", | |
"arrival_rate" : 10, | |
"duration" : 60, | |
"concurrent_scenarios" : 250, | |
"rate" : 500, | |
"scenarios" : [{"Scenario1" : 1}]}}, | |
{"scenario" : {"id" : "Scenario1", | |
"keepalive" : true, | |
"actions" : [ {"http-request" : {"plugin_id" : "LocalFMKeNode", | |
"method" : "GET", | |
"path" : "/patients/1" | |
} | |
}]}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment