我需要使用 httperf 对我的应用程序进行负载测试,我需要向服务器发送多个请求,而不仅仅是一个 Web 服务。如何在 httperf 中传递多个 uri?另外,我如何将多个请求放在一个文件中。
对于一个 api 或请求:httperf --server=portal.qa.com --uri=/api/user/login --rate=1 --num-conns=1 --num-calls=1 --print-request --打印回复=标题。
对于我使用 wlog 的文件,但我对这个选项不是很清楚。有人可以帮忙吗?
httperf --server=portal.qa.com --wlog=n,webAPI.txt --rate=1 --num-conns=1 --num-calls=1 --print-request --print-reply=header