>
>
>> If not, the benchmark graphs will show Monkey at the last place, even
>> after the good "old dog" Apache2!****
>>
>> ** **
>>
>> Is this what you want to read in a large specialized computer revue that
>> would ruin this community efforts?****
>>
>>
>>
> just make sure to use the proper tool for benchmark, as we talked in
> private email we use the 'wr' tool which is a wrapper over weighttp:
>
>        https://github.com/edsiper/wr
>
> once you get the source code just type 'make', then to run the tool you
> need to know the following:
>
>  1) Web Server process ID, on this case Monkey PID
>  2) Number of initial concurrent client connections
>  3) Number of maximum concurrent client connections
>  4) Number of requests per client connection
>  5) Step client connections
>
> we suggest:
>
> ./wr -r 500000 -c 100 -l 500 -s 10 -p MONKEY_PID  http://host:port/file...
>
> if is there anything extra you need help with let us know,
>
> best
>
>

Ah, you can use the -k flag too to enable the keep alive requests, tests
with KA and without KA are good to see how each web server behave.

regards,

-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to