testutil

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2020 License: MIT Imports: 12 Imported by: 0

README

Test Utility

Usage

Run the HTTP server (with default options):

$ go build
$ ./testutil -listen=:8080

For the full options, see the help message:

$ ./testutil -h
Usage of ./testutil:
  -limit int
        The maximum events permitted. (default 20)
  -listen string
        The listen address of the HTTP server.
  -redis string
        The address of the Redis server. (default "localhost:6379")
  -resource string
        The name of the resource that will be limited. (default "test")
  -scale int
        The number of limiters that will work concurrently. (default 2)
  -size string
        The time duration during which limit takes effect. (default "1s")
  -sync string
        The time duration of sync interval. (default "200ms")

Issue requests

Issue requests at the rate of 50/s via Vegeta:

$ echo "GET http://localhost:8080/allow" | ./vegeta attack -rate=50/s -duration=2m > /dev/null

See reports

Sync per 100ms:

$ go build
$ ./testutil -listen=:8080 -sync=100ms

Sync per 200ms:

$ go build
$ ./testutil -listen=:8080 -sync=200ms

See reports from Prometheus:

prom_reports

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL