2015-11-24 13:37:43 +00:00
|
|
|
# top
|
|
|
|
|
|
|
|
> Display dynamic real-time information about running processes.
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Start top:
|
2015-11-24 13:37:43 +00:00
|
|
|
|
|
|
|
`top`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Start top ignoring any idle or zombie processes:
|
2015-11-24 13:37:43 +00:00
|
|
|
|
|
|
|
`top -i`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Start top displaying only processes owned by given user:
|
2015-11-24 13:37:43 +00:00
|
|
|
|
|
|
|
`top -u {{user-name}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Get help about interactive commands:
|
2015-11-24 13:37:43 +00:00
|
|
|
|
|
|
|
`?`
|