stress testing - How to Load Test a Web Service From a Text File of URLs -
i working on load testing web service request of form:
get http://host/my/app/some-data
where some-data
string serves input logic behind service. have 1 million urls random values some-data
, , want try simulate load 1m urls.
get http://host/my/app/some-data_1 http://host/my/app/some-data_2 ... http://host/my/app/some-data_1e6
i dont know how , have not made substantial progress towards goal. how do this?
that's pretty trivial task load testing software, i'm curious why haven't had success. didn't mention level of load trying test - if looking high level of concurrency, may rule out many of tools.
so: i'd start researching load testing tools can handle level of concurrency need , within budget.
Comments
Post a Comment