mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 02:50:31 +00:00
Update cheatsheets
This commit is contained in:
37
linux/atop
Normal file
37
linux/atop
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# atop
|
||||
|
||||
> Linux system and process monitor.
|
||||
> More information: <https://manned.org/atop>.
|
||||
|
||||
- Start:
|
||||
|
||||
`atop`
|
||||
|
||||
- Start and display memory consumption for each process:
|
||||
|
||||
`atop -m`
|
||||
|
||||
- Start and display disk information:
|
||||
|
||||
`atop -d`
|
||||
|
||||
- Start and display background process information:
|
||||
|
||||
`atop -c`
|
||||
|
||||
- Start and display thread-specific resource utilization information:
|
||||
|
||||
`atop -y`
|
||||
|
||||
- Start and display the number of processes for each user:
|
||||
|
||||
`atop -au`
|
||||
|
||||
- Display help about interactive commands:
|
||||
|
||||
`?`
|
||||
Reference in New Issue
Block a user