mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
mtr: add --aslookup example (#8001)
This commit is contained in:
parent
b1c9bce207
commit
d6513baeee
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Wait for a given time (in seconds) before sending another packet to the same hop:
|
||||
|
||||
`mtr -i {{seconds}} {{host}}`
|
||||
|
||||
- Display the Autonomous System Number (ASN) for each hop:
|
||||
|
||||
`mtr --aslookup {{hostname}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue