Изучайте нагрузочное тестирование шаг за шагом
Практические руководства по k6, Locust, интеграции с CI/CD, анализу метрик и паттернам нагрузочного тестирования в проде.
Начните здесь
ASK AI: Query Your Load Tests in Plain Language
Set up the built-in AI assistant with your own provider, then ask questions about runs, metrics and machines — and get live tables, charts and action buttons back.
Load Testing with AI Agents: The Perfscale MCP Servers
Connect Claude Code or any MCP client to perfscale. Let an agent author schema-valid test YAML, run load tests, and investigate regressions in your workspace.
Your First k6 Load Test in 5 Minutes
Install k6, write a basic script, run it locally, then push it to perfscale CI. Zero fluff.
k6 Metrics Explained: What to Watch and What to Ignore
k6 outputs dozens of metrics. Learn which ones actually matter, how percentiles work, and how to set meaningful thresholds.
Все руководства
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.
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.
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.
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.
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.
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.
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.
Continuous Load Testing with GitHub Actions
Add performance gates to every pull request using k6 and perfscale. Configuration, secrets, and PR comment reporting included.