top – POFTUT

How To Monitor Network Traffic and Statistics with ntop Tool?

ntop is network traffic and statistic monitoring tool. ntopprovides similar philosophy to top command. There is also web based gui which makes it elegant to use. ntop packages are provided by popular distributions like Ubuntu, Debian, Mint, Fedora, CentOs, RHEL etc. Install ntop For Debian, Ubuntu, Kali, Mint We can install ntop with apt like … Read more

Monitor Linux Cpu, Memory Performance with Htop

top is very popular and well known system monitoring tool provided by default by most of the Linux distributions. htop is more eye candy and more professional system monitor tool which is provided by most of the Linux distributions. In this tutorial we will look how to install and use  htop command to monitor cpu, … Read more

Linux ps Command Tutorial

Linux ps Command Tutorial

Processes are one of the main parts of the operations systems. All user side even kernel side operations are executed with the process. The process generally created, run, and killed. This life cycle of the process generally the same. During this life cycle, we may need to get more information about processes. ps command is the … Read more

Atop Command Tutorial With Examples To Monitor Linux System Metrics

Atop is a monitoring tool which is mainly developed for command-line usage. It is capable of showing detailed information about the process, memory, disk network information, and metrics. Atop commands provides more details than popular top command. atop Command Syntax We will use following syntax for atop command. atop Command Help Help information like flags, … Read more

Best Tools To Monitor Linux

As a system administrator monitoring systems is very important job. Actually we can state that half of system administrating is monitoring and anticipating systems and their events. In this tutorial, we will look at Linux monitoring tools and their features. As I know there is a lot of tools to monitor and debug Linux system, … Read more

Linux Top Command- Monitor Linux System Resources Cpu, Memory, Network

Linux Top - Monitor Linux System Resources Cpu, Memory, Network

Monitoring Linux systems is one of the most important for system administrators. There are a lot of different monitoring tools that provide different features. We will look in detail those Linux system monitoring software in this tutorial. Start top Command The top is the most used, fast simple tool to monitor Linux system resources. It … Read more

How To Check Memory Usage Of Linux?

Linux operating system is popular with its efficient memory usage. Also Linux operating systems provide a lot of details about their memory usage. In this tutorial we will look into details of the memory usage information. There are different ways to get memory usage information. Alternatively we can call this RAM usage. Because in the static … Read more