zoukankan      html  css  js  c++  java
  • Centos 安装 nload (流量监控)




    QQ交流群:64655993

    1、系统安装基本工具

    [root@localhost ~]# yum install -y gcc gcc-c++ make flex byacc libpcap ncurses-devel libpcap-devel

    2、下载nload

    [root@localhost ~]# cd /opt/

    [root@localhost opt]# wget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz

    3、解压工具包

    [root@localhost opt]# tar zxvf nload-0.7.4.tar.gz

    4、进入路径 /opt/nload-0.7.4

    [root@localhost opt]# cd nload-0.7.4

    5、编译

    [root@localhost nload-0.7.4]# ./configure

    6、安装

    [root@localhost nload-0.7.4]# make && make install

    7、使用

    [root@localhost nload-0.7.4]# nload

    8、退出

    Ctrl + C

    9、说明

    查看帮助

    nload -h

    Options:
    -a period       Sets the length in seconds of the time window for average  calculation.
                    平均计算时间长度
                    Default is 300.
    -i max_scaling  Specifies the 100% mark in kBit/s of the graph indicating the
                    incoming bandwidth usage. Ignored if max_scaling is 0 or the
                    switch -m is given.
                    指定入口流量最大值 单位是kBit/s
                    Default is 10240.
    -m              Show multiple devices at a time; no traffic graphs.
                    同时显示多个设备统计信息
    -o max_scaling  Same as -i but for the graph indicating the outgoing bandwidth
                    usage.
                    和-i相同,但是是出口流量
                    Default is 10240.
    -t interval     Determines the refresh interval of the display in milliseconds.
                    刷新间隔
                    Default is 500.
    -u h|b|k|m|g    Sets the type of unit used for the display of traffic numbers.
       H|B|K|M|G    h: auto, b: Bit/s, k: kBit/s, m: MBit/s etc.
                    H: auto, B: Byte/s, K: kByte/s, M: MByte/s etc.
                    显示单位
                    Default is h.
    -U h|b|k|m|g    Same as -u, but for a total amount of data (without "/s").
       H|B|K|M|G    Default is H.
                    和-u相同,但是为总流量
    devices         Network devices to use.
                    指定网卡
                    Default is to use all auto-detected devices.
    --help
    -h              Print this help.

    example: nload -t 200 -i 1024 -o 128 -U M

    The options above can also be changed at run time by pressing the 'F2' key.
    运行时使用F2可以查看此页
    ————————————————
    版权声明:本文为CSDN博主「一花一世界~」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/llwy1428/article/details/85156119

  • 相关阅读:
    去 抚仙湖 和 去 洱海 差不多
    开源项目 D++
    未来 的 科学家, 不仅 是 数学家, 也是 系统设计 大师
    出一道 智商题 : 证明 永动机 是否 能 设计出来 ?
    评论一下 “推倒数学大厦”的 一个 作业题
    用 无穷级数 的 思路 三等分角
    三等分角 化圆为方 可以 考虑 用 无穷级数 的 方式 来 实现
    CPU 应该 搞 0 级 Cache , 而不是 大寄存器
    关于 智商 (2)
    关于 智商
  • 原文地址:https://www.cnblogs.com/lcword/p/15325676.html
Copyright © 2011-2022 走看看