Skip to main content

Runnng top on a specific process

The following will run top filtered on the named process

top -p $(pgrep -d',' named)

Comments