2015-02-11 46 views
0

我需要使用httperf爲我的應用程序進行負載測試,其中我需要向服務器發送多個請求,而不僅僅是一個webservice。 如何在httperf中傳遞多個uri?另外我怎麼能把多個請求放在一個文件中。如何在httperf工具中的文件中傳遞多個uri或更多數量的請求

for one api or request: httperf --server = portal.qa.com --uri =/api/user/login --rate = 1 --num-conns = 1 --num-calls = 1 --print-request --print-reply = header。

對於我使用的wlog文件,但我不是很清楚這個選項。有人可以幫助。

httperf --server = portal.qa.com --wlog = n,webAPI.txt --rate = 1 --num-conns = 1 --num-calls = 1 --print-request --print -reply = header

回答

相關問題