Skip to content

Releases: fortio/fortio

fortio v0.3.7

21 Nov 19:47
Compare
Choose a tag to compare

Changes since 0.3.6:

Adding Labels, URL and Run StartTime to JSON and Chart (#30)
(and doc and tests and CI updates)

ps: this is the last "single binary" release (with embedded html/js)

fortio v0.3.6

16 Nov 02:36
a75d6fb
Compare
Choose a tag to compare

Changes since 0.3.5:

  • Fix/workaround for half close

Adding a flag (-halfclose) and http cli option to do/not do half close
(To workaround envoyproxy/envoy#2066 set the
default to false)
Also pass the keep alive flag to the standard client

  • Fix for #24 (proxy erroneous More data is available... error)

Needed to reset max when switching from expected keep alive to not keep
alive

fortio v0.3.5

14 Nov 17:39
7ced342
Compare
Choose a tag to compare

Changes:

Bug fix: Host header was silently stuck if ever set in UI (#20)

#21:
New "-curl" flag to fortio command line to fetch the URL content (and headers when using the fast client)

When using the ui server /fortio/fetch/X will fetch http://X
(not to be used as a proxy but handy for debugging inside a cluster)

fortio v0.3.4

14 Nov 01:55
959b386
Compare
Choose a tag to compare

New in this release: use relative path for the UI dependencies so fortio can easily be placed behind prefixed ingresses

fortio v0.3.3

13 Nov 05:50
2a4a06a
Compare
Choose a tag to compare

New in 0.3.3:

The graphical representation can be dynamically modified to change the X axis min max (to compare graphs against the same scale) and to set logarithmic scale on either axis.

The graph title now also includes the input parameter as well as the achieved qps, avg, min, max and percentile results...

Also includes latest Chart.js bug fixes and a trimmed down distribution to keep the binary size minimal

fortio v0.3.2

09 Nov 07:34
c9e67cd
Compare
Choose a tag to compare

Now with a graphical representation of the histogram data !

Try running fortio server and visit http://localhost:8080/fortio to control the UI and launch a load test and get the resulting histogram and cumulative % graphically.

fortio v0.3.1

07 Nov 20:10
e98fc0a
Compare
Choose a tag to compare

New since 0.3.0:

fortio server now has an optional (controlled by -ui-path flag) /fortio path with a basic UI to trigger remote load tests and get the results in text or JSON

fortio v0.3.0

05 Nov 19:44
6486f6b
Compare
Choose a tag to compare

New big features:

  • you can run fortio with infinite duration - until ^C is sent and it will report the results then,
  • likewise you can interrupt fortio before the requested duration and it will report the results
  • new JSON output for the all the results, including the Histograms - through a new HistogramData type
  • try fortio load -json - http://www.google.com/ to output JSON to stdout while the rest of the output is now on stderr

Note the new HistogramData pure data object returned by the APIs - this is an incompatible change but yield very good benefits (ability to programmatically access all the data, json export etc) thus the 0.3.x bump

It also matches the Istio 0.3 dev cycle

v0.2.8

10 Oct 22:33
Compare
Choose a tag to compare

First tagged version in istio.io/fortio (https://github.com/istio/fortio/)