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

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