Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 445 Bytes

traceroute-graph

Simple script to generate a graphical representation of a traceroute

Output Examples

Netflix

Google

JPRS

Usage

traceroute google.ca | awk -f ./traceroute-graph.awk | dot -Tjpg > /tmp/traceroute.jpg 

If you have imagemagick installed:

traceroute google.ca | awk -f ./traceroute-graph.awk | dot -Tjpg | display -