apachebench (ab) and concurrency (-c)

apachebench (ab) and concurrency (-c)

am 12.09.2007 22:50:16 von winterbeef

I was using ab for some very simple load testing.

$ ab -n100 http://192.168.34.6/hits.php
Generates 100 access log lines.

$ ab -n100 -c100 http://192.168.34.6/hits.php
Generates *roughly* 200...


Huh? I guess I don't understand what '-c' does...

Can anyone explain?

--
beef

Re: apachebench (ab) and concurrency (-c)

am 04.10.2007 19:20:15 von winterbeef

Anyone?