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?

Aditya
asked Nov 15, 2019
1 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

View More
linuxhelp
answered Nov 15, 2019
Your Answer
||||
 
100:0