GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TCPDUMP2XPLOT(1) FreeBSD General Commands Manual TCPDUMP2XPLOT(1)

tcpdump2xplot
converts tcpdump output to xplot input for analysis

tcpdump2xplot [-?] [-c] [-help] [-list[filename]] [-plot[filename]] [-q] [-r] [-s] [-t] [-w]

tcpdump2xplot takes the output of
tcpdump -tt -S ...
and plots it in terms of sequence-number versus time, with other info displayed (e.g., the TCP window, acks, etc.).

-?, -help prints a help message.

-c, ``cumulative'', adds all the data coming from a server.

-list[filename] prints the list of generated plot files to filename.

-plot[filename] plots the packets from filename. The filename may be built out of a hostname and port number, e.g.: abc.def.com:1234. The default is

fromhost:fromport-tohost:toport.xplot
where fromhost, fromport, thost, toport are extracted as conversations from the tcpdump data.

-q means "quiet" --- no visible output.

-r means use relative sequence numbers.

-s means break up conversations on TCP syns.

-t convert time to decimal number of seconds.

-w plots the TCP window.

tcpdump(1), xplot(1)

tcpdump2xplot may not deal properly with output from tcpdump that is not TCP. Either filter to only tcp or be careful.

The tcpdump2xplot has been contributed by xplot users. Thanks to Garret Wollman for contributing the original tcpdump2xplot.pl script and thanks to Eric Prud'hommeaux (@ w3.org) for making <http://www.w3.org/pub/WWW/config/tcpdump2xplot.pl> available, a much improved version. The one included here is a slightly improved version of Eric's.
27 January 1999 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.