AlexAkulov / slapper

Simple load testing tool with real-time updated histogram of request timings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slapper

Simple load testing tool with real-time updated histogram of request timings

slapper

Usage

$ ./slapper -help
Usage of ./slapper:
  -maxY duration
        max on Y axe (default 100ms)
  -minY duration
        min on Y axe (default 1ms)
  -rate int
        Requests per second (default 50)
  -targets string
        Targets file (default "stdin")
  -timeout duration
        Requests timeout (default 30s)
  -workers int
        Number of workers (default 8)

Targets syntax

GET http://127.0.0.1/_test\n
$ {"test":"payload"}\n
\n

Acknowledgement

  • Idea and initial implementation is by @sparky
  • This module was originally developed for Booking.com.

About

Simple load testing tool with real-time updated histogram of request timings

License:MIT License


Languages

Language:Go 100.0%