LinuxCommandLibrary

atop

Linux system and process monitor.

TLDR

Start

$ atop
copy


Start and display memory consumption for each process
$ atop -m
copy


Start and display disk information
$ atop -d
copy


Start and display background process information
$ atop -c
copy


Start and display thread-specific resource utilization information
$ atop -y
copy


Start and display the number of processes for each user
$ atop -au
copy


Display help about interactive commands
$ ?
copy

Copied to clipboard