atop
Linux system and process monitor. More information: <https://manned.org/atop>.
Install
- All systems
-
curl cmd.cat/atop.sh
- Debian
-
apt-get install atop
- Ubuntu
-
apt-get install atop
- Alpine
-
apk add atop
- Arch Linux
-
pacman -S atop
- Kali Linux
-
apt-get install atop
- Fedora
-
dnf install atop
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install atop
- Raspbian
-
apt-get install atop
- Dockerfile
- dockerfile.run/atop
- Docker
-
docker run cmd.cat/atop atop
powered by Commando
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:
?
© tl;dr; authors and contributors