How to monitor network card Traffic Using Nload in Centos

Source: Internet
Author: User

How to monitor network card Traffic Using Nload in Centos

Nload is a very useful traffic monitoring tool with powerful functions. It can monitor network card Traffic in real time, including Incoming and Outgoing, that is, inbound and outbound traffic. At the same time, the current average, minimum, maximum, and total traffic values are counted to make it clear.

First install the Nload software. Here I use the source package for installation. Currently, the latest version of Nload is 0.7.4.

wget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz tar xvfz nload-0.7.4.tar.gz cd nload-0.7.4 ./configure –prefix=/usr/local/nload make && make install 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

After the installation is successful, run the following command:

/usr/local/nload/bin/nload 
  • 1
  • 2

You can see the real-time traffic status.

The first line is the name and IP address of the NIC by default. You can use the left and right keys on the keyboard to switch the NIC. By default, Incoming indicates the Incoming traffic to the network card. By default, Outgoing indicates the Outgoing traffic from the network card. The default value is right (current traffic of Curr), Avg average traffic, and Min Minimum traffic), (Max maximum traffic), (Ttl traffic statistics );

There are also many parameters that can be used. view the parameter help command:/usr/local/nload/bin/nload-help

Example:

/usr/local/nload/bin/nload eth0 
  • 1

View eth0 traffic

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.