Installation bmon network bandwidth monitoring tool for debugging under Linux

bmon is a powerful text-based network bandwidth monitoring and debugging tools for Linux-based operating system. bmon is a monitoring and debugging tool for capturing network-related statistics and information in a visual way to prepare them.

Let's look at the installation process bmon network bandwidth monitoring and debugging tools.

bmon network bandwidth monitor debugging tools

Run the following command to install bmon network bandwidth monitoring and debugging tools.

Installation bmon network bandwidth monitoring tool for debugging under Linux

Meanwhile, if you want to install the latest version of bmon, run the following command:

Suitable for Debian, Ubuntu and Linux Mint operating system

git clone https://github.com/tgraf/bmon.git
cd bmon
sudo apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev libncurses-dev pkg-config dh-autoreconf
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install

Applicable to CentOS, RHEL and Fedora operating systems

git clone https://github.com/tgraf/bmon.git
cd bmon
sudo yum install make libconfuse-devel libnl3-devel libnl-route3-devel ncurses-devel
sudo ./autogen.sh
sudo./configure
sudo make
sudo make install

After installation bmon, run the following command bmon curse in default mode:

sudo BMon

Installation bmon network bandwidth monitoring tool for debugging under Linux

help:

sudo bmon --help

Installation bmon network bandwidth monitoring tool for debugging under Linux

Guess you like

Origin www.linuxidc.com/Linux/2019-08/160352.htm