Monitor a Single Process in Fedora CentOS Redhat Linux

Monitor a Single Process in Fedora CentOS Redhat Linux


FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to monitor a single process only in linux (Fedora, CentOS, Redhat)?

First identify the "process id" of the process to monitor 

Monitor single process using TOP command
[root@server ~]# top -p <process id>
Eg:
[root@server ~]# top -p1212
Sample output
Click on image to enlarge


visit link download