[httperf] problem in using the --wlog option
Martin Arlitt
arlitt@granite.hpl.hp.com
Wed, 24 Sep 2003 12:13:06 -0700 (PDT)
Mr Chong
could you please use the --print-request=header and --print-reply=header
options, and provide the resulting output? (you can use --num-conns=2
to reduce the size of the output) as well, please provide the
link.log file.
thanks
Martin
On Wed, 24 Sep 2003, Chong Hiu Pun wrote:
> Dear all,
>
> I execute the command inside /tmp as follows:
> httperf --server myserver --port 80 --num-conns=10 --rate=2 --hog --wlog=n,link.log
>
> whereas link.log also resides in /tmp and has two uri inside:
> /test/abc.asp?option=a
> /test/xyz.asp?option=b
> where both link is separated by the ASCII NULL character inside the file.
>
> However, it seems that the httperf does not read the links and just do the benchmark on
> http://myserver
>
> May you advice how can I fix it? Thanks!
>
> Mr Chong