Руководства

Изучайте нагрузочное тестирование шаг за шагом

Практические руководства по k6, Locust, интеграции с CI/CD, анализу метрик и паттернам нагрузочного тестирования в проде.

Начните здесь

Все руководства

Load testing27 августа 2026 г.8 min read

Running JMeter Test Plans with PerfScale

Run an existing .jmx plan headless through the PerfScale CLI — live JMeter output translated into the k6-compatible summary — then parameterize the plan, move it to the platform, and gate it in CI.

AI25 августа 2026 г.10 min read

Load Testing LLM Endpoints with GPU Observability

Drive a local Ollama or vLLM server with the std/llm@v1 step while sampling the GPU: streaming TTFT and tokens/sec, arrival-rate capacity probing, SLO gates, and CI integration.

CI/CD4 августа 2026 г.8 min read

SLO Gates with Thresholds, Step by Step

Turn load-test metrics into pass/fail SLO gates: k6-style threshold expressions, fail/warn/info severities, the thresholds field in the run summary JSON, and CI pipelines that go red when p95 blows its budget.

Protocols27 июля 2026 г.10 min read

Load Testing gRPC, Step by Step

From a one-shot unary probe to a bidi stream with message-RTT percentiles: dynamic schemas without codegen, live HTTP/2 channels, streaming assertions, and CI gating with the perfscale native engine.

Protocols16 июля 2026 г.9 min read

Load Testing WebSockets, Step by Step

From a one-step echo check to a hundred-order stream with RTT percentiles: sessions, live connections, dynamic message templates, and stream assertions with the perfscale native engine.

Protocols13 июля 2026 г.9 min read

Load Testing FIX Venues, Step by Step

From a bare FIX logon to sustained order flow: sessions, data dictionaries, dynamic message templates, and latency assertions with the perfscale native engine.

Getting Started25 февраля 2025 г.6 min read

Load Profiles: Constant, Ramp, Spike, and Soak Tests

Not all load tests are equal. Learn when to use each load shape and how to configure them in k6.

CI/CD10 февраля 2025 г.7 min read

Continuous Load Testing with GitHub Actions

Add performance gates to every pull request using k6 and perfscale. Configuration, secrets, and PR comment reporting included.