1100784Sfenner@(#) $Id: README,v 1.9 2000/09/16 05:32:01 leres Exp $ (LBL)
218579Sfenner
3100784SfennerTRACEROUTE 1.4
418579SfennerLawrence Berkeley National Laboratory
518579SfennerNetwork Research Group
618579Sfennertraceroute@ee.lbl.gov
7100784Sfennerftp://ftp.ee.lbl.gov/traceroute.tar.gz
818579Sfenner
918579SfennerTraceroute is a system administrators utility to trace the route
1018579Sfennerip packets from the current system take in getting to some
1118579Sfennerdestination system.  See the comments at the front of the
1218579Sfennerprogram for a description of its use.
1318579Sfenner
1418579SfennerThis program uses raw ip sockets and must be run as root (or installed
1518579Sfennersetuid to root).
1618579Sfenner
1718579SfennerA couple of awk programs to massage the traceroute output are
1818579Sfennerincluded.  "mean.awk" and "median.awk" compute the mean and median time
1918579Sfennerto each hop, respectively.  I've found that something like
2018579Sfenner
2118579Sfenner    traceroute -q 7 foo.somewhere >t
22100784Sfenner    awk -f median.awk t | xgraph
2318579Sfenner
2418579Sfennercan give you a quick picture of the bad spots on a long path (median is
2518579Sfennerusually a better noise filter than mean).
2618579Sfenner
2718579SfennerProblems, bugs, questions, desirable enhancements, source code
2818579Sfennercontributions, etc., should be sent to the email address
2918579Sfenner"traceroute@ee.lbl.gov".
30