influxdb/influxdb3_load_generator/analysis
Trevor Hilton eb80b96a2c
feat: QoL improvements to the load generator and analysis tools (#24914)
* feat: add seconds to generated load files

This adds seconds to the time string portion of the generated files from
load generation runs. Previously, if the generator was run more than once
in the same minute, latter runs would fail because the results files
already exist.

* refactor: make query/write/system graphs optional based on run

Made the analysis tool have optional graphs based on what was actually
generated.

* refactor: change the time string format in generated load files
2024-04-15 10:58:36 -04:00
..
templates feat: QoL improvements to the load generator and analysis tools (#24914) 2024-04-15 10:58:36 -04:00
README.md feat: add basic load generator comparison app (#24889) 2024-04-05 11:44:08 -04:00
app.py feat: QoL improvements to the load generator and analysis tools (#24914) 2024-04-15 10:58:36 -04:00

README.md

Load Generator Analysis

This directory contains a lightweight Flask app to compare two runs of the load generator. The app is designed to be run locally and is not intended for production use.

Setup

Make sure you have python and flask installed. You can install flask by running:

pip install flask

Running the app

To run the app, navigate to the analysis directory and run:

python app.py <path to results directory>

Then open your browser to http://127.0.0.1:5000/ to view the app.