Watch a process with top: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
No edit summary
No edit summary
Line 8: Line 8:


then use
then use
 
<pre>
 
top -p pid
top -p pid
 
</pre>
to watch it
to watch it

Revision as of 15:36, 13 June 2024

Use

pgrep process

to find the PID

then use

top -p pid

to watch it