mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
sort options list;
This commit is contained in:
parent
5f24b0e3ad
commit
e24b4d49c5
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: tcpbench.1,v 1.31 2024/11/05 18:12:55 jan Exp $
|
||||
.\" $OpenBSD: tcpbench.1,v 1.32 2024/11/06 06:40:16 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 5 2024 $
|
||||
.Dd $Mdocdate: November 6 2024 $
|
||||
.Dt TCPBENCH 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -112,8 +112,6 @@ stream.
|
||||
.It Fl b Ar sourceaddr
|
||||
Specify the IP address to send the packets from,
|
||||
which is useful on machines with multiple interfaces.
|
||||
.It Fl c
|
||||
Use TLS to connect or listen.
|
||||
.It Fl C Ar certfile
|
||||
Load the public key part of the TLS peer certificate from
|
||||
.Ar certfile ,
|
||||
@ -122,13 +120,10 @@ Requires
|
||||
.Fl s
|
||||
and
|
||||
.Fl c .
|
||||
.It Fl c
|
||||
Use TLS to connect or listen.
|
||||
.It Fl D
|
||||
Enable debugging on the socket.
|
||||
.It Fl k Ar kvars
|
||||
Specify one or more kernel variables to monitor; multiple variables must be
|
||||
separated with commas.
|
||||
This option is only valid in TCP mode.
|
||||
The default is not to monitor any variables.
|
||||
.It Fl K Ar keyfile
|
||||
Load the TLS private key from
|
||||
.Ar keyfile ,
|
||||
@ -137,6 +132,11 @@ Requires
|
||||
.Fl s
|
||||
and
|
||||
.Fl c .
|
||||
.It Fl k Ar kvars
|
||||
Specify one or more kernel variables to monitor; multiple variables must be
|
||||
separated with commas.
|
||||
This option is only valid in TCP mode.
|
||||
The default is not to monitor any variables.
|
||||
.It Fl l
|
||||
List the name of kernel variables available for monitoring and exit.
|
||||
.It Fl n Ar connections
|
||||
|
Loading…
Reference in New Issue
Block a user