Added top command for Linux and OSX

This commit is contained in:
Igor Shubovych
2015-11-24 15:37:43 +02:00
parent 4a11a4a170
commit 63472222b8
3 changed files with 51 additions and 1 deletions

23
pages/linux/top.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
`?`