Crates.io | cpulimit |
lib.rs | cpulimit |
version | 0.2.0 |
source | src |
created_at | 2022-07-19 08:30:02.486385 |
updated_at | 2022-08-04 09:03:09.572351 |
description | A user-space CPU limiter |
homepage | https://github.com/tehtris-hub/CpuLimit |
repository | https://github.com/tehtris-hub/CpuLimit |
max_upload_size | |
id | 628178 |
size | 13,813 |
Limit the CPU usage of a process.
Limit process 4562
to 10%.
cpulimit --pid 4562 --limit 10
Run cpulimit --help
to list all the available options.