CentOS 安装nload(流量统计)

dqcoffee 2012-05-11

yum install gcc gcc-c++ ncurses-devel

wget http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz

tar zxvf nload-0.7.2.tar.gz

cd nload-0.7.2

#./configure

#make & make install

然后通过#nload -m即可查看实时流量。

相关推荐