macOS
brew install vegetalocal Homebrew formula metadata
sudo port install vegetaMacPorts ports tree · net/vegeta/Portfile · ソース: api.github.com
brew
vegeta のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install vegetalocal Homebrew formula metadata
sudo port install vegetaMacPorts ports tree · net/vegeta/Portfile · ソース: api.github.com
nix profile install nixpkgs#vegetanixpkgs package indexes · pkgs/by-name/ve/vegeta/package.nix · ソース: api.github.com
sudo pacman -S vegetaArch Linux sync databases · vegeta · ソース: geo.mirror.pkgbuild.com
sudo zypper install vegetaopenSUSE Tumbleweed package metadata · vegeta · ソース: download.opensuse.org
scoop install main/vegetaScoop official bucket manifest trees · bucket/vegeta.json · ソース: api.github.com
概要
HTTP load testing tool and library
履歴
Vegeta is a Go-based HTTP load testing command-line tool and library by Tomas Senart. Its identity in the load-testing niche is the constant-rate attack model: instead of simply driving as much traffic as possible, users specify a request rate and duration, then pipe results into text, JSON, histogram, or plot/report commands.
The public project dates to 2013, with secondary software cataloging and the upstream repository tying the first release era to August 2013. The repository's README frames the tool as something built from the need to drill HTTP services at a constant request rate, and the project has remained a compact Go utility rather than growing into a hosted load-testing service.
Over time Vegeta settled into the Unix-pipeline shape that package users recognize: `vegeta attack` generates binary result streams, `vegeta report` summarizes them, `vegeta plot` creates an HTML visualization, and the library package lets Go programs embed the attacker directly.
Vegeta became popular with operators and backend developers who wanted a small, scriptable load generator that could be installed from language, OS, and package-manager channels. Tutorials from cloud providers and performance-testing blogs continue to teach it as a practical way to validate request-per-second targets and latency behavior for HTTP APIs.
Its adoption has been strongest in the space between heavyweight test suites and commercial load-testing platforms: teams use it for quick pre-production checks, regression comparisons, and reproducible command-line benchmarks.
Typical use is a pipeline such as emitting target lines, running `vegeta attack` with a rate and duration, then piping the encoded results to `vegeta report` or saving them for later plotting. More advanced users provide target files with methods, headers, and bodies, or use the Go library to generate traffic from test harnesses.
Because Vegeta tries to sustain a specified rate, package users pay attention to concurrency and overload behavior: if the system under test slows down, the attacker may need more workers to keep the rate, which is useful for stress testing but can intensify an already overloaded target.
In package-manager terms, Vegeta is the sort of tool people install because it composes cleanly with shells, CI jobs, and simple HTTP fixtures. It is small, portable, and memorable enough that the binary name itself has become shorthand for a constant-RPS smoke test.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
vegeta | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/tsenart/vegeta
インストールメタデータ
| パッケージキー | brew:vegeta |
|---|---|
| バージョン | 12.13.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/vegeta |
| ホームページ | https://github.com/tsenart/vegeta |
| リポジトリ | https://github.com/tsenart/vegeta |
| 上流ドキュメント | https://github.com/tsenart/vegeta#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/tsenart/vegeta/archive/refs/tags/v12.13.0.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vegeta |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
vegeta
nix profile install nixpkgs#vegetavegeta 12.13.0-2
HTTP load testing tool
https://github.com/tsenart/vegeta
sudo pacman -S vegetavegeta 12.13.0-1.4
HTTP load testing tool and library
https://github.com/tsenart/vegeta
sudo zypper install vegetavegeta
sudo port install vegetamain/vegeta
scoop install main/vegetaソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.