我需要使用httperf对我的应用程序进行负载测试,我需要向服务器发送多个请求,而不仅仅是一个Web服务。 我如何在httperf中传递多个uri?另外,我如何将多个请求放在一个文件中。
对于一个api或请求: httperf --server = portal.qa.com --uri = / api / user / login --rate = 1 --num-conns = 1 --num-calls = 1 --print-request --print-reply =标题。
对于我用过wlog的文件,但我对这个选项不是很清楚。有人可以帮忙。
httperf --server = portal.qa.com --wlog = n,webAPI.txt --rate = 1 --num-conns = 1 --num-calls = 1 --print-request --print-回复=报头
答案 0 :(得分:0)
- wlog = n,webAPI.txt:n - 不要重复webAPI.txt中指定的uri列表。我建议阅读手册页:http://www.hpl.hp.com/research/linux/httperf/httperf-man-0.9.txt。寻找wlog,wsesslog。它也有例子。