HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

atop — Linux system and process monitor. See also: `htop`, `top`, `btop`, `btm`, `glances`. More informatio

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandmonitorandprocesscliatoplinuxsystem
linux

Problem

How to use the atop command: Linux system and process monitor. See also: htop, top, btop, btm, glances. More information: <https://manned.org/atop>.

Solution

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:
<?>

Code Snippets

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

Context

tldr-pages: linux/atop

Revisions (0)

No revisions yet.