atopconvert
Monitor for system resources and process activity
Install
- All systems
-
curl cmd.cat/atopconvert.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/atopconvert
- Docker
-
docker run cmd.cat/atopconvert atopconvert
powered by Commando
atop
Monitor for system resources and process activity
Atop is an ASCII full-screen performance monitor, similar to the top command, but atop only shows the active system-resources and processes, and only shows the deviations since the previous interval. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and it shows for every active process the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code. The process level activity is also shown for processes which finished during the last interval, to get a complete overview about the consumers of things such as CPU time. Author: Gerlof Langeveld <[email protected]>