• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H02-Apr-2013-229184

lib/HTTPD/Bench/H02-Apr-2013-1,632477

src/H02-Apr-2013-2,2171,571

t/H02-Apr-2013-164120

ChangesH A D02-Apr-20136.3 KiB179111

INSTALLH A D02-Apr-201367 75

INSTALL.SKIPH A D02-Apr-20138 21

LICENSEH A D02-Apr-2013229 54

MANIFESTH A D02-Apr-2013631 3130

Makefile.PLH A D02-Apr-2013332 107

READMEH A D02-Apr-2013928 2419

TODOH A D02-Apr-20131.1 KiB2019

abH A D02-Apr-20134.5 KiB142114

get_headersH A D02-Apr-2013496 1710

README

1This is ApacheBench/Perl, a Perl API for Apache benchmarking
2and regression testing.
3
4This project is meant to be the foundation of a complete
5benchmarking and regression testing suite for a transaction-
6processing mod_perl site.  We needed to be able to stress our
7server to its limit while also having a way to verify the
8HTTP responses for correctness.  We also extended the
9single-URL ab model to a multiple-URL sequence model.
10
11ApacheBench was originally based on the Apache 1.3.12 ab code
12(src/support/ab.c).  Since the initial release, I have made
13efforts to merge in all the newest features of ab.
14As of version 0.62 it has almost all the features of
15Apache 1.3.22 ab.  However, since the code has so much
16more/different functionality than "ab" at this point, it's
17almost pointless to continue merging code.  It's an entirely
18different project now.
19
20Please see the POD for complete details.
21
22Adi Fairbank
23adi@adiraj.org
24