Watch a process with top
From Cramsession
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
Use
pgrep <i>process</i>
to find the PID
then use
top -p <i>pid</i> to watch it
Use
pgrep <i>process</i>
to find the PID
then use
top -p <i>pid</i> to watch it