BSDforge™
etrace
EXAMPLES-
etrace www.example.com
Launches a trace ICMP Echo, the default, trace to www.example.com. Specifiying the options "-I E" whould accomplish the same results.etrace -T 80 www.example.com
Similar to the previous example, except the trace is performed on TCP port 80.etrace --udp 53 --data-file @dns ns.example.com
Starts a trace to ns.example.com on UDP port 53 with the trace packets containing data loaded from the file /usr/local/share/etrace/dns (a file supplied with etrace that contains a simple dns request to resolve 127.0.0.1).etrace -p dns -p fast ns.example.com
The default profiles shipped with etrace include "dns" (which equates to the options shown in the previous example), and "fast" (which decreases both timeouts and the number of probes sent for each hop, as well as disabling name resolution). Profiles are stackable, with latter options overriding those specified in earlier profiles. Files
-
∼/.etrace
User specific profiles./usr/local/share/etrace/profile
System wide profiles. USAGE
Author
- Dave Armstrong <dave@bindshell.net>
Maintainer
- Chris Hutchinson <portmaster>
Versions
-
Current version is: etrace-1.2.0