Skip to content

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

License

Notifications You must be signed in to change notification settings

idontlikej/slapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%