cpustat
Install
- All systems
-
curl cmd.cat/cpustat.sh
- Debian
-
apt-get install cpustat
- Ubuntu
-
apt-get install cpustat
- Arch Linux
-
pacman -S cpustat
- Kali Linux
-
apt-get install cpustat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cpustat
- Raspbian
-
apt-get install cpustat
- Dockerfile
- dockerfile.run/cpustat
cpustat
periodic cpu utilization statistics
cpustat periodically reports the current CPU utilization of running tasks and can optionally report per CPU and per task utilization statistics at the end of a run. cpustat has been designed and optimized to use a minimal amount of CPU cycles to monitor a system hence it is a light weight alternative to traditional process monitoring tools such as top.