aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/netrate
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1613-13/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1613-26/+0
* tools: Remove a double wordsGordon Bergling2022-09-101-1/+1
* Make timespecadd(3) and friends publicAlan Somers2018-07-302-27/+4
* netrate: build with WARNS=6Eitan Adler2018-06-162-5/+4
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-043-6/+3
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-139-9/+9
* Set WARNS=3 so this actually compiles.Neel Natu2013-03-201-0/+2
* use nanosecond resolution, make sure gettimeofdayLuigi Rizzo2012-12-271-7/+12
* various connections to last commitLuigi Rizzo2012-12-252-10/+21
* small cleanup of the code, and add support for running multipleLuigi Rizzo2012-12-231-21/+144
* indicate the time per packet in nanoseconds.Luigi Rizzo2012-05-031-0/+8
* Fix typo in comment.Robert Watson2011-12-291-1/+1
* Oops, if we want to check from 0 to nsock, the test condition should beOlivier Houchard2011-12-281-1/+1
* Add IPv6 support to netblast/netsend/netreceiveOlivier Houchard2011-11-083-50/+159
* Fix alignment assumptions.Marius Strobl2011-09-022-6/+4
* Clean up tools in tools/tools/netrate.Sergey Kandaurov2010-10-082-6/+11
* Add TCP scalability testing wrapper scripts for tcpp.Robert Watson2010-06-222-0/+92
* Revised tuning advice for tcpp benchmarking: do it in loader.conf, andRobert Watson2010-06-221-2/+10
* Rework tcpp output so that it generates a comma-delimited list of values,Robert Watson2010-06-064-43/+50
* Although we currently don't compile in CPU-pinning support by default,Robert Watson2010-06-055-29/+45
* Merge @176820, @176822, @177156 to tcpp from P4 to HEAD:Robert Watson2010-04-212-13/+39
* Always assign WARNS using ?=Ulrich Spörlein2010-03-026-8/+7
* Fixed error checking of pthread(3) functions.Ruslan Ermilov2010-02-123-15/+15
* Support the specification of a range of destination ports e.g.Luigi Rizzo2009-10-151-51/+88
* A small change to avoid calling gettimeofday() too oftenLuigi Rizzo2009-10-151-4/+19
* Add tcpp -- TCP parallelism microbenchmark.Robert Watson2009-03-107-0/+1098
* Add 's' after printing the send interval to make it clear it's a sendRobert Watson2007-02-081-1/+1
* Enforce the compile-time threads limit at run-time, so that a high threadRobert Watson2006-09-021-0/+4
* Style: NO_MAN doesn't need any value.Ruslan Ermilov2006-03-151-1/+1
* Add multi-process support to simple http micro-benchmark, now the default.Robert Watson2006-02-221-43/+204
* Add multi-process support to simple httpd micro-benchmark, which is nowRobert Watson2006-02-221-37/+127
* Use $FreeBSD$ for the juggle version, rather than $P4$. This is good forRobert Watson2006-01-281-1/+1
* Add 'juggle', a simple IPC micro-benchmark that uses various IPC types toRobert Watson2005-12-282-0/+598
* Fix compiling on platforms with 64bit time_t.Scott Long2005-12-161-2/+2
* Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs.Pawel Jakub Dawidek2005-10-261-5/+6
* Updates and enhancements to the multi-threaded httpd performance testRobert Watson2005-10-251-32/+91
* Don't hard-code port numbers, let the user specify them.Robert Watson2005-10-062-10/+8
* Improve realism of benchmark httpd: return some HTTP headers as partRobert Watson2005-10-061-1/+24
* Add basic simplified HTTP benchmark tools to the netrate suite:Robert Watson2005-10-064-0/+356
* Add simple TCP connect and TCP receive benchmark components, intended toRobert Watson2005-10-054-0/+262
* Fix printf() format string errors with 64-bit architectures.Maxime Henrion2005-04-211-9/+10
* Also build the netblast sub-directory, not just netreceive and netsend.Robert Watson2005-02-121-1/+1
* Mark the signum argument to signal_handler() as __unused.Robert Watson2005-02-121-1/+1
* Fix the build of netrate/ with WARNS=5 and add a Makefile.inc toGiorgos Keramidas2004-12-212-6/+10
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-213-3/+3
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-243-3/+3
* Add a version of netsend that uses the interval timer rather thanRobert Watson2004-10-082-0/+205
* Use int format string, not a long format string.Robert Watson2004-10-081-1/+1