Steps to Install Checkmk Monitoring Server Tool on Ubuntu 20.04 LTS

Checkmk is a free & open source monitoring server tool, which is written in Python and C++. It can be used for monitoring the infrastructure & system services. We can install checkmk agent on every system that we want to monitor. Using Checkmk, we can monitor web & database servers, and also monitor cloud server …

Steps to Install Strace Process Monitoring Tool on Ubuntu 20.04 LTS

Strace is a free & open source process monitoring tool for linux system. It helps in troubleshooting issues, & used for Debugging, Intercept System calls, Record system calls, & Signals received by a process, & Trace running processes purposes. There are few steps to install Strace on ubuntu: Step 1: Update the System. apt-get update …

Steps to install lsof on ubuntu 20.04 LTS

lsof stand for “List Of Open File”,is a command line utility.It provides a list of open files & gives the information to find out the open files by which process. There are some steps to install lsof on ubuntu: Step 1: Update the system. apt-get update Step 2: Install Isof on system. apt install lsof …

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 …