1
0
Fork 0
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:
Julia Evans 2022-04-15 22:35:32 -04:00 committed by GitHub
parent b1c9bce207
commit d6513baeee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`