谁能推荐一个托管解决方案来对其余接口进行负载测试(包括所有动词、签名请求和多组模拟任务)?
我们不想用这些工具设置服务器,我们只是偶尔需要它。
我们想以每秒大约 500 个请求的速度对其进行测试,看看系统如何响应。
如果任何人都可以分享提供此服务的托管解决方案的经验,那就太好了。
谢谢!
can anyone recommend a hosted solution for load testing a rest interface (including all verbs, signed requests and multiple sets of simulated tasks)?
we don't want to set up a server with the tools and we only need this occasionally.
we'd like to test it at about 500 requests per second and see how the system responds.
would be awsome if anyone could share their experience with hosted solutions providing this service.
thanks!
发布评论
评论(1)
不是托管解决方案,而是一种快速简便的 HTTP 端点负载测试方法,即使用 Fiddler 和名为 Stress Stimulus http 的插件: //stresstimulus.stimulustechnology.com/ 它也是免费的!
Not a hosted solution but a quick and easy way to load test a HTTP endpoint is to use Fiddler and a plugin called Stress Stimulus http://stresstimulus.stimulustechnology.com/ It's free too!