Skip to content

Simple script to generate a graphical representation of a traceroute

License

Notifications You must be signed in to change notification settings

robertkeizer/traceroute-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 -

About

Simple script to generate a graphical representation of a traceroute

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages