1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
simple network top - a top-like console network status tool
robert m love <rml@tech9.net>
chris m rivera <cmrivera@ufl.edu>
http://sntop.sourceforge.net - home page
ftp://sntop.sourceforge.net/pub/sntop/ - anon ftp
11.18.2000
INSTALL file
- REQUIREMENTS
So far we have tested on: Linux/i386, Linux/alpha, Linux/ia64,
Solaris/sparc, FreeBSD/i386, FreeBSD/alpha, OpenBSD/i386, and
Tru64.
Any CPU architecture should work, as the code should be processor independent.
All modern POSIX-compliant Unices with ncurses, gcc, and glibc should be
compatible. We aim to support all resonable platforms and OSs.
fping 2.x and the ncurses library are required. fping needs to be in your path.
fping can be found at freshmeat.net or our ftp site:
[src] ftp://sntop.sourceforge.net/pub/sntop/fping-2.2b1.tar.gz
[rpm] ftp://sntop.sourceforge.net/pub/sntop/fping-2.2b1-1.i386.rpm
- INSTALLATION
to install sntop:
$ tar xvzf sntop-x.y.z.tar.gz
$ cd sntop-x.y.z
$ ./configure
$ make
$ su
$ make install
you should now edit the system conf file (or remove it),
which is by default in /etc:
$ vi /etc/sntoprc
each user can use their own config file:
$ cp /etc/sntoprc ~/.sntoprc
$ vi ~/.sntoprc
voila. sntop is placed in /usr/local/bin by default
# EOF
|