summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcpbench/tcpbench.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement the nc(1) -D socket debug option also in tcpbench(1).bluhm2021-02-041-4/+6
| | | | | This allows to analyse TCP connections. OK claudio@
* tcpbench: display stats on SIGINFO, not just at exit. ok tb@ procter@ deraadt@sthen2020-05-041-2/+11
|
* Add ping(1)-like summary statistics.procter2020-05-021-4/+13
| | | | ok djm@ deraadt@
* Standardize argument naming for "sourceaddr" and unify the wording a bit,schwarze2020-02-121-5/+6
| | | | similar to what deraadt@ recently did in other manual pages.
* If tpcbench(8) is startet with -r0 it does not print statistics.bluhm2018-09-281-2/+3
| | | | | | But there was still the header line. Make -r0 really quiet and document the feature. OK deraadt@
* consistent verb form; from nan xiaojmc2018-05-091-5/+5
|
* Document the dependency on sysctl kern.allowkmemderaadt2016-09-251-3/+6
| | | | ok tb
* zap trailing whitespace;jmc2016-07-211-2/+2
|
* Add AF_UNIX support to tcpbench and also make it possible to randomize theclaudio2016-07-211-4/+13
| | | | | | write size in the client. pledge setup can be made tighter but that will be done in a second step. OK benno@, henning@, markus@ and some man page input by jmc@
* add -4 and -6 flags for saying if you want to force ipv4 or ipv6dlg2014-08-191-4/+12
| | | | | | | respectively. tweaks from jmc@ ok djm@
* Once more, the default routing table id is inherited from the processclaudio2014-02-261-3/+2
| | | | like for any other process as well. OK by many
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
|
* add a timer to tcpbench as a command-line option (-t) sohenning2012-01-261-2/+7
| | | | | | | that it is possible to stop the tcpbench client after a certain number of seconds. This makes it easier to use tcpbench as part of a script. From: Lawrence Teo <lteo at lteo.net> ok phessler haesbaert and myself
* Typo.haesbaert2011-12-181-3/+3
|
* Add -b option which allows the client side to bind the socket to ahaesbaert2011-09-091-2/+5
| | | | | | numeric address. Requested by mikeb@ in order to test ipsec. ok mcbride mikeb djm jmc
* oops! -T snuck into the wrong place...jmc2011-08-231-2/+2
|
* Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.haesbaert2011-08-231-2/+19
| | | | | ok mcbride@ djm@ 'fine from me' jmc@
* various cleanup;jmc2011-03-161-20/+22
|
* Implement UDP mode for tcpbench and switch tcpbench to use libevent.claudio2011-03-091-15/+33
| | | | | | | | In UDP mode the tcpbench client tries to flood the pipe to the maximum and the server will busy read the packets. For TCP mode nothing has changed. All the work was done by Christiano F. Haesbaert (haesbaert(at)haesbaert org). OK myself and a lot of pushing from deraadt@
* add HISTORY and AUTHORS sections.fkr2010-10-261-2/+12
| | | | ok jmc@, djm@
* put .Os in the right place;jmc2010-07-031-2/+2
|
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-6/+6
| | | | | | | | | | | | and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me
* use Bk/Ek to avoid ugly split in synopsis;jmc2009-08-131-1/+3
|
* Allow tcpbench to bind to a different rdomain.claudio2009-08-131-2/+7
| | | | OK sthen, djm and maybe more
* some minor improvements from Pierre Riteau; ok djmjmc2008-06-261-3/+6
|
* tweak previous;jmc2008-06-121-2/+2
|
* allow the tcpbench client side to open more than one tcp connectionhenning2008-06-121-2/+5
| | | | to the server and use them simultaniously. ok djm ryan
* tweak previous; ok djmjmc2008-05-091-14/+14
|
* import tcpbench, a small TCP benchmarking tool that can also sampledjm2008-05-091-0/+97
relevant kernel variables via kvm(3) ok dlg@ deraadt@