Files
Managor 5095ed04fd btm, top, htop, btop, glances, atop: refresh pages (#18366)
* Update btm.md

* Update top.md

* Update htop.md

* Update btop.md

* Update atop.md

* Update glances.md

* Update btm.md

* Update btop.md

* Update htop.md

* Update top.md

* Update pages/common/glances.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

---------

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-10-04 14:28:10 -07:00

550 B

atop

Linux system and process monitor. See also: htop, top, btop, btm, glances. 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:

<?>