Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 856 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 856 Bytes

Performance testing InfluxDB with Locust

This repo is simply a collection of files I used for performance testing InfluxDB, and wrote a blog post about at https://gofore.com/performance-of-influxdb-low-end-hardware/. It is not well documented, but for the purpose of openness, all files and results are available.

Files

.
├── README.md         <-- This readme
├── generate_data.py  <-- A python script to generate random testdata for the Locust task
├── locustfile.py     <-- The main Locust file containing the tasks and other code needed to run Locust
├── plots.r           <-- Some R examples used for generating plots from the test results
├── requirements.txt  <-- pip requirements file
└── results           <-- Folder for the results. CSV files from Locust + sar->sadf exports from system statistics