giltene / wrk2

A constant throughput, correct latency recording variant of wrk
Apache License 2.0
4.23k stars 381 forks source link

Web/Desktop Application to load histogram data from wrk2 #131

Open renatoathaydes opened 2 years ago

renatoathaydes commented 2 years ago

I really like wrk2 as a tool for load testing. So much so that I decided to create a multi-platform application for loading the latency histogram results produced by wrk2.

It shows pretty charts, similar to the one at http://hdrhistogram.github.io/HdrHistogram/plotFiles.html but it can run as a desktop app or be installed from the browser as it's also a PWA.

I hope this is useful to you and anyone using this software.

If you or anyone reading is interested, you can try the app here:

https://hview.netlify.app/

The source code is at https://github.com/renatoathaydes/h_view and it's written using Flutter.