Store Gatling Results

I’m brand new to the performance testing world and brand new to Gatling. What would be the best way to try and get our script results stored to a MySQL database?

We want to be able to store our results after we exeute these scripts each time we do a new release.

The standard storage system for Gatling results is FrontLine.

Thanks for the info. I’ll check that out.

Are there other ways to extract that data or have Gatling push results to another API or another system? I saw something about Graphite. Is that something I should look into?

Thanks
Scott

For each simulation, Gatling generates simulation.log which is used to generate the fancy reports. You can build your own parser around it and store it the way you want.