Skip to content

Instantly share code, notes, and snippets.

@goncalotomas
Last active November 21, 2016 13:56
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 goncalotomas/08ce260890dcdef8d0ad10e4276ab355 to your computer and use it in GitHub Desktop.
Save goncalotomas/08ce260890dcdef8d0ad10e4276ab355 to your computer and use it in GitHub Desktop.
Megaload dummy script
[{"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