1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/atop.md
2022-10-31 12:21:43 -03:00

495 B

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:

?