snippetbashTip
atop — Linux system and process monitor. See also: `htop`, `top`, `btop`, `btm`, `glances`. More informatio
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:
atopStart and display memory consumption for each process:
atop -mStart and display disk information:
atop -dStart and display background process information:
atop -cStart and display thread-specific resource utilization information:
atop -yStart and display the number of processes for each user:
atop -auDisplay help about interactive commands:
<?>Code Snippets
Start
atopStart and display memory consumption for each process
atop -mStart and display disk information
atop -dStart and display background process information
atop -cStart and display thread-specific resource utilization information
atop -yContext
tldr-pages: linux/atop
Revisions (0)
No revisions yet.