How to Install cpustat in Ubuntu 18.04



Install cpustat by entering the following commands in the terminal:

sudo apt update
sudo apt install cpustat

Description:

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.

Homepage: http://kernel.ubuntu.com/~cking/cpustat

Version: 0.02.04-1

Section: universe/admin