Automic VaultAutomic Vault

brew

cpulimit を Homebrew, apk, apt, dnf, Nix, zypper でインストール

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
cpulimitcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.2
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v0.2

https://github.com/opsengine/cpulimit

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cpulimit
バージョン0.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/cpulimit
ホームページhttps://github.com/opsengine/cpulimit
リポジトリhttps://github.com/opsengine/cpulimit
上流ドキュメントhttps://github.com/opsengine/cpulimit#readme
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://github.com/opsengine/cpulimit/archive/refs/tags/v0.2.tar.gz
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecpulimit
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの 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-4.fc44

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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

cpulimit 3.2-1.3

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/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment