Thorsten Alteholz
5454635cfc
fix typo in manpage
7 years ago
Adrian Chadd
cc888437e4
Merge pull request #39 from eribertomota/eriberto-idleconn-manpage
Add idleconn manpage
8 years ago
Joao Eriberto Mota Filho
85084f48f5
Added a contrib dir and idleconn manpage source
8 years ago
Joao Eriberto Mota Filho
f6a3689e18
Adding idleconn manpage
8 years ago
Adrian Chadd
7a4e73b208
Merge pull request #32 from Sp1l/master
Reroll No-SSLv3 patch/Add No-SSLv2 patch
8 years ago
Adrian Chadd
76a1af8fb4
Merge pull request #35 from Sp1l/patch-1
Fix building when OpenSSL was compiled -nossl2 or -noss3
8 years ago
Adrian Chadd
efb9e6c86a
Merge pull request #36 from josephjkong/jk_master_fix_server
Restore the original --server and --server_name options
8 years ago
Joseph Kong
941bc9558f
Restore the original --server and --server_name options.
8 years ago
Joseph Kong
83fef49f59
Change --server to --servers.
Prior to this commit --server took a list of servers, so making it
plural makes sense.
8 years ago
Joseph Kong
df070fe2c3
Style changes.
My OCD couldn't handle the multiple styles in this file.
8 years ago
Bernard Spil
bea56ffa7e
Fix building when OpenSSL was compiled -nossl2 or -noss3
This also fixes building with LibreSSL 2.2 (no SSLv2) and 2.3 (no SSLv3)
9 years ago
Bernard Spil
f74cfe4743
Reroll No-SSLv3 patch/Add No-SSLv2 patch
9 years ago
Adrian Chadd
dcfb746bc5
Merge pull request #23 from murtha-yahoo/murtha-yahoo-patch-1
Patch to enable compilation with m4
9 years ago
Adrian Chadd
9b511a9763
Merge pull request #29 from rmebjesus/master
Increased char size.
9 years ago
Adrian Chadd
3cb42e3fed
Merge pull request #24 from scippio/master
apply https://github.com/httperf/httperf/issues/8 patch from rowan.li…
9 years ago
Ricardo Jesus
b141ec57a2
Increased char size.
9 years ago
Adrian Chadd
217bdb8098
Merge pull request #26 from simmbot/master
Fix errno compilation error (found on Ubuntu 14.04)
9 years ago
Ben Simmons
380ee54380
Fix errno compilation error (found on Ubuntu 14.04)
9 years ago
scippio
97cfa7af7d
apply https://github.com/httperf/httperf/issues/8 patch from rowan.li...@gmail.com
9 years ago
murtha-yahoo
1666728c1f
added ACLOCAL_AMFLAGS to include m4
9 years ago
murtha-yahoo
88feacaa3d
Add AC_CONFIG_MACRO_DIR
9 years ago
Mark Nottingham
ab2b96b0f5
Merge pull request #21 from erikarn/20150330_norse_fixes
Add very numerous bug fixes and features, from Norse Corp.
9 years ago
Adrian Chadd
544b67b374
Add very numerous bug fixes and features, from Norse Corp.
* Fix some corner cases with greedy mode, where ports would be
tracked inside httperf rather than the OS. There were handfuls
of corner cases where it'd either loop over an already-allocated
port by the OS and chew 100% of cpu with no progress. Also, hit an
already allocated port by the OS, skip/stop, but then the next lookup
would hit that port again - it would never find a new port to open.
* Add kqueue support for FreeBSD. (No, not using libevent. Yet.)
* Add a periodic stats option, to print out 200/302 counts once
every second. This is to aid in automatic scripts looking to graph
the progress being made.
* Add the ability to define multiple local client addresses, so
requests can come from a much bigger pool of IP addresses.
This allows for much more concurrency per process.)
* Add an explicit timeout on how long httperf can run - again, to aid
in automated testing.
* Add an option to allow header contents to be loaded in from a file.
* Other fixes, mostly type related fixes, thanks to clang/llvm on
FreeBSD-10.
We're using this in production at Norse to stress test out things,
upwards of 25,000 requests per second per httperf process.
9 years ago
Mark Nottingham
5875eafd22
add intro to README (taken from google code site)
9 years ago
Mark Nottingham
1119f3b00c
rename README
9 years ago
Mark Nottingham
08b6b19782
convert README to markdown
9 years ago
Mark Nottingham
4ee16eb53b
Move everything into top-level directory.
9 years ago
adrian.chadd
ed5c6311ab
Remove the FD_SETSIZE check.
This is a hold-over from using select() back in the past.
It now uses libevent, so it no longer (itself) cares about the size of
FD_SETSIZE.
10 years ago
tbullock@comlore.com
5d500c3785
Remove boilerplate text from bottom of copyright file since it isn't quite applicable to httperf
13 years ago
tbullock@comlore.com
6f6e523bf9
Portablelize new getopt.c so it should work where err.h is missing
13 years ago
tbullock@comlore.com
7f66ab61bf
Remove anjuta conf stuff
13 years ago
tbullock@comlore.com
a49d2612a4
Adjust copyright text to clearly mark copyright owners
13 years ago
tbullock@comlore.com
788158df0e
Removed duplicate version of gpl, besides getopt was the reason the file was there to begin with and it is now supplied by a different vendor
13 years ago
tbullock@comlore.com
e475050b34
replace bundled, out of date getopt with version from openbsd
13 years ago
tbullock@comlore.com
d0f09d7996
Cleaned up help text
13 years ago
tbullock@comlore.com
913e5dc5b6
Cleaned up help text
13 years ago
tbullock@comlore.com
2b3cc9833a
Mention that httperf has been pulled for the time being
15 years ago
tbullock@comlore.com
e44b1981bd
Remove libevent port (for now)
15 years ago
tbullock@comlore.com
d7f82a4fe8
Note Adrian Chadd as libevent port author
15 years ago
tbullock@comlore.com
a4427bbef7
Remove CVS associated files
15 years ago
tedbullock
e6a5c2ca16
New build instructions regarding the construction of 0.9.1
16 years ago
tedbullock
297492792b
Fix build on opensolaris with Sun Studio compiler
16 years ago
tedbullock
50a30da590
Source formatting in preparation for additional data printing formats
16 years ago
tedbullock
29518656e1
Make sure libevent check is properly quoted
16 years ago
tedbullock
4f7a044fec
Using libevent for communications backend now (thanks to Adrian Chadd)
16 years ago
tedbullock
8f28c000d7
Added segfault at high request rate bug to todo list
16 years ago
tedbullock
c337ff0dd6
The sys/types.h header is brought in via the generic_types.h header. Adjust accordingly.
16 years ago
adri
d481f12107
Remove unused variable 'next_tick'
16 years ago
adri
7daafb999e
Remove unused variable "parent"
16 years ago
adri
f0b11c6a06
Remove unused variables.
16 years ago