0
如何在autobench中設置會話cookie,以便您可以對需要會話身份驗證的URL進行基準測試?如何使用autobench發送http會話cookie
如何在autobench中設置會話cookie,以便您可以對需要會話身份驗證的URL進行基準測試?如何使用autobench發送http會話cookie
我到處尋找這個。發現它here:
在你.autobench.conf文件,加入這一行:
## Add a session cookie
# NOTE: You must put the '\n' at the end of the cookie string or it will timeout.
httperf_add-header = "Cookie: cookie_name_here=asdf_cookie_string_here_\n"
注意,這是使用的httperf的 '--session cookie的' 和「--wsess = N1不同, N2,X'參數。在執行上述操作時,他們不需要在標頭中使用cookie。