# Store Gatling Results

**URL:** https://community.gatling.io/t/store-gatling-results/3212
**Category:** Gatling (Open-Source)
**Created:** [August 24, 2016, 4:40pm UTC](https://community.gatling.io/t/store-gatling-results/3212 "2016-08-24T16:40:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Scott\_Brown](https://avatars.discourse-cdn.com/v4/letter/s/5fc32e/32.png) [@Scott\_Brown](https://community.gatling.io/u/Scott_Brown)
#### Post date: [August 24, 2016, 4:40pm UTC](https://community.gatling.io/t/store-gatling-results/3212/1 "2016-08-24T16:40:45Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![slandelle](https://dub1.discourse-cdn.com/flex013/user_avatar/community.gatling.io/slandelle/32/4_2.png) [@slandelle](https://community.gatling.io/u/slandelle)
#### Post date: [August 24, 2016, 4:57pm UTC](https://community.gatling.io/t/store-gatling-results/3212/2 "2016-08-24T16:57:22Z")

</div>

The standard storage system for Gatling results is [FrontLine](http://gatling.io/#/services/frontline).

---

<div class="post-metadata">

### Author: ![Scott\_Brown](https://avatars.discourse-cdn.com/v4/letter/s/5fc32e/32.png) [@Scott\_Brown](https://community.gatling.io/u/Scott_Brown)
#### Post date: [August 24, 2016, 5:03pm UTC](https://community.gatling.io/t/store-gatling-results/3212/3 "2016-08-24T17:03:42Z")

</div>

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

---

<div class="post-metadata">

### Author: ![CyberNinja](https://avatars.discourse-cdn.com/v4/letter/c/f6c823/32.png) [@CyberNinja](https://community.gatling.io/u/CyberNinja)
#### Post date: [August 25, 2016, 1:54am UTC](https://community.gatling.io/t/store-gatling-results/3212/4 "2016-08-25T01:54:09Z")

</div>

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.
