github fortio/fortio v0.6.4
fortio v0.6.4

latest releases: v1.63.7, v1.63.6, v1.63.5...
6 years ago

Our best release ever ;-)

New since 0.6.3:

  • Added a -quiet mode to fortio command line + misc bug fixes (#86)
  • Fixed a bug where -json - was sending some of the header to
    stdout/mixed with json
  • Fixed bug with echo-ing back POST data and added test for that
  • DynamicHTTP now returns the mux so multiple handler can be set for
    same path on different ports/servers. Also easier to write independent
    tests.
  • Fixed bug where fast client -H Foo:v1 -H Foo:v2 would loose v2 and
    added test for that
  • Updated README to document server modes and param a bit more (and
    found the above bugs with echo etc)
  • Fixed some test/logging data races with the global abort channel

Example:

$ fortio load -quiet -n 12  http://localhost:8080/
Fortio 0.6.4 running at 8 queries per second, 8->8 procs, for 12 calls: http://localhost:8080/
Aggregated Function Time : count 12 avg 0.00042976883 +/- 0.0002144 min 0.0001487 max 0.000732863 sum 0.005157226
# target 50% 0.000414229
# target 75% 0.000573546
# target 99% 0.00072649
# target 99.9% 0.000732226
Code 200 : 12 (100.0 %)
All done 12 calls (plus 0 warmup) 0.430 ms avg, 8.0 qps
  • Tsv Fetching (#90)

The fortio control UI lets you fetch the index.tsv produced by any other fortio to download those results locally for backup or future browsing:

sync screen shot

Don't miss a new fortio release

NewReleases is sending notifications on new releases.