A tool to throttle the CPU usage of other processes. More information: https://manned.org/cpulimit.
cpulimit {{[-p|--pid]}} {{1234}} {{[-l|--limit]}} {{25%}}
cpulimit {{[-e|--exe]}} {{program}} {{[-l|--limit]}} {{25}}
cpulimit {{[-l|--limit]}} {{50}} -- {{program argument1 argument2 ...}}
cpulimit {{[-l|--limit]}} {{50}} {{[-b|--background]}} -- {{program}}
cpulimit {{[-l|--limit]}} 50 {{[-k|--kill]}} -- {{program}}
cpulimit {{[-l|--limit]}} {{25}} {{[-m|--monitor-forks]}} -- {{program}}