Top: Display running information of processes
$ top
While running top, type ‘h’ for a help-overview. Other useful keys:
- u [user name] - display only processes belonging to a specific user. Leave blank to see all users.
- k [process id] - Kill the process with process_id

