summaryrefslogtreecommitdiffstats
path: root/tools/tools/netrate
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.rwatson2011-12-291-1/+1
* Oops, if we want to check from 0 to nsock, the test condition should becognet2011-12-281-1/+1
* Add IPv6 support to netblast/netsend/netreceivecognet2011-11-083-50/+159
* Fix alignment assumptions.marius2011-09-022-6/+4
* Clean up tools in tools/tools/netrate.pluknet2010-10-082-6/+11
* Add TCP scalability testing wrapper scripts for tcpp.rwatson2010-06-222-0/+92
* Revised tuning advice for tcpp benchmarking: do it in loader.conf, andrwatson2010-06-221-2/+10
* Rework tcpp output so that it generates a comma-delimited list of values,rwatson2010-06-064-43/+50
* Although we currently don't compile in CPU-pinning support by default,rwatson2010-06-055-29/+45
* Merge @176820, @176822, @177156 to tcpp from P4 to HEAD:rwatson2010-04-212-13/+39
* Always assign WARNS using ?=uqs2010-03-026-8/+7
* Fixed error checking of pthread(3) functions.ru2010-02-123-15/+15
* Support the specification of a range of destination ports e.g.luigi2009-10-151-51/+88
* A small change to avoid calling gettimeofday() too oftenluigi2009-10-151-4/+19
* Add tcpp -- TCP parallelism microbenchmark.rwatson2009-03-107-0/+1098
* Add 's' after printing the send interval to make it clear it's a sendrwatson2007-02-081-1/+1
* Enforce the compile-time threads limit at run-time, so that a high threadrwatson2006-09-021-0/+4
* Style: NO_MAN doesn't need any value.ru2006-03-151-1/+1
* Add multi-process support to simple http micro-benchmark, now the default.rwatson2006-02-221-43/+204
* Add multi-process support to simple httpd micro-benchmark, which is nowrwatson2006-02-221-37/+127
* Use $FreeBSD$ for the juggle version, rather than $P4$. This is good forrwatson2006-01-281-1/+1
* Add 'juggle', a simple IPC micro-benchmark that uses various IPC types torwatson2005-12-282-0/+598
* Fix compiling on platforms with 64bit time_t.scottl2005-12-161-2/+2
* Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs.pjd2005-10-261-5/+6
* Updates and enhancements to the multi-threaded httpd performance testrwatson2005-10-251-32/+91
* Don't hard-code port numbers, let the user specify them.rwatson2005-10-062-10/+8
* Improve realism of benchmark httpd: return some HTTP headers as partrwatson2005-10-061-1/+24
* Add basic simplified HTTP benchmark tools to the netrate suite:rwatson2005-10-064-0/+356
* Add simple TCP connect and TCP receive benchmark components, intended torwatson2005-10-054-0/+262
* Fix printf() format string errors with 64-bit architectures.mux2005-04-211-9/+10
* Also build the netblast sub-directory, not just netreceive and netsend.rwatson2005-02-121-1/+1
* Mark the signum argument to signal_handler() as __unused.rwatson2005-02-121-1/+1
* Fix the build of netrate/ with WARNS=5 and add a Makefile.inc tokeramida2004-12-212-6/+10
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-213-3/+3
* For variables that are only checked with defined(), don't provideru2004-10-243-3/+3
* Add a version of netsend that uses the interval timer rather thanrwatson2004-10-082-0/+205
* Use int format string, not a long format string.rwatson2004-10-081-1/+1
* While calling perror() on send() failure was useful for debugging therwatson2004-09-302-3/+2
* Print number of "waits" per second during transmission, not just waitsrwatson2004-09-241-0/+1
* Improve netsend timing logic in various ways:rwatson2004-09-211-13/+78
* Set default socket size for netreceive to 128k to reduce the chancesrwatson2004-09-211-1/+7
* Make this use a standard bsd.subdir.mk.ru2004-09-201-6/+2
* netsend uses an arbitrary maximum send rate to reject bogus arguments.rwatson2004-09-191-2/+4
* Add netrate (netreceive, netsend), a tool for generating (and sinking)rwatson2004-09-106-0/+398
OpenPOWER on IntegriCloud