在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):opsengine/cpulimit开源软件地址(OpenSource Url):https://github.com/opsengine/cpulimit开源编程语言(OpenSource Language):C 97.9%开源软件介绍(OpenSource Introduction):CPULIMITCpulimit is a tool which limits the CPU usage of a process (expressed in percentage, not in CPU time). It is useful to control batch jobs, when you don't want them to eat too many CPU cycles. The goal is prevent a process from running for more than a specified time ratio. It does not change the nice value or other scheduling priority settings, but the real CPU usage. Also, it is able to adapt itself to the overall system load, dynamically and quickly. The control of the used CPU amount is done sending SIGSTOP and SIGCONT POSIX signals to processes. All the children processes and threads of the specified process will share the same percentage of CPU. Developed by Angelo Marletta. Please send your feedback, bug reports, feature requests or just thanks. Get the latest source codeThe latest available code is here: https://github.com/opsengine/cpulimit Install instructionsOn Linux/OS X:
On FreeBSD:
Run unit tests:
ContributionsYou are welcome to contribute to cpulimit with bugfixes, new features, or support for a new OS. If you want to submit a pull request, please do it on the branch develop and make sure all tests pass. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论