Update for the recent changes of trpt(8) and describe the sysctls.

Bump date.
This commit is contained in:
rpaulo 2005-09-06 03:04:49 +00:00
parent 7c18197a2e
commit 3bbe36c3d8
1 changed files with 18 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: trpt.8,v 1.14 2003/08/07 11:25:48 agc Exp $
.\" $NetBSD: trpt.8,v 1.15 2005/09/06 03:04:49 rpaulo Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)trpt.8 8.2 (Berkeley) 12/11/93
.\"
.Dd December 11, 1993
.Dd September 6, 2005
.Dt TRPT 8
.Os
.Sh NAME
@ -90,14 +90,10 @@ print the values for all timers at each
point in the trace.
.It Fl M Ar core
Extract values associated with the name list from
.Pa core
instead of the default
.Pa /dev/kmem .
.Pa core .
.It Fl N Ar system
Extract the name list from
.Pa system
instead of the default
.Pa /netbsd .
.Pa system .
.El
.Pp
The recommended use of
@ -125,17 +121,24 @@ many sockets using the debugging option, the
option may be useful in checking to see if
any trace records are present for the socket in
question.
.Sh FILES
.Bl -tag -width /dev/kmem -compact
.It Pa /dev/kmem
default kernel memory
.It Pa /netbsd
default system namelist
.Sh SYSCTLS
The following sysctls are used by
.Nm .
The
.Dv TCP_DEBUG
kernel option must be enabled.
.Pp
.Bl -tag -width "XnetXinetXtcpXdebugXX"
.It Li net.inet.tcp.debug
Structure containing TCP sockets information used by
.Nm .
.It Li net.inet.tcp.debx
Number of TCP debug messages.
.El
.Sh DIAGNOSTICS
.Bl -tag -width Ds
.It Sy no namelist
When the system image doesn't
When the image doesn't
contain the proper symbols to find the trace buffer;
others which should be self explanatory.
.El