diff options
author | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
commit | ec263708b4436f2f6fe8ff2c5ddd38bc49dbd322 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/tcptrace/DESCR | |
parent | 26e767802169bc1a013a3a64740d0a84afa59755 (diff) | |
download | pkgsrc-ec263708b4436f2f6fe8ff2c5ddd38bc49dbd322.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/tcptrace/DESCR')
-rw-r--r-- | net/tcptrace/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/tcptrace/DESCR b/net/tcptrace/DESCR new file mode 100644 index 00000000000..07cee37f676 --- /dev/null +++ b/net/tcptrace/DESCR @@ -0,0 +1,24 @@ +tcptrace is a TCP dump file analysis tool written by Shawn Ostermann +at Ohio University. It is NOT a packet capture program. It reads +output dump files in the formats of several popular packet capturing +programs: tcpdump, snoop, etherpeek, and netm + +For each connection, it keeps track of elapsed time, bytes/segments +sent and received, retransmissions, round trip times, window +advertisements, throughput, etc. Its output format ranges from +Simple to Long to Very Detailed. + +It can also produce three different types of graphs, as follows: + + Time Sequence Graph + This is the format that Tim Shepard started using at MIT some + years ago. It shows segments sent and ACKs returned as a + function of time. + Instantaneous Throughput + This format shows the instantaneous (averaged over a few + segments) throughput of the connection as a function of time. + Round Trip Times + This format shows the round trip times for the ACKs as a + function of time. + +The graphs produced are viewable only by Tim Shepard's wonderful xplot. |