cpulimit

A tool to throttle the CPU usage of other processes. More information: <http://cpulimit.sourceforge.net/>.

Debian Debian
RUN apt-get update && \ apt-get install -y cpulimit
Ubuntu
RUN apt-get update && \ apt-get install -y cpulimit
Alpine
RUN apk add cpulimit
Arch Arch Linux
RUN pacman -S --noconfirm cpulimit
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cpulimit
Fedora
RUN dnf install -y cpulimit
Raspbian
RUN apt-get update && \ apt-get install -y cpulimit
click the source code to copy install cpulimit on any operating system with command-not-found.com