First step: Introduction to the Nload command
The nload command is used to view the Linux network traffic status, real-time output. Can be understood as a console application for real-time monitoring of network traffic and bandwidth usage commands.
Use a visual interface to display network bandwidth data for incoming and leaving systems.
Post-Installation Use (screenshot) is as follows:
Step two: Nload download
Before installing, it is best to install the following dependent yum installed GCC gcc-c++ ncurses-devel
Official website: http://www.roland-riegel.de/nload/
Xshell Login to Linux, then wget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz download to local
If you log in with root, it is downloaded to the/root directory.
Unzip file tar zxvf nload-0.7.4.tar.gz
CD nload-0.7.4
./configure
Make
Make install
Success! As follows:
You can enter nload-m to view. -M can be the NIC name.
Linux nload Command Introduction and installation method