Automic VaultAutomic Vault

brew

locust を Homebrew, apt でインストール

locust のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install locust

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install python3-locust

Debian stable package indexes · python3-locust · ソース: deb.debian.org

概要

パッケージ概要

Scalable user load testing tool written in Python

履歴

プロジェクトの歴史と使われ方

Locust is an open source load-testing framework that lets users write test scenarios in Python code and run them from a CLI and web UI. It became a major package in performance-testing workflows because it replaces click-built test plans with ordinary code and scalable distributed execution.

プロジェクトの歴史

Locust's official history page says it was created out of frustration with existing tools such as Apache JMeter and Tsung. The objection was both ergonomic and architectural: graphical point-and-click test design made complex scenarios hard to maintain, and thread-bound approaches limited concurrency.

The project was created in 2011 by Carl Bystrom and Jonatan Heyman while they were working on Battlelog, the companion app for Battlefield 3. That origin explains Locust's emphasis on simulating many concurrent users while keeping test behavior programmable.

The official repository describes Locust as an open source performance/load testing tool for HTTP and other protocols, with tests defined in regular Python code. Its docs grew to cover configuration files, distributed load generation, Docker, headless operation, web UI customization, and hosted load testing.

採用の歴史

Locust adoption spread among Python teams and service developers who wanted load tests in the same language and version-control workflow as application code. The official Locust Cloud retrospective describes the project as reaching thirteen years and tens of millions of downloads, indicating broad use beyond its original game-service context.

The 1.0 release was a significant API cleanup: the changelog documents renaming `Locust` and `HttpLocust` classes to `User` and `HttpUser`, changing client-count terminology to users, and enabling task declarations directly on User classes. Later 2.x releases continued that modernization while preserving the package's code-first model.

使われ方

A normal Locust project defines user behavior in a Python locustfile, then runs `locust` to open the web UI or uses headless command-line options in CI. The configuration docs list CLI flags, environment variables, and config-file keys for the same settings.

Locust looks for `~/.locust.conf`, `./locust.conf`, and `./pyproject.toml` by default, with `--config` available for an additional file. No official credentials file is documented for the open source CLI.

パッケージ好きにとっての重要性

Locust is important to package nerds because it is a Python CLI that is also a test framework, a web application, and a distributed worker system. Packaging has to account for Python versions, transitive networking dependencies, and executable entry points.

It is also culturally important as a counterpoint to GUI-first load-testing tools: install a package, commit a locustfile, and scale from a local smoke test to distributed load generation.

タイムライン

  • 2011: Locust was created by Carl Bystrom and Jonatan Heyman during Battlelog development.
  • 2014: Locust 0.7-era changes updated major dependencies such as requests and gevent.
  • 2020: Locust 1.0 introduced breaking API changes including `User` and `HttpUser` class names.
  • 2021: Locust 2.0 refined distributed user control and other APIs.
  • 2024: Locust maintainers described the project as thirteen years old with more than 60 million downloads.

Related projects

  • Apache JMeter and Tsung are explicitly named in Locust's official history as prior tools the authors had used.
  • k6, Gatling, Artillery, wrk, Vegeta, and ApacheBench occupy adjacent load-testing niches with different languages and execution models.

セキュリティ状態

保護ツール対応はまだ見つかっていません

locust に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.locust.conf./locust.conf./pyproject.toml

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版2.46.1
マネージャ更新日2026-07-22
ローカルデータOK
上流not checked
検出された最新未検出

https://locust.io/

  • 情報Release/tag comparison is only available for GitHub repositories.https://locust.io/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:locust
バージョン2.46.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/locust
ホームページhttps://locust.io/
リポジトリhttps://github.com/locustio/locust
上流ドキュメントhttps://docs.locust.io/
ライセンスMIT
ソースアーカイブhttps://files.pythonhosted.org/packages/43/9a/477d75bb2f19e92b4996493519af3e36eaeb1248e1e94637817cf60b6201/locust-2.46.1.tar.gz
最終更新2026-07-22T21:03:14Z
Pulseupdated
依存関係certifi, python@3.14, zeromq
ビルド依存関係cmake, ninja
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

python3-locust 2.24.0-1

Developer friendly load testing framework

https://locust.io/

sudo apt install python3-locust
  • Section: python
  • Architecture: all
  • Source Package: locust
  • 15 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Locust
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-locust from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

python3-locust 2.24.0-1

Developer friendly load testing framework

https://locust.io/

sudo apt install python3-locust
  • Section: universe/python
  • Architecture: all
  • Source Package: locust
  • 15 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Locust
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-locust from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

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

このページは 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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment