opsengine/cpulimit
CPU usage limiter for Linux observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5209
- days_rel: n/a
- days_push: 774
- n_releases_24m: 0
Adoption not part of the score
1772 stars · 281 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cpulimit is a command-line tool that limits the CPU usage percentage of a process by sending SIGSTOP and SIGCONT signals, without changing scheduling priorities. It adapts dynamically to overall system load and applies the limit to all child processes and threads.
Use cases
- limit cpu usage of a batch job
- prevent a process from eating all cpu cycles
- throttle a background process cpu percentage
- cap cpu usage of a running command
- control cpu consumption of scripts on a shared server
When to choose
- you need to cap real CPU usage percentage rather than adjust nice values
- you want a lightweight C tool with no dependencies on Linux, macOS, or FreeBSD
- you need to throttle batch jobs or background tasks dynamically
When to avoid
- you need per-core or cgroup-based resource isolation
- you want to limit memory, IO, or other resources, not just CPU
- you need a solution integrated with systemd or container resource limits
Facets
cli-tool · maturity maintenance
cli developer-tools operating-systems performance cli cpu-limiting process-control system-administration posix-signals command-line linux macos
1 source
- readme: https://github.com/opsengine/cpulimit · fetched 2026-08-28 · 08d580f3355e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| opsengine/cpulimit | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="opsengine/cpulimit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem