1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/traceroute.md

24 lines
395 B
Markdown
Raw Normal View History

2014-02-25 00:36:37 +08:00
# traceroute
> Print the route packets trace to network host.
2014-02-25 00:36:37 +08:00
- Traceroute to a host:
2014-02-25 00:36:37 +08:00
`traceroute {{host}}`
- Disable IP address and host name mapping:
2014-02-25 00:36:37 +08:00
`traceroute -n {{host}}`
- Specify wait time for response:
2014-02-25 00:36:37 +08:00
`traceroute -w {{0.5}} {{host}}`
2014-02-25 00:36:37 +08:00
- Specify number of queries per hop:
2014-02-25 00:36:37 +08:00
`traceroute -q {{5}} {{host}}`
- Specify size in bytes of probing packet:
`traceroute {{host}} {{42}}`