+1: rpluem
* ab: Sync to current trunk in order to include:
+ Add siege-like behaviour to ApacheBench; output the results, as they
+ have accrued so far, when the user interrupts with ctrl-c. As the
+ signal handler is non-reentrant, we don't need volatiles, and the
+ operations all look signal-safe. Update the base version.
+ Set the LastChangedRevision svn property, as ab.c has $Rev $ embedded.
Add -r option to continue after socket receive errors.
The apr_port_t type is unsigned, but ab was using a signed format
code in its reports. PR 42070.
Improve client performance by clearing connection pool instead
of destroying it. PR 40054
Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=390511
+ http://svn.apache.org/viewvc?view=rev&revision=390519
http://svn.apache.org/viewvc?view=rev&revision=516175
http://svn.apache.org/viewvc?view=rev&revision=526584
http://svn.apache.org/viewvc?view=rev&revision=526872
http://svn.apache.org/viewvc?view=rev&revision=655637
http://svn.apache.org/viewvc?view=rev&revision=655654
Backport version for 2.2.x of patch:
- Trunk version works
+ http://people.apache.org/~fielding/p/ab-sync.txt
+1: fielding