| by Arround The Web | No comments

The Basic ‘ps’ Command to Monitor Linux Processes (with Examples)

Linux’s ps (processes status) is used to check the information on its running processes. The process is nothing but a program in Linux/Unix to execute a specific task. The ps command in Linux is used to monitor all the currently running activities along with USER, PID, %CPU, %MEM, VSZ, RSS, TTY, STAT, START, TIME, COMMAND. It helps, mostly to the System Administrators to find the PID (processes identifier) of all the running processes to monitor and troubleshoot.

This guide will help you on how to use various options with the PS command. All the below examples were tested on RHEL and CentOS 7.6.

The post The Basic ‘ps’ Command to Monitor Linux Processes (with Examples) appeared first on Linux Today.

Share Button

Source: Linux Today

Leave a Reply