Watch a process with top

From Cramsession
Revision as of 15:35, 13 June 2024 by Mflavell (talk | contribs) (Created page with "Use pgrep <i>process</i> to find the PID then use top -p <i>pid</i> to watch it")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Use pgrep process to find the PID then use top -p pid to watch it