cpulimit
Verified for current stable LTS
Cpulimit Commands
Cpulimit command syntax with verified terminal examples.
Commands
6 commands for Cpulimit
cpulimit Operations
Cpulimit Command: Kill Process On Cpu Overuse
cpulimit -l 50 -k -- <program> cpulimit Operations
Cpulimit Command: Launch Program With Cpu Limit
cpulimit -l <50> -- <program argument1 argument2 ...> cpulimit Operations
Cpulimit Command: Launch Program With Cpu Limit Background
cpulimit -l <50> -b -- <program> cpulimit Operations
Cpulimit Command: Limit Existing Process By Pid
cpulimit -p <1234> -l <25%> cpulimit Operations
Cpulimit Command: Limit Existing Program By Executable Name
cpulimit -e <program> -l <25> cpulimit Operations
Cpulimit Command: Throttle Program And Child Processes
cpulimit -l <25> -m -- <program> Suggest a Cpulimit Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Cpulimit workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.