Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

netstat(1)

setsockopt(2)

trpt(8c)

Name

trpt − transliterate protocol trace

Syntax

trpt [ −a ] [ −s ]  [ −t ] [ −j ] [ −p hex-address ] [ system [ core ] ]

Description

The trpt command interrogates the buffer of TCP trace records created when a socket is marked for debugging and prints a readable description of these records.

Options

When no options are supplied, trpt prints all the trace records found in the system grouped according to TCP connection protocol control block (PCB).  The following options may be used to alter this behavior.

−sin addition to the normal output, print a detailed description of the packet sequencing information,

−tin addition to the normal output, print the values for all timers at each point in the trace,

−jjust give a list of the protocol control block addresses for which there are trace records,

−pshow only trace records associated with the protocol control block who’s address follows,

−ain addition to the normal output, print the values of the source and destination addresses for each packet recorded. 

The recommended use of trpt is to isolate the problem and enable debugging on the socket(s) involved in the connection. Find the address of the protocol control blocks associated with the sockets using the −A option to netstat(.). Then run trpt with the −p option, supplying the associated protocol control block addresses.  If there are many sockets using the debugging option, the −j option may be useful in checking to see if any trace records are present for the socket in question. 

If debugging is being performed on a system or core file other than the default, the last two arguments may be used to supplant the defaults. 

Diagnostics

“no namelist” when the system image does not contain the proper symbols to find the trace buffer; others which should be self explanatory. 

Files

/vmunix
/dev/kmem

See Also

netstat(1), setsockopt(2)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026