mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
add traceroute.md
This commit is contained in:
parent
ceb00f1616
commit
86d31c3938
1 changed files with 19 additions and 0 deletions
19
common/traceroute.md
Normal file
19
common/traceroute.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue