Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

tcp equivalent to mtr, as tcptraceroute is to traceroute

Reply
 
Thread Tools Display Modes
  #1  
Old 09-13-2006, 10:14 PM
Default tcp equivalent to mtr, as tcptraceroute is to traceroute



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.)



maethlin
Reply With Quote
  #2  
Old 09-13-2006, 10:20 PM
sunil.maryala@gmail.com
Guest
 
Posts: n/a
Default Re: tcp equivalent to mtr, as tcptraceroute is to traceroute

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
  #3  
Old 09-13-2006, 10:54 PM
maethlin
Guest
 
Posts: n/a
Default Re: tcp equivalent to mtr, as tcptraceroute is to traceroute

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
  #4  
Old 09-15-2006, 01:30 AM
Moe Trin
Guest
 
Posts: n/a
Default Re: tcp equivalent to mtr, as tcptraceroute is to traceroute

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

Tags
equivalent, mtr, tcp, tcptraceroute, traceroute

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
Forum Jump


All times are GMT. The time now is 01:20 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.