Official repository for mtr, a network diagnostic tool
Go to file
Roger Wolff 8f0746e26a mtr v0.22
- Roger has take over maintenance.
 - mtr now uses an "int" to pass options to the kernel.
 - Makes things work on Solaris and *BSD I'm told.
 - mtr doesn't fire off a flurry of packets when a new second comes
   around. Instead they are spaced evenly around the whole
   second. This allows people with a relatively slow first link to do
   meaningful measurements of whatever is behind that.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.22.tar.gz
2013-02-03 20:45:36 +00:00
img mtr v0.21 2013-02-03 20:45:27 +00:00
AUTHORS mtr v0.22 2013-02-03 20:45:36 +00:00
configure.in mtr v0.22 2013-02-03 20:45:36 +00:00
COPYING mtr v0.21 2013-02-03 20:45:27 +00:00
curses.c mtr v0.22 2013-02-03 20:45:36 +00:00
display.c mtr v0.21 2013-02-03 20:45:27 +00:00
display.h mtr v0.21 2013-02-03 20:45:27 +00:00
dns.c mtr v0.21 2013-02-03 20:45:27 +00:00
dns.h mtr v0.21 2013-02-03 20:45:27 +00:00
getopt1.c mtr v0.21 2013-02-03 20:45:27 +00:00
getopt.c mtr v0.21 2013-02-03 20:45:27 +00:00
getopt.h mtr v0.21 2013-02-03 20:45:27 +00:00
gtk.c mtr v0.21 2013-02-03 20:45:27 +00:00
Makefile.am mtr v0.21 2013-02-03 20:45:27 +00:00
mtr-curses.h mtr v0.21 2013-02-03 20:45:27 +00:00
mtr-gtk.h mtr v0.21 2013-02-03 20:45:27 +00:00
mtr.8 mtr v0.22 2013-02-03 20:45:36 +00:00
mtr.c mtr v0.21 2013-02-03 20:45:27 +00:00
net.c mtr v0.22 2013-02-03 20:45:36 +00:00
net.h mtr v0.21 2013-02-03 20:45:27 +00:00
NEWS mtr v0.22 2013-02-03 20:45:36 +00:00
README mtr v0.22 2013-02-03 20:45:36 +00:00
report.c mtr v0.21 2013-02-03 20:45:27 +00:00
report.h mtr v0.21 2013-02-03 20:45:27 +00:00
SECURITY mtr v0.22 2013-02-03 20:45:36 +00:00
select.c mtr v0.22 2013-02-03 20:45:36 +00:00
select.h mtr v0.21 2013-02-03 20:45:27 +00:00
TODO mtr v0.22 2013-02-03 20:45:36 +00:00

WHAT IS MTR?

  mtr combines the functionaly of the 'traceroute' and 'ping' programs 
  in a single network diagnostic tool.

  As mtr starts, it investigates the network connection between the host
  mtr runs on and a user-specified destination host.  After it
  determines the address of each network hop between the machines, 
  it sends a sequence ICMP ECHO requests to each one to determine the 
  quality of the link to each machine.  As it does this, it prints
  running statistics about each machine.

  mtr is distributed under the GNU General Public License. 
  See the COPYING file for details.  

INSTALLING

  To begin mtr, first use the included configure script:

	./configure

  The configure script will generate a Makefile.  Build mtr:

	make

  After compiling, install:

	make install

  Note that mtr must be suid-root because it requires access to raw IP 
  sockets.  See SECURITY for security information.

WHERE CAN I GET THE LATEST VERSION OR MORE INFORMATION?

  See the mtr web page at 
         http://www.BitWizard.nl/mtr/ 

  Subscribe to the mtr mailing list.  All mtr related announcements
  are posted to the mtr mailing list.  To subscribe, send email to
  'majordomo@lists.xmission.com' with 'subscribe mtr' in the body of
  the message.  To send a message to the mailing list, mail to 
  'mtr@lists.xmission.com'.

  Bug reports and feature requests should be sent to the mtr 
  mailing list.