#908172 ITP: fortio -- Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.

Package:
wnpp
Source:
wnpp
Submitter:
Laurent Demailly
Date:
2025-11-29 16:41:49 UTC
Severity:
wishlist
#908172#5
Date:
2018-09-06 23:55:46 UTC
From:
To:
* Package name    : fortio
  Version         : 1.2.1
  Upstream Author : Laurent Demailly <ldemailly@gmail.com>
* URL             : https://github.com/fortio/fortio
* License         : Apache 2.0
  Programming Lang: Go
  Description     : Fortio load testing library, command line tool,
advanced echo server and web UI in go (golang). Allows to specify a
set query-per-second load and record latency histograms and other
useful stats.


See https://fortio.org and https://github.com/fortio/fortio/#fortio

Fairly wide use in containers/micro services and golang land (istio, kubernetes)
and generally useful advanced load testing. Compares to wrk and httpbin:
https://github.com/fortio/fortio/wiki/FAQ#how-is-fortio-different-from-wrk

I do need a sponsor and would love co maintainers

#908172#10
Date:
2018-09-07 01:33:36 UTC
From:
To:
Started the work on https://github.com/fortio/fortio/pull/300/files
but could use some help and guidance to make it actually work and be correct

#908172#15
Date:
2018-09-07 23:37:50 UTC
From:
To:
So I can now generate .deb package from "make release"
https://github.com/fortio/fortio/pull/302/files#diff-2842cdb8584a7666b48c3f3b225b835c

How do I get this into standard apt repositories ?

(right now it is downloadable from
https://github.com/fortio/fortio/releases
)

Thanks
Laurent

#908172#20
Date:
2018-09-14 20:14:14 UTC
From:
To:
It now works and passes lintian:
https://github.com/fortio/fortio/tree/master/debian
you can see the produced x86 artifacts on
https://github.com/fortio/fortio/releases/tag/v1.3.0

#908172#25
Date:
2019-02-02 22:39:16 UTC
From:
To:
So I have sbuild working now with no lintian error for 1.3.1-1
How can we turn it into an actual debian package/what are the next steps?

https://github.com/fortio/fortio/releases/tag/v1.3.1

Thanks
Laurent