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
adri
dcadd58828
Add in required include for fpsetmask() for FreeBSD
16 years ago
adri
e1ac49d220
Remove unused variables in core_loop()
16 years ago
adri
ddb1f738d4
Bring over my initial libevent work into CVS.
Tidyups of this stuff will follow.
16 years ago
tedbullock
433b17fcdb
libevent is no longer optional
16 years ago
tedbullock
cf9913be53
Don't commit anjuta personal project folder into cvs
16 years ago
tedbullock
97b89b1b51
Prep for 0.9.1
16 years ago
tedbullock
1b28d912fc
Back out libevent additions to main httperf program for now
16 years ago
tedbullock
8e848b169b
idleconn is now built optionally with --enable-idleconn
16 years ago
tedbullock
1d807cfabc
Remove libevent calls just for the time being
16 years ago
tedbullock
35db797843
fix typo
16 years ago
mnot
53ede4942f
Remove spurious CRLFs from nohost blocks; fixes bug 1903551.
16 years ago
tedbullock
988fc8046b
Add Ted Bullock as an Author
17 years ago
tedbullock
d02e72c6f1
Add some function declaration comments to explain usage
17 years ago
tedbullock
1bb7c50699
Adjust copyright year for Ted Bullock (2007-2008) now
17 years ago
tedbullock
985ab67255
Turn on libevents evdns
17 years ago
tedbullock
23bc53c3c5
Source formatting
17 years ago
tedbullock
25f3a11a25
Fix printf formating tag %d -> %s
17 years ago
tedbullock
f9afb51816
Fix minor grammatical weirdness
17 years ago