diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-09 09:01:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-09 09:01:24 +0000 |
commit | 71524c6b1bf7b2becd598a471a0fef052ff927f2 (patch) | |
tree | 56229638a885c183fbac914e1addd262d28d4ce4 /usr.bin/tcpbench | |
parent | 560464fefa0e642036e148c457d95950e83ec1c9 (diff) |
tweak previous; ok djm
Diffstat (limited to 'usr.bin/tcpbench')
-rw-r--r-- | usr.bin/tcpbench/tcpbench.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/tcpbench/tcpbench.1 b/usr.bin/tcpbench/tcpbench.1 index 0db1b0c3cbe..2dd7fc349bf 100644 --- a/usr.bin/tcpbench/tcpbench.1 +++ b/usr.bin/tcpbench/tcpbench.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpbench.1,v 1.1 2008/05/09 00:54:07 djm Exp $ +.\" $OpenBSD: tcpbench.1,v 1.2 2008/05/09 09:01:23 jmc Exp $ .\" .\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> .\" @@ -25,19 +25,19 @@ .Fl l .Nm .Op Fl v +.Op Fl B Ar buf .Op Fl k Ar kvars .Op Fl p Ar port .Op Fl r Ar rate -.Op Fl B Ar buf .Op Fl S Ar space .Ar hostname .Nm .Fl s .Op Fl v +.Op Fl B Ar buf .Op Fl k Ar kvars .Op Fl p Ar port .Op Fl r Ar rate -.Op Fl B Ar buf .Op Fl S Ar space .Sh DESCRIPTION .Nm @@ -66,32 +66,32 @@ option. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl B +.It Fl B Ar buf Specify the size of the internal write buffer used by .Nm . -.It Fl l -List the name of kernel variables available for monitoring and exit. .It Fl k Ar kvars -Specify one or more kernel variables to monitor; multiple variables must be +Specify one or more kernel variables to monitor; multiple variables must be separated with commas. The default is not to monitor any variables. +.It Fl l +List the name of kernel variables available for monitoring and exit. .It Fl p Ar port Specify the port used for the TCP test stream (default: 12345). +.It Fl r Ar rate +Specify the statistics reporting rate in milliseconds (default: 1000). +.It Fl S Ar space +Set the size of the socket buffer used for the TCP test stream. +On the client this option will resize the send buffer; +on the server it will resize the receive buffer. .It Fl s Place .Nm in server mode, where it will listen on all interfaces for incoming connections. -.It Fl r Ar rate -Specify the statistics reporting rate in milliseconds (default: 1000). -.It Fl S Ar space -Set the size of the socket buffer used for the TCP test stream. -On the client this option will resize the send buffer, on the server -it will resize the receive buffer. .It Fl v Display verbose output. If specified more than once, increase the detail of information displayed. .El .Sh SEE ALSO -.Xr netstat 1 +.Xr netstat 1 , .Xr pstat 8 |