문제

I want to load test my application and need a Cookie for it. I've looked all of the other questions and have tried this:

In autobench.conf

httperf_add-header = "Cookie: cookie_name=cookie_string\n"

Still not working. I believed is ignored.

But, when I run httperf like:

httperf --add-header="Cookie: cookie_name=cookie_string\n" --server=server --port=port--uri=/uri

It works perfect.

So, how do i make it work for Autobench?

Thanks in advance.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top