Top "Gatling" questions

Gatling is an open-source load testing framework based on Scala, Akka and Netty.

Usage of gatling feeders

I'm trying to use two gatling feeders for producing http post request data : First file contains some fields. One of …

scala gatling
Build executable JAR for Gatling load test

I am new to Gatling (2.1.2) and want to do a small prototype project to show to my colleagues. According to …

java load-testing gatling
How to increment a variable in Gatlling Loop

I am trying to write a Gatling script where I read a starting number from a CSV file and loop …

gatling
How to use saved variable values outside of gatling scenario in scala file

One of gatling get request is giving multiple string values and I am saving them using saveAs like this: val …

scala vector gatling
Gatling proxy configuration

This is a followup to this question. I'm using the same configuration. However, I'm trying to use an internal website …

scala proxy stress-testing gatling webapplicationstresstool
Print correlation values on console in gatling

How can we print the values captured using saveAs("myValue") on the console of gatling, like we do System.out.…

console gatling
How can I turn a simple iterative loop into a feeder in Gatling?

In order to populate a system with data en masse before running performance scripts, our ideal use-case would be to …

scala gatling
Gatling configure base url in configuration file

I want to configure the base url of my gatling simulation in the configuration file. So that I can easy …

scala maven gatling
How to check if an attribute is present in Gatling/Scala

I would think this is probably easy to do, but I really don't know Scala at all. I have a …

scala gatling
How to get a value from response body in Gatling?

I've tried different approaches that I've found on Gatling.io, but my problem still persists. There's an API which returns …

performance-testing gatling scala-gatling