mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
361 B
361 B
top
Display dynamic real-time information about running processes.
- Start top
top
- Start top ignoring any idle or zombie processes
top -i
- Start top displaying only processes owned by given user
top -u {{user-name}}
- Run top in batch (logging) mode and update information 5 times
top -b -n 5
- Get help about interactive commands
?