install
来自「sntop是一个基于curses的控制台工具」· 代码 · 共 48 行
TXT
48 行
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 pageftp://sntop.sourceforge.net/pub/sntop/ - anon ftp11.18.2000INSTALL file- REQUIREMENTSSo far we have tested on: Linux/i386, Linux/alpha, Linux/ia64,Solaris/sparc, FreeBSD/i386, FreeBSD/alpha, OpenBSD/i386, andTru64.Any CPU architecture should work, as the code should be processor independent.All modern POSIX-compliant Unices with ncurses, gcc, and glibc should becompatible. 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- INSTALLATIONto install sntop:$ tar xvzf sntop-x.y.z.tar.gz$ cd sntop-x.y.z$ ./configure$ make$ su$ make installyou should now edit the system conf file (or remove it),which is by default in /etc:$ vi /etc/sntoprceach user can use their own config file:$ cp /etc/sntoprc ~/.sntoprc$ vi ~/.sntoprcvoila. sntop is placed in /usr/local/bin by default# EOF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?