How to get `top` for a specific user only?
From man top
:
-u : Monitor by user as: -u somebody
Monitor only processes with an effective UID or user name matching
that given.
So, if you run top -u root
you'll get only root
processes.