pkg.soopen package index

brew / 排名 2906

使用 Homebrew, apk, apt, dnf, Nix, zypper 安装 cpulimit

查看 cpulimit 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install cpulimit

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add cpulimit

Alpine Linux edge package indexes · cpulimit · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install cpulimit

Debian stable package indexes · cpulimit · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install cpulimit

Fedora Rawhide package metadata · cpulimit · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#cpulimit

nixpkgs package indexes · pkgs/by-name/cp/cpulimit/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install cpulimit

openSUSE Tumbleweed package metadata · cpulimit · 来源: download.opensuse.org

概览

软件包摘要

CPU usage limiter

命令和别名

  • cpulimit

历史

项目历史与用法

cpulimit is a small process-control utility that limits a process's observed CPU usage percentage without changing its nice value or scheduler priority.

项目历史

The README credits Angelo Marletta as the developer and describes the tool's goal: prevent a process from running for more than a specified CPU time ratio. The official GitHub repository was created in 2012.

采用历史

cpulimit has remained packaged as a straightforward Unix-style utility for administrators and users who need to tame batch jobs. The input package metadata shows distribution through Homebrew and several Linux package managers.

使用方式

cpulimit controls CPU consumption by sending SIGSTOP and SIGCONT POSIX signals. The README notes that child processes and threads of the selected process share the configured CPU percentage, and documents simple make-based builds for Linux, OS X, and FreeBSD.

为什么软件包爱好者会关心

The package is significant because it solves a familiar operational problem with a tiny C tool and no service manager dependency: package it once, expose a single executable, and users can apply soft CPU throttling to existing processes.

时间线

  • 2012: The opsengine/cpulimit repository was created.
  • Repository era: v0.1 and v0.2 tags exist in the official GitHub repository.
  • 2024: The official repository was still receiving updates.

Related projects

  • cpulimit is related by purpose to Unix process-management tools such as nice and schedulers, but the README distinguishes it by controlling real CPU usage through stop/continue signals rather than priority.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
cpulimit可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.2
管理器更新时间2026-08-02
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:cpulimit
版本0.2
软件包管理器Homebrew
主页https://github.com/opsengine/cpulimit
仓库https://github.com/opsengine/cpulimit
最后更新2026-08-02T01:55:35+09:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

cpulimit 3.1-1

tool for limiting the CPU usage of a process

https://limitcpu.sourceforge.net/

sudo apt install cpulimit
  • Section: admin
  • Architecture: amd64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Cpulimit
Debian stable package indexes · deb.debian.org · Debian stable package indexes: cpulimit from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

cpulimit

nix profile install nixpkgs#cpulimit
  • normalized package name match
  • 匹配方式:Cpulimit
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cp/cpulimit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

cpulimit 3.0-1

tool for limiting the CPU usage of a process

https://limitcpu.sourceforge.net/

sudo apt install cpulimit
  • Section: universe/admin
  • Architecture: amd64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Cpulimit
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: cpulimit from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

cpulimit 0.2-r4

CPU usage limiter for Linux

https://github.com/opsengine/cpulimit

sudo apk add cpulimit
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: cpulimit
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Cpulimit
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cpulimit from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

cpulimit 0.2^20151118gitf4d2682-5.fc45

CPU Usage Limiter for Linux

https://github.com/opsengine/cpulimit

sudo dnf install cpulimit
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: cpulimit
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Cpulimit
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: cpulimit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
zypper95%

cpulimit 3.2-1.5

Limit the CPU Usage of a Process

https://limitcpu.sourceforge.net

sudo zypper install cpulimit
  • License: GPL-2.0-or-later
  • Category: System/Monitoring
  • Architecture: x86_64
  • Source Package: cpulimit
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Cpulimit
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cpulimit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation