使用nload做centos 流量监控

使用nload做centos 流量监控

//安装依赖
[root@10 ~]# yum install gcc gcc-c++ ncurses-devel
//下载编译安装
[root@10 ~]# wget http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz
[root@10 ~]# tar zxvf nload-0.7.2.tar.gz
[root@10 ~]# cd nload-0.7.2
[root@10 ~]# ./configure
[root@10 ~]# make & make install
[root@10 ~]# whereis nload
nload: /usr/local/bin/nload
//查看流量
[root@10 ~]# cd /usr/local/bin/
[root@10 ~]# ./nload -m

你可能感兴趣的:(Linux)