How to Install loadwatch in Ubuntu 18.04



Install loadwatch by entering the following commands in the terminal:

sudo apt update
sudo apt install loadwatch

Description:

Run a program using only idle cycles

loadwatch forks a child process and only allows it to run when the system load meets user-defined parameters. It allows you to specify that a program should run only if the load is below a specified point, and will stop it when that point is reached. When the load falls below a second specified point, the program will be continued. The user can also specify the system load sampling period.

Version: 1.0+1.1alpha1-6build1

Section: universe/utils