Posts
Members
Info
Log rfailed request/response data to archived results
With gatling you can get request/response data if you configure the log level in logback like so: https://gatling.io/docs/current/general/debugging/#logback , I've done this and tried to output to console and to a file appender pointing at /data/flood/files/gatling.log - but I'm…
0
Status: Problem and nothing informative in the logs
I try to run the Gatling script (the script runs on local machine), after a few minutes Status: Problem is displayed and a log with the following content: 2020/09/16 01:17:31 [39s][job-worker] job received 2020/09/16 01:17:31 [39s][job-env] preparing job environment (root=/data)…
1
Letting backend determine number of nodes
Previously I've passed the number of nodes to flood via -F "flood[grids][][instance_quantity]= in my API call. If I want to let Flood determine the correct number of nodes what grid parameters are required and what are not. Leaving out the instance_quantity caused the flood to…
2
SBT Project Flood not running, no logs
I'm trying to run a load test via flood. My project uses sbt as the build tool, and even though I've uploaded all dependencies, plugins etc, the flood doesn't run, nor does it produce logs. There is one file who's name was changed on upload, which may be the problem, but aside…
1
Specifying package in Simulation.scala throws "Simulation not found"
Hello, I'm running gatling locally as part of my maven build, but when I upload the script, it errors out unless I remove the package declaration at the top. Is there a way to avoid this error, such as uploading the full directory structure? As an example, this Simulation is in…
0
Can I retrieve Gatling's detailed results (HTML files)?
Hello, When I run a test with Gatling on my computer, I get in the corresponding result folder the file "simulation.log", a global HTML file (index.html) and HTML files for each request. However when I extract the archived results after running my test trough Flood.io, the…
1
Deleted·2y# Gatling
Gatling test with externally bundled libraries from Maven fails with no logs
I have a Gatling test that I created that is built using dependencies from Maven that we need to test our requests/responses. I've followed the directions that I saw on your site regarding uploading the .scala file for my test as well as creating a zip file with all of the…
6