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.
Fortio’s scli extends cli’s shell for server’s main().
It abstracts the repetitive parts of a main()
to setup a config directory watch for dynamic flags (configmap in kubernetes cases) and configuration endpoint/UI/api.
This page also for making
go get fortio.org/scli
and godoc work.
Back to fortio.org