Options (3)
-w, --waitbooleanSpecify wait time in seconds for response
Example:
traceroute {{[-w|--wait]}} {{0.5}} {{example.com}}-q, --queriesbooleanSpecify number of queries per hop
Example:
traceroute {{[-q|--queries]}} {{5}} {{example.com}}-I, --icmpbooleanUse ICMP instead of UDP for tracerouting
Example:
traceroute {{[-I|--icmp]}} {{example.com}}Examples (7)
Traceroute to a host
traceroute example.comDisable IP address and host name mapping
traceroute -n example.comSpecify wait time in seconds for response
traceroute [-w|--wait] 0.5 example.comSpecify number of queries per hop
traceroute [-q|--queries] 5 example.comSpecify size in bytes of probing packet
traceroute example.com 42Determine the MTU to the destination
traceroute --mtu example.comUse ICMP instead of UDP for tracerouting
traceroute [-I|--icmp] example.commade by @shridhargupta | data from tldr-pages