I use mtr to count number of hops to a host and pass that number to a script.
I discovered -l
(or --raw
) option which produces an output ready for parsing. However, I'd like to know where to find this raw format description? Unfortunately, man
and google give me only this:
-l
--raw
Use this option to tell mtr to use the raw output format. This format is better suited for archival of the measureā
ment results. It could be parsed to be presented into any of the other display methods.