0

How to Monitor a specific process in top

Hello,
I just want to monitor a specific process in top command?is there any command to view so?

CentOS Add a comment
Aditya
asked Nov 15 2019

Answer

0

Run the following command to monitor A SPEcific process in top

top -p 12345

Where 12345 is the pid of a specific process like chrome java node sshd

To Monitor a multiple processes in top

top -p pid1,pid2,pid3

Add a comment
linuxhelp
asked Nov 15 2019
Post your Answer