Tag: top

top in Batch Mode

Run top in batch mode top -b -d 10 -n 3

Restrict Top to Current User’s Commands

Show only your processes in the top list using this command… top -u `whoami` OR top -u binnyva(your username)