traceroute
Print the route packets trace to network host.
- Traceroute to a host:
traceroute {host}
- Disable IP address and host name mapping:
traceroute -n {host}
- Specify wait time for response:
traceroute -w {0.5} {host}
- Specify number of queries per hop:
traceroute -q {5} {host}
- Specify size in bytes of probing packet:
traceroute {host} {42}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).