Tools to benchmark web-services

2020-02-29 01:40发布

What tools are best for measuring web-services performance?

It would be nice to get report for total transferred data, total POSTs, requests per second, time per request, transfer rate and response time per request.

3条回答
地球回转人心会变
2楼-- · 2020-02-29 02:02

There is also http://www.soapui.org/ that our QA dept used.

查看更多
Luminary・发光体
3楼-- · 2020-02-29 02:03

I have used jmeter in the past. Check it out.

查看更多
Explosion°爆炸
4楼-- · 2020-02-29 02:05

Not quite for web services, but a very simple command line tool is distributed with Apache to benchmark HTTP performance, it is called ApacheBench and can be found in the bin directory as ab.exe

ApacheBench's documentation

查看更多
登录 后发表回答