Step by Step Guide to install nmon monitoring tool on ubuntu 20.04 LTS

nmon is a free & open source linux system monitoring tool.It is command line utility.Using nmon,we can monitor cpu utilisation,memory,disk network,resources,kernel,file system etc.Nmon is a performance system monitor tool for linux. There are few steps to install nmon on ubuntu: Step 1: Update the System. apt-get update Step 2: Install nmon on system. apt-get install …

4 Steps to setup Iftop Network Bandwidth Monitoring Tool on ubuntu 20.04 LTS

Iftop is a free & open source Network Bandwidth Monitoring Tool.It displays a fast overview of the networking activities on an interface.Iftop stand for Interface Top.It is a command line tool used for monitoring the network traffic on a network interface and shows a table of current bandwidth usage. There are few steps to install …

Step by Step to install iptraf (tcp/udp) network monitoring tool on ubuntu 20.04 LTS

Iptraf is a free & open source network statistics tool.Its console-based utility for Linux system.Using Iptraf, we can monitor IP traffic passing over the network.We can display the general & detailed network interface statistics,incoming & outgoing packets of TCP/UDP service & etc. There are few steps to install & configure Iptraf on ubuntu: Step 1: …

Steps to Install Nethogs Networking Monitoring Tool on Ubuntu 20.04 LTS

Nethogs is a free & open source networking monitoring tool. It is command line utility. It is used for monitoring the network & network interfaces. We can monitor all network traffic in real time. There are some steps to install Nethogs on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the Nethogs …

Step by Step Guide to Install GoAccess on Ubuntu 20.04

GoAccess is a free & open source web log analyzer, written in C. It provides text-based and a web application user interface. We can monitor real time web logs. There are few steps to install GoAccess on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the required packages. apt-get install libncursesw5-dev gcc …