Linux流量实时监控软件nload

Nload: linux的一款网络流量实时监控软件。

下载地址:

Cnetos /RHEL 6 32bit:http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/nload-0.7.4-1.el6.rf.i686.rpm

Centos /RHEL 6 64bit:http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/nload-0.7.4-1.el6.rf.x86_64.rpm

更多版本查看:http://pkgs.repoforge.org/nload/

getconf LONG_BIT 查看当前系统位数

下载nload:

[[email protected] ~]#  wget http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/nload-0.7.3-1.el6.rf.x86_64.rpm

安装:

[[email protected] ~]# rpm -ivh nload-0.7.3-1.el6.rf.x86_64.rpm 
warning: nload-0.7.3-1.el6.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
Preparing...                ########################################### [100%]
   1:nload                  ########################################### [100%]

查看装了哪些东西:

[[email protected] ~]# rpm -ql nload
/usr/bin/nload
/usr/share/doc/nload-0.7.3
/usr/share/doc/nload-0.7.3/AUTHORS
/usr/share/doc/nload-0.7.3/COPYING
/usr/share/doc/nload-0.7.3/ChangeLog
/usr/share/doc/nload-0.7.3/NEWS
/usr/share/doc/nload-0.7.3/README
/usr/share/man/man1/nload.1.gz

使用方法:

[[email protected] ~]# nload  -h

nload version 0.7.3
Copyright (C) 2001 - 2011 by Roland Riegel <[email protected]>
nload comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. For more details see the
GNU General Public License Version 2 (http://www.gnu.org/copyleft/gpl.html).

Command line syntax:
nload [options] [devices]
nload --help|-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.
                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.
                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.
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.

Linux流量实时监控软件nload

时间: 2024-12-24 02:30:23

Linux流量实时监控软件nload的相关文章

Linux进程实时监控-htop

对于linux进程管理常用的是top,但top命令显示的结果不太直观,查找信息比较困难,除了top外还用ps查看系统进程,但ps有一个缺点,命令显示的只是运行命令时的系统进程,不是实时状态. 在linux管理中还有一款比较人性化的实时监控软件htop,这个软件对top进行了一些美化,可通过repoforge yum源进行安装. htop 运行htop命令: # htop 结果: 可以看到,结果非常美观. 参数 -C --no-color    使用一个单色的配色方案 -d --delay=DEL

Linux CPU实时监控mpstat命令详解

Linux CPU实时监控mpstat命令详解 简介 mpstat是Multiprocessor Statistics的缩写,是实时系统监控工具.其报告与CPU的一些统计信息,这些信息存放在/proc/stat文件中.在多CPUs系统里,其不但能查看所有CPU的平均状况信息,而且能够查看特定CPU的信息.mpstat最大的特点是:可以查看多核心cpu中每个计算核心的统计数据:而类似工具vmstat只能查看系统整体cpu情况. 语法 mpstat [-P {|ALL}] [internal [co

Ntopng 网络流量实时监控系统搭建

下面实现Ntopng的rpm包安装 关于使用源码包也很简单,主要是Centos要提前配置EPEL-RELEASE方便依赖包安装, 在编译源码包就OK Ntopng介绍: Ntopng是原ntop下一代版本,网络流量实时监控显示.Ntopng类似于RMON远端网络监控代理,具有内置的Web服务能力,使用redis键值服务按时间序列存储统计信息.你可以在任何指定的监控服务器上安装ntopng,只需使用任一web浏览器,就能实时访问服务器上的流量报告了. ntopng用户可以使用一个网页浏览器浏览的N

Linux网络流量实时监控ifstat iftop命令详解(转载)

转自:http://www.cnblogs.com/ggjucheng/archive/2013/01/13/2858923.html ifstat 介绍 ifstat工具是个网络接口监测工具,比较简单看网络流量 实例 默认使用 #ifstat eth0 eth1 KB/s in KB/s out KB/s in KB/s out 0.07 0.20 0.00 0.00 0.07 0.15 0.58 0.00 默认ifstat不监控回环接口,显示的流量单位是KB. 监控所有网络接口 # ifst

Linux网络流量实时监控ifstat iftop命令详解

ifstat 介绍 ifstat工具是个网络接口监测工具,比较简单看网络流量 实例 默认使用 #ifstat eth0 eth1 KB/s in KB/s out KB/s in KB/s out 0.07 0.20 0.00 0.00 0.07 0.15 0.58 0.00 默认ifstat不监控回环接口,显示的流量单位是KB. 监控所有网络接口 # ifstat -a lo eth0 eth1 KB/s in KB/s out KB/s in KB/s out KB/s in KB/s ou

ifstat和iftop网络流量实时监控

ifstat 系统自带的网络接口流量检测工具,比较简单 [[email protected] ~]# ifstat -a #16202.1804289383 sampling_interval=1 time_const=60 Interface        RX Pkts/Rate    TX Pkts/Rate    RX Data/Rate    TX Data/Rate RX Errs/Drop    TX Errs/Drop    RX Over/Rate    TX Coll/Rat

linux 下的流量监控软件 nload

下载源码 http://www.roland-riegel.de/nload/ 解压,进入源码目录 $ ./configure --prefix=/usr/local/nload 报错 configure: error: ncurses library or development files not found. ncurses is required for nload. 就是说差一个 ncurses,直接 $ sudo yum -y install ncurses 提示说已安装最新版,再看

linux网络流量实时监控工具之nload

Install nload on a CentOS/RHEL/Red Hat/Fedora Linux First, turn on EPEL repo on a CentOS or RHEL based system. Type the following yum command to install nload: # yum install nload Install nload on a Debian or Ubuntu Linux Type the following apt-get c

ntopng网络流量实时监控

High-Speed Web-based Traffic Analysis and Flow Collection ntopng is the next generation version of the original ntop, a network traffic probe that monitors network usage. ntopng is based on libpcapand it has been written in a portable way in order to