Limiting CPU percentage of a process
cpulimit is a utility available on Linux to limit the CPU time of any process.
The use is
cpulimit -l [℅ CPU] -e [binary name]
I found it useful to emulate slow embedded processor behavior on desktop.
cpulimit is a utility available on Linux to limit the CPU time of any process.
The use is
cpulimit -l [℅ CPU] -e [binary name]
I found it useful to emulate slow embedded processor behavior on desktop.
Comments
Post a Comment