User Tools

Site Tools


nload_-_network_load

nload

2016


This is not a default Linux app so will likely have to be installed. nload allows the real time monitoring of network traffic and bandwidth. If you have multiple interfaces, you can scroll through them with nload to see the load of each interface.

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 command:

  sudo apt-get install nload



Useage

From a command line, simply enter:

  nload



Example Output

Below is an example output to the screen of nload, this is from a Raspberry pi that was doing a dd backup across the network.

use the left right cursor keys ← → to change the monitored interface

  Device eth0 [192.168.1.7] (1/3):
  ===============================================================================================================
  Incoming:
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################
                                           ################################  Curr: 27.37 MBit/s
                                           ################################  Avg: 27.40 MBit/s
                                           ################################  Min: 27.01 MBit/s
                                           ################################  Max: 27.84 MBit/s
                                           ################################  Ttl: 388.13 MByte
  Outgoing:
  
  
  
  
  
  
                                                                             Curr: 736.24 kBit/s
                                                                             Avg: 640.35 kBit/s
                                                                             Min: 502.74 kBit/s
                                            ............||.|...     ..|||||  Max: 764.88 kBit/s
                                           ################################  Ttl: 292.67 MByte
nload_-_network_load.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1