Skip to content

Fire a quick GET test

Run 100 GET requests at 10 concurrency and see a full latency breakdown.

lmn run -H https://api.example.com/health

Increase load

lmn run -H https://api.example.com/health -R 1000 -C 50

-R sets the total request count, -C sets concurrency.

What you'll see

 Results ──────────────────────────────────────────────────────────────────────────
  mode       fixed
  requests   100  (100 ok · 0 failed)
  duration   2.07s
  throughput 48.3 req/s

 Latency ──────────────────────────────────────────────────────────────────────────
  min    142.0ms
  p50    198.0ms
  p95    312.0ms
  p99    401.0ms
  max    487.3ms
  avg    203.1ms

 Status codes ───────────────────────────────────────────────────────────────────────
  200    100  ████████████████████████████