Load testing that grows with you

Fire a quick test from the terminal, or open the web dashboard to watch live charts, find your capacity limit, and rehearse launch day. One Go binary, web UI included.

docker run -p 8080:8080 -v gload-data:/home/app/.gload ghcr.io/mertgundoganx/gload:latest --web
MIT License Written in Go Single binary
zsh — gload
HTTP/1.1 & HTTP/2 WebSocket GraphQL gRPC TCP — out of the box

Beyond raw numbers

Answers, not just percentiles

Most load testers hand you a wall of metrics and wish you luck. gload turns measurements into decisions.

🎯

Find Capacity

One click auto-ramps traffic to your system's saturation knee and reports — in plain language — the max sustainable RPS and how many instances you need.

“Saturates at ~8 concurrent · ~380 req/sec.”
📺

Simulate Launch

Rehearse a TV-ad or viral traffic surge by entering a single number: peak requests per second. Get a clear verdict before the real spike hits.

READYAT RISKNOT READY
⚙️

Honest engine

A sharded, lock-light metrics core records each request in ~56 ns with zero allocations — CPU goes into actual requests, not bookkeeping. Everything shown is measured, never faked.

~56 ns/op · 0 allocs

Web UI

A real dashboard, not an afterthought

Manage services, stream live metrics over SSE/WebSocket, keep result history, compare runs side by side, and export print-ready reports. No frontend framework — it loads instantly.

Feature set

Batteries included

🌊

Staged ramping

Smooth linear ramps between stages — closed-model concurrency or open-model arrival rate.

📈

Six load patterns

Smoke, Steady, Ramp Up, Spike, Stress, and Soak — ready to run on any service.

🔗

Scenarios & chaining

Multi-step flows with body/header/cookie extractors and weighted steps.

🎲

Dynamic data

{{gen.*}} placeholders, environment variables, and JSON data sources.

🧠

Adaptive concurrency

Auto-scale workers to hold a target P95 latency.

🌐

Distributed testing

Split load evenly across worker nodes; each runs its share independently.

Scheduling

Cron-based recurring tests, managed from the web UI or API.

🔔

Notifications

Slack, Teams, Discord, email, and generic webhooks on completion.

How it compares

Where gload fits

Every tool here is excellent at what it targets. gload's angle is a batteries-included UI plus capacity and launch-day answers — not raw minimalism or scripting depth.

gload k6 vegeta hey wrk Locust
LanguageGoGoGoGoCPython
Single binarybuild
Built-in web UIexp.
Live dashboardGrafana
Result history & compare~
Capacity-knee finder
Launch/spike verdict
Protocols beyond HTTPWS · GraphQL · gRPC · TCPWS · gRPCcode
No-code scenariosJSLuaPython
Distributed
CI (JUnit / PR comments)~~
LicenseMITAGPL-3MITApache-2Apache-2*MIT

k6 is more scriptable · wrk is faster at the raw level · hey and vegeta are simpler by design. Pick what fits the job. *wrk ships a modified Apache-2.0 license.

Quick start

Running in under a minute

# Multi-arch image (amd64 + arm64), published on each release
docker run -p 8080:8080 -v gload-data:/home/app/.gload \
  ghcr.io/mertgundoganx/gload:latest --web

# Then open http://localhost:8080

Prefer the terminal? The CLI has a live TUI by default and a --no-ui flag for CI pipelines.

Will your system survive launch day?

Find out before your users do. Open source, MIT licensed, and a single binary away.