#
e24b4d49 |
| 06-Nov-2024 |
jmc <jmc@openbsd.org> |
sort options list;
|
#
67fb5732 |
| 05-Nov-2024 |
jan <jan@openbsd.org> |
Add TLS support in tcpbench
with tweaks from tb@, mbuhl@ and jmc@
ok tb@
|
#
9bbabc61 |
| 15-Aug-2022 |
claudio <claudio@openbsd.org> |
Use TCP_INFO instead of kvm magic to extract information about the tcp streams. Variable names listed by -l change and there is no more need to change kern.allowkmem. To get all possible values tcpbe
Use TCP_INFO instead of kvm magic to extract information about the tcp streams. Variable names listed by -l change and there is no more need to change kern.allowkmem. To get all possible values tcpbench still needs to be run as root. OK bluhm@ djm@
show more ...
|
#
6b0ee4ef |
| 04-Feb-2021 |
bluhm <bluhm@openbsd.org> |
Implement the nc(1) -D socket debug option also in tcpbench(1). This allows to analyse TCP connections. OK claudio@
|
#
5ca842b4 |
| 04-May-2020 |
sthen <sthen@openbsd.org> |
tcpbench: display stats on SIGINFO, not just at exit. ok tb@ procter@ deraadt@
|
#
6fb15185 |
| 02-May-2020 |
procter <procter@openbsd.org> |
Add ping(1)-like summary statistics. ok djm@ deraadt@
|
#
65e34726 |
| 12-Feb-2020 |
schwarze <schwarze@openbsd.org> |
Standardize argument naming for "sourceaddr" and unify the wording a bit, similar to what deraadt@ recently did in other manual pages.
|
#
71134256 |
| 28-Sep-2018 |
bluhm <bluhm@openbsd.org> |
If tpcbench(8) is startet with -r0 it does not print statistics. But there was still the header line. Make -r0 really quiet and document the feature. OK deraadt@
|
#
b868dff9 |
| 09-May-2018 |
jmc <jmc@openbsd.org> |
consistent verb form; from nan xiao
|
#
582f75e7 |
| 25-Sep-2016 |
deraadt <deraadt@openbsd.org> |
Document the dependency on sysctl kern.allowkmem ok tb
|
#
2a5a4776 |
| 21-Jul-2016 |
jmc <jmc@openbsd.org> |
zap trailing whitespace;
|
#
33ed67ee |
| 21-Jul-2016 |
claudio <claudio@openbsd.org> |
Add AF_UNIX support to tcpbench and also make it possible to randomize the write size in the client. pledge setup can be made tighter but that will be done in a second step. OK benno@, henning@, mark
Add AF_UNIX support to tcpbench and also make it possible to randomize the 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@
show more ...
|
#
9f39e938 |
| 19-Aug-2014 |
dlg <dlg@openbsd.org> |
add -4 and -6 flags for saying if you want to force ipv4 or ipv6 respectively.
tweaks from jmc@ ok djm@
|
#
403a6e50 |
| 26-Feb-2014 |
claudio <claudio@openbsd.org> |
Once more, the default routing table id is inherited from the process like for any other process as well. OK by many
|
#
76c04420 |
| 16-Jul-2013 |
schwarze <schwarze@openbsd.org> |
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
|
#
eaf1d82a |
| 26-Jan-2012 |
henning <henning@openbsd.org> |
add a timer to tcpbench as a command-line option (-t) so 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. F
add a timer to tcpbench as a command-line option (-t) so 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
show more ...
|
#
938b67ba |
| 18-Dec-2011 |
haesbaert <haesbaert@openbsd.org> |
Typo.
|
#
aba69134 |
| 09-Sep-2011 |
haesbaert <haesbaert@openbsd.org> |
Add -b option which allows the client side to bind the socket to a numeric address. Requested by mikeb@ in order to test ipsec.
ok mcbride mikeb djm jmc
|
#
ff0559c0 |
| 23-Aug-2011 |
jmc <jmc@openbsd.org> |
oops! -T snuck into the wrong place...
|
#
20e2e75b |
| 23-Aug-2011 |
haesbaert <haesbaert@openbsd.org> |
Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.
ok mcbride@ djm@ 'fine from me' jmc@
|
#
fb3b63e9 |
| 16-Mar-2011 |
jmc <jmc@openbsd.org> |
various cleanup;
|
#
654afd03 |
| 09-Mar-2011 |
claudio <claudio@openbsd.org> |
Implement UDP mode for tcpbench and switch tcpbench to use libevent. 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 not
Implement UDP mode for tcpbench and switch tcpbench to use libevent. 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@
show more ...
|
#
76d2944d |
| 26-Oct-2010 |
fkr <fkr@openbsd.org> |
add HISTORY and AUTHORS sections. ok jmc@, djm@
|
#
beb47433 |
| 03-Jul-2010 |
jmc <jmc@openbsd.org> |
put .Os in the right place;
|
#
8bb39f08 |
| 03-Jul-2010 |
guenther <guenther@openbsd.org> |
Fix the naming of interfaces and variables for rdomains and rtables and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the
Fix the naming of interfaces and variables for rdomains and rtables 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
show more ...
|