perf-analyzer
Triton Performance Analyzer
What it is and what it does
Perf Analyzer is a command-line benchmarking tool for Triton Inference Server that measures model inference performance under realistic load. It supports multiple load modes (concurrency, request rate, custom intervals) and measurement strategies (time windows, count windows) to help developers identify performance bottlenecks and validate optimization changes. The tool works with standard models, sequence models, ensemble models, and decoupled models, and can auto-generate or accept custom input data for testing.
You run it against a live Triton server to collect latency, throughput, and other performance metrics as you adjust model configurations or server settings. It's designed for iterative optimization workflows where you need to measure the impact of each change before moving to the next experiment.
Use it for:
- Benchmark latency and throughput of a model before and after applying optimization techniques.
- Profile ensemble or sequence models to identify which component is the performance bottleneck.
- Validate that model changes (quantization, batching, etc.) actually improve end-to-end inference speed.
- Load-test a Triton deployment to find the maximum sustainable request rate or concurrency.
- Compare inference performance across different hardware or Triton configurations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Perf Analyzer is a CLI tool that measures and optimizes inference performance on Triton Inference Server by testing different optimization strategies under controlled load conditions.
Yes, if you are actively optimizing models on Triton Inference Server and need a structured way to measure performance changes. The tool is actively maintained, has no runtime dependencies, and directly addresses the workflow of iterative model tuning. However, verify the unclear license terms first, and note that it requires an external Triton server to be useful—it is not a standalone profiler.
Install
perf-analyzer on PyPI
pip
pip install perf-analyzeruv
uv add perf-analyzerpoetry
poetry add perf-analyzerInstalling perf-analyzer
Before you install
Medium install friction due to platform-specific wheels (manylinux_2_38 for aarch64 and x86_64). Active maintenance with recent release (108 days ago), though no runtime dependencies simplifies deployment once installed.
License in practice
License treatment is unclear—no SPDX identifier or raw license text provided in metadata. Verify licensing terms before use in proprietary or commercial contexts.
Quickstart
pip install perf-analyzer
perf_analyzer -m simple
Requires a running Triton Inference Server instance and a model deployed in its repository; the tool is a client that connects to an external server, not a standalone profiler.
Verify before relying
- Python version requirements are unspecified; verify compatibility with your environment.
- Whether genai-perf deprecation notice affects current perf-analyzer maintenance or feature roadmap.
- Exact license terms and any restrictions on commercial use or redistribution.
Package facts
| License | not declared (unclear) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 108 days since the last release |
| First released | |
| Downloads | 434,444/month — #6,689 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: perf_analyzer-2.60.0-py3-none-manylinux_2_38_aarch64.whl; perf_analyzer-2.60.0-py3-none-manylinux_2_38_x86_64.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
genai-perfGenAI-Perf is a command-line tool for measuring…
permissive · top 15,000 on PyPI
tritonclienttritonclient is a Python client library for…
permissive · top 5,000 on PyPI
aiperfAIPerf measures the performance of generative…
permissive · top 15,000 on PyPI
triton-windowsTriton-windows is a Windows port of the Triton…
permissive · top 15,000 on PyPI
tokenspeed-tritonTriton is a language and compiler for writing…
permissive · top 5,000 on PyPI
tritonTriton is a language and compiler for writing…
permissive · top 1,000 on PyPI
nvidia-nat-evalProvides evaluation components and CLI commands…
permissive · top 15,000 on PyPI
tensorrt-cu12-libsProvides NVIDIA TensorRT libraries for CUDA 12…
unclear · top 15,000 on PyPI
transformer-engineTransformer Engine accelerates Transformer…
unclear · top 15,000 on PyPI
tensorrt-cu13Provides Python bindings for NVIDIA TensorRT, a…
unclear · top 15,000 on PyPI