opsengine/cpulimit

Set period of sleep-run

imgod2u opened this issue · 0 comments

Anyone know what the period of calculating utilization % is? And if so is there a way to manually set it? I'd ideally like to be able to, say, set a period of 32ms with 50% utilization and get:

run(16ms) -> sleep(16ms) -> run(16ms) -> sleep(16ms)

etc.