Networking Forums

Networking Forums > Computer Networking > Linux Networking > tcp equivalent to mtr, as tcptraceroute is to traceroute

Reply
Thread Tools Display Modes

tcp equivalent to mtr, as tcptraceroute is to traceroute

 
 
maethlin
Guest
Posts: n/a

 
      09-13-2006, 09:14 PM
Is there a simple command line tool that adds tcp-based functionality
to a system like mtr?

I love mtr, it's incredibly useful to me in my work, but it would be
even better if it could perform tcp-packet diagnosis instead of relying
on icmp (which can be filtered, deprioritized, etc.)

 
Reply With Quote
 
 
 
 
sunil.maryala@gmail.com
Guest
Posts: n/a

 
      09-13-2006, 09:20 PM
Hi,

may be you are looking for tcptraceroute?
Here is the more info on this

http://freshmeat.net/projects/tcptraceroute/

Thanks,
Sunil


maethlin wrote:
> Is there a simple command line tool that adds tcp-based functionality
> to a system like mtr?
>
> I love mtr, it's incredibly useful to me in my work, but it would be
> even better if it could perform tcp-packet diagnosis instead of relying
> on icmp (which can be filtered, deprioritized, etc.)


 
Reply With Quote
 
maethlin
Guest
Posts: n/a

 
      09-13-2006, 09:54 PM
Sunil - I was looking for an mtr-equivalent of tcptraceroute.
Tcptraceroute is great, but it can not record results/statistics over
time like mtr can.

(E-Mail Removed) wrote:
> Hi,
>
> may be you are looking for tcptraceroute?
> Here is the more info on this
>
> http://freshmeat.net/projects/tcptraceroute/
>
> Thanks,
> Sunil
>
>
> maethlin wrote:
> > Is there a simple command line tool that adds tcp-based functionality
> > to a system like mtr?
> >
> > I love mtr, it's incredibly useful to me in my work, but it would be
> > even better if it could perform tcp-packet diagnosis instead of relying
> > on icmp (which can be filtered, deprioritized, etc.)


 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      09-15-2006, 12:30 AM
On 13 Sep 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed). com>, maethlin wrote:

>Is there a simple command line tool that adds tcp-based functionality
>to a system like mtr?


A google search (you tried that, right?) doesn't turn up anything
obvious. In the first five result for "mtr tcp" at google, I found
http://www.cs.columbia.edu/~hgs/internet/tools.html which may help.

>I love mtr, it's incredibly useful to me in my work, but it would be
>even better if it could perform tcp-packet diagnosis instead of relying
>on icmp (which can be filtered, deprioritized, etc.)


Probably your closest bet is going to be pchar (a massive rewrite of Van
Jacobson's pathchar utility). Problems are, 1) it's no longer under
active development (v1.5 was released in February 2005), and 2) it
only does UDP.

_A_ problem about using TCP is that it's a connection oriented service.
It expects a 3-way hand-shake, and let's get on with the data transfers.
But that assumes a server of some kind on the remote. Likewise, sending
a number of half-opens is likely to get the attention of the firewall
administrator as a DoS attack. Maybe not the best idea in the world.

What exactly are you trying to accomplish? In your top-posted reply to
Sunil (please learn to NOT top-post - some people killfile those who do),
you indicate recording results/statistics over time is desired. Why not
run tcptraceroute from a stupid script with appropriate redirects?

Old guy
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Traceroute & IP masquerading Ivar Rosquist Linux Networking 3 01-07-2007 09:32 PM
odd traceroute... KraftDiner Wireless Internet 4 09-14-2006 12:52 AM
About traceroute and netstat WhiteFox Linux Networking 4 10-14-2005 02:31 PM
segmentation fault in tcptraceroute Alex Bransky Linux Networking 2 10-13-2004 04:03 PM
tcptraceroute beltorak Linux Networking 1 08-12-2003 11:54 PM



1 2 3 4 5 6 7 8 9 10 11