apachebench (ab) and concurrency (-c)

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
winterbeef [ Mi, 12 September 2007 22:50 ] [ ID #1818511 ]

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

Anyone?
winterbeef [ Do, 04 Oktober 2007 19:20 ] [ ID #1836163 ]
Webserver » alt.apache.configuration » apachebench (ab) and concurrency (-c)

Vorheriges Thema: Conditional alias?
Nächstes Thema: Apache settings based on client's IP address