{"id":13466070,"url":"https://github.com/opsengine/cpulimit","last_synced_at":"2025-05-14T23:06:40.599Z","repository":{"id":3436827,"uuid":"4489166","full_name":"opsengine/cpulimit","owner":"opsengine","description":"CPU usage limiter for Linux","archived":false,"fork":false,"pushed_at":"2024-07-20T16:14:43.000Z","size":2899,"stargazers_count":1734,"open_issues_count":81,"forks_count":281,"subscribers_count":68,"default_branch":"master","last_synced_at":"2025-04-11T10:12:58.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opsengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-05-30T00:06:42.000Z","updated_at":"2025-04-11T00:39:45.000Z","dependencies_parsed_at":"2024-01-14T09:20:25.988Z","dependency_job_id":"2a4cfc4f-7eda-47df-9ecd-e204e19d61ba","html_url":"https://github.com/opsengine/cpulimit","commit_stats":{"total_commits":95,"total_committers":9,"mean_commits":"10.555555555555555","dds":0.5684210526315789,"last_synced_commit":"f4d2682804931e7aea02a869137344bb5452a3cd"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsengine%2Fcpulimit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsengine%2Fcpulimit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsengine%2Fcpulimit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsengine%2Fcpulimit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opsengine","download_url":"https://codeload.github.com/opsengine/cpulimit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243360,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T15:00:38.815Z","updated_at":"2025-05-14T23:06:35.573Z","avatar_url":"https://github.com/opsengine.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"CPULIMIT\n========\n\nCpulimit 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.\nThe control of the used CPU amount is done sending SIGSTOP and SIGCONT POSIX signals to processes.\nAll the children processes and threads of the specified process will share the same percentage of CPU.\n\nDeveloped by Angelo Marletta.\nPlease send your feedback, bug reports, feature requests or just thanks.\n\n\nGet the latest source code\n--------------------------\n\nThe latest available code is here:\n\nhttps://github.com/opsengine/cpulimit\n\n\nInstall instructions\n--------------------\n\nOn Linux/OS X:\n\n    $ make\n    # cp src/cpulimit /usr/bin\n\nOn FreeBSD:\n\n    $ gmake\n    # cp src/cpulimit /usr/bin\n\nRun unit tests:\n\n    $ ./tests/process_iterator_test\n\n\nContributions\n-------------\n\nYou are welcome to contribute to cpulimit with bugfixes, new features, or support for a new OS.\nIf you want to submit a pull request, please do it on the branch develop and make sure all tests pass.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsengine%2Fcpulimit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsengine%2Fcpulimit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsengine%2Fcpulimit/lists"}