Added top command for Linux and OSX
This commit is contained in:
23
pages/linux/top.md
Normal file
23
pages/linux/top.md
Normal 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
|
||||
|
||||
`?`
|
Reference in New Issue
Block a user