loadwatch
Run a program using only idle cycles
Install
- All systems
-
curl cmd.cat/loadwatch.sh
- Debian
-
apt-get install loadwatch
- Ubuntu
-
apt-get install loadwatch
- Kali Linux
-
apt-get install loadwatch
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install loadwatch
- Raspbian
-
apt-get install loadwatch
- Dockerfile
- dockerfile.run/loadwatch
loadwatch
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.