mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 23:15:29 +02:00
atop: add page (#9450)
This commit is contained in:
parent
43ab76f72e
commit
4df135e6cd
1 changed files with 32 additions and 0 deletions
32
pages/linux/atop.md
Normal file
32
pages/linux/atop.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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:
|
||||
|
||||
`?`
|
Loading…
Add table
Reference in a new issue