Fortio is a microservices (http, grpc) load testing library, command line tool, advanced echo server, and web UI in go (golang). Fortio allows to specify a set query-per-second load and record latency histograms and other useful stats.
Runs as a front end (ingress) for other services to provide tls and routing
If you have golang, easiest install is go install fortio.org/[email protected]
Or with docker docker run fortio/proxy ...
Otherwise head over to github proxy release page for binary releases
Source on github.com/fortio/proxy and uses github.com/fortio/fortio as a library.
This page is also for making
go get fortio.org/proxy
and godoc work.
Seel also the main fortio.org page.