Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

It seems like xt (xtraceroute) has been dropped from the repository, does anyone know of another graphical traceroute program in the main repos which draws maps? If not, then a loose deb package will do, or a PPA.

share|improve this question
vtrace.mx4492.in is a little online tool I hacked together as an alternative. See if that serves your purpose. – Manav Aug 23 '12 at 21:22

1 Answer

Package/binary mtr does what you need. By default (I think), Ubuntu has mtr-tiny installed.

It should start with a GTK window, but you can always invoke it with mtr --gtk or mtr -- curses to specify what you want.

share|improve this answer
I forgot to mention my mapping requirement in the question, it has been updated. I don't believe mtr does maps? – Jeremy Nov 29 '10 at 3:46
Awesomely handy though, I didn't know that came in the base install. – Jeremy Nov 29 '10 at 3:53
1  
By default, only mtr-tiny is installed, which has no gtk support. Issue "sudo apt-get install mtr" to remove this and install the full package. Running mtr at this point will invoke the gtk interface. But no maps, and I couldn't get it to actually work... – Scaine Dec 27 '10 at 16:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.