six-ddc / plow

A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display
Apache License 2.0
4.12k stars 140 forks source link

How to get a final HTML report with charts ? #105

Open yogeek opened 3 months ago

yogeek commented 3 months ago

Is it possible to get an HTML file containing the plot at the end of the test ? Same plot that is available at http://127.0.0.1:18888/ during the test but written to a static html report at the end to be able for example to share it. Thanks !

six-ddc commented 3 months ago

Thank you for your suggestion. Currently, the data is obtained dynamically throughout the benchmark cycle, which makes it challenging to save the entire dataset for later use. Would screenshots of the plot at specific intervals or at the end of the test be sufficient for your needs?

yogeek commented 3 months ago

Sure a screenshot at the end allowing to see all the plot from the beginning of the test to the end would be great 👍