What's Changed
Significant new feature:
- New no catchup mode when using
-nocatchup
or the nocatchup=on arguments to the REST API and UI (or NoCatchUp in the golang RunnerOptions): It enforces a fixed/set maximum qps; In that mode, fortio will skip requests when the target service is falling behind, instead of making back to back, no sleep, catch up requests. Best used with-uniform
too. (#544)
Bug fix:
- Fix tcp load with larger than buffer (32k) payload (#549)
Full Changelog: v1.25.0...v1.26.0