playing with tcptrace and xplot



# tcpdump -ni en0 port 80 -w output.trace
# tcptrace -G output.trace
# xplot *tput.xpl

From the online manpage:

  • Yellow: instantaneous packets
  • Red: Throughput for the last few packets
  • Blue: Throughput since the start of the stream/connection

Other useful graphs:

  • _owin.xpl – outstanding data/congestion
  • _rtt.xpl – round trip time/time
  • _ssize.xpl – segment size/time
  • _tput.xpl – throughput/time
  • _tsg.xpl – time sequence graph
  • _tline.xpl – Timeline graph – W Richard Stevens style

Just some notes here so I don’t forget the basics – manual over at here.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>