mtr (Pete's notes)

Use "-t" to make mtr use the curses instead of X11.

Web to the MTR home page.

ftp gate.ucar.edu
anonymous@ftp.bitwizard.nl
Pete Siemsen
cd mtr
binary
get mtr-0.51.tar.gz
quit
gunzip mtr-0.51.tar.gz
tar xf mtr-0.51.tar
rm mtr-0.51.tar
cd mtr-0.51
./configure
make
make install
make clean

I couldn't get it to build because it couldn't find a curses.h file.

Add the following to .bashrc so siemsen can find the binary:

if [ ! $AMROOT ]; then
pathadd /usr/local/sbin
fi

Address comments or questions about this Web page to the Network Engineering & Technology Section at nets-www@ncar.ucar.edu. The NETS is part of the Scientific Computing Division of the National Center for Atmospheric Research, which is part of the University Corporation for Atmospheric Research.