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
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 |



Author
LABELS:
0 comments:
Post a Comment