Print the route packets trace to network host.
# To traceroute to a host:
traceroute <host>
# To disable IP address and host name mapping:
traceroute -n <host>
# To specify wait time for response:
traceroute -w <0.5> <host>
# To specify number of queries per hop:
traceroute -q <5> <host>
# To specify size in bytes of probing packet:
traceroute <host> <42>