Linux top command is highly used by system administrators to display system statistics in real time regarding system uptime and load average, used memory and running tasks.| How to Save Top Command Output to a File
Iotop is an open source and free utility similar to top command, that provides an easy way to monitor Linux Disk I/O activity on per process basis.| Iotop – Monitor Linux Disk I/O Activity and Usage Per-Process Basis
Htop is an interactive and real-time process monitoring application for Linux. It shows the total list of processes running and is easy to use for normal tasks.| Htop – An Interactive Process Viewer for Linux
Use top command to view the more detailed information about the current status, usage of the system: the uptime, load average, and total number of processes.| Find Top 15 Processes by Memory Usage with ‘top’ in Batch Mode
In this article we will share a trick to find out, which Linux running processes are consuming lots of Memory (RAM) and CPU utilization in descendant form.| Find Top Running Processes by Highest Memory and CPU Usage in Linux
bmon is a powerful, text-based network monitoring and debugging tool for Unix-like systems, which captures networking related statistics and displays them visually in a human friendly format.| bmon – A Powerful Network Bandwidth Monitoring and Debugging Tool for Linux
In this article, we will look at how to find a process name by its process identification number (PID) with the help of commands such as ps, top, and pidof.| How to Find a Process Name Using PID Number in Linux