icon Top 9 categories map      RocketAware > man pages >

trpt(8)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others



TRPT(8)                 OpenBSD System Manager's Manual                TRPT(8)

NAME
     trpt - transliterate protocol trace



SYNOPSIS
     trpt [-a] [-f] [-j] [-p hex-address] [-s] [-t] [-N system] [-M core]

DESCRIPTION
     Trpt interrogates the buffer of TCP trace records created when a socket
     is marked for ``debugging'' (see setsockopt(2)),  and prints a readable
     description of these records.  When no options are supplied, trpt prints
     all the trace records found in the system grouped according to TCP con-
     nection protocol control block (PCB). The following options may be used
     to alter this behavior.

     -a      In addition to the normal output, print the values of the source
             and destination addresses for each packet recorded.

     -f      Follow the trace as it occurs, waiting a short time for addition-
             al records each time the end of the log is reached.

     -j      Just give a list of the protocol control block addresses for
             which there are trace records.

     -p      Show only trace records associated with the protocol control
             block at the given address hex-address.

     -s      In addition to the normal output, print a detailed description of
             the packet sequencing information.

     -t      in addition to the normal output, print the values for all timers
             at each point in the trace.

     -M core
             Extract values associated with the name list from core instead of
             the default /dev/kmem.

     -N system
             Extract the name list from system instead of the default /bsd.

     The recommended use of trpt is as follows.  Isolate the problem and en-
     able debugging on the socket(s) involved in the connection.  Find the ad-
     dress of the protocol control blocks associated with the sockets using
     the -A option to netstat(1).  Then run trpt with the -p option, supplying
     the associated protocol control block addresses.  The -f option can be
     used to follow the trace log once the trace is located.  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 ques-
     tion.

FILES
     /dev/kmem  default kernel memory
     /bsd       default system namelist

SEE ALSO
     netstat(1),  setsockopt(2),  trsp(8)

DIAGNOSTICS
     no namelist
             When the system image doesn't contain the proper symbols to find
             the trace buffer; others which should be self explanatory.

BUGS
     Should also print the data for each input or output, but this is not
     saved in the trace record.

     The output format is inscrutable and should be described here.

HISTORY
     The trpt command appeared in 4.2BSD.

4.2 Berkeley Distribution      December 11, 1993                             2

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for trpt(8)
OpenBSD sources for trpt(8)


[Overview Topics]

Up to: Communication Debugging - Status, tracing, and debugging communications and protocols.


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > man pages > trpt.8/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments