Last week I downloaded Gatling 2.3 to see if it could solve my need to load test a Laravel framework web app. Assuming I can get past this current problem, my company might be interested in acquiring the Enterprise version. Attached is a Gatling recording of a single update activity, BookSuite.scala. Also attached is one of several attempts to enable load testing by saving the CSRF token to a variable and sending it with each request (aBookSuite.scala). In Laravel the token remains the same throughout the session.
Also attached is a full trace log of running aBookSuite (gatling.log).
If anyone can help me with grabbing the CSRF token variable, I would be very appreciative.
PS. Following is the console log:
C:\Users\Bruce\gatling\gatling-charts-highcharts-bundle-2.3.1\bin>gatling
GATLING_HOME is set to "C:\Users\Bruce\gatling\gatling-charts-highcharts-bundle-2.3.1"
JAVA = "java"
Choose a simulation number:
[0] RecordedSimulation
[1] computerdatabase.BasicSimulation
[2] computerdatabase.advanced.AdvancedSimulationStep01
[3] computerdatabase.advanced.AdvancedSimulationStep02
[4] computerdatabase.advanced.AdvancedSimulationStep03
[5] computerdatabase.advanced.AdvancedSimulationStep04
[6] computerdatabase.advanced.AdvancedSimulationStep05
[7] suitetest.BookSuite
[8] suitetest.TestProd1
[9] suitetest.TestProd2
[10] suitetest.aBookSuite
10
Select simulation id (default is 'abooksuite'). Accepted characters are a-z, A-Z, 0-9, - and _
Select run description (optional)
Simulation suitetest.aBookSuite started...
================================================================================
2018-08-21 09:05:59 5s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=7 KO=0 )
> request_0 (OK=1 KO=0 )
> request_1 (OK=1 KO=0 )
> request_2 (OK=1 KO=0 )
> request_3 (OK=1 KO=0 )
> request_4 (OK=1 KO=0 )
> request_5 (OK=1 KO=0 )
> request_6 (OK=1 KO=0 )
---- BookSuite -----------------------------------------------------------------
[--------------------------------------------------------------------------] 0%
waiting: 0 / active: 1 / done:0
================================================================================
================================================================================
2018-08-21 09:06:04 10s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=9 KO=0 )
> request_0 (OK=1 KO=0 )
> request_1 (OK=1 KO=0 )
> request_2 (OK=1 KO=0 )
> request_3 (OK=1 KO=0 )
> request_4 (OK=1 KO=0 )
> request_5 (OK=1 KO=0 )
> request_6 (OK=1 KO=0 )
> request_7 (OK=1 KO=0 )
> request_8 (OK=1 KO=0 )
---- BookSuite -----------------------------------------------------------------
[--------------------------------------------------------------------------] 0%
waiting: 0 / active: 1 / done:0
================================================================================
================================================================================
2018-08-21 09:06:09 15s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=9 KO=0 )
> request_0 (OK=1 KO=0 )
> request_1 (OK=1 KO=0 )
> request_2 (OK=1 KO=0 )
> request_3 (OK=1 KO=0 )
> request_4 (OK=1 KO=0 )
> request_5 (OK=1 KO=0 )
> request_6 (OK=1 KO=0 )
> request_7 (OK=1 KO=0 )
> request_8 (OK=1 KO=0 )
---- BookSuite -----------------------------------------------------------------
[--------------------------------------------------------------------------] 0%
waiting: 0 / active: 1 / done:0
================================================================================
================================================================================
2018-08-21 09:06:14 20s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=9 KO=0 )
> request_0 (OK=1 KO=0 )
> request_1 (OK=1 KO=0 )
> request_2 (OK=1 KO=0 )
> request_3 (OK=1 KO=0 )
> request_4 (OK=1 KO=0 )
> request_5 (OK=1 KO=0 )
> request_6 (OK=1 KO=0 )
> request_7 (OK=1 KO=0 )
> request_8 (OK=1 KO=0 )
---- BookSuite -----------------------------------------------------------------
[--------------------------------------------------------------------------] 0%
waiting: 0 / active: 1 / done:0
================================================================================
================================================================================
2018-08-21 09:06:19 25s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=9 KO=0 )
> request_0 (OK=1 KO=0 )
> request_1 (OK=1 KO=0 )
> request_2 (OK=1 KO=0 )
> request_3 (OK=1 KO=0 )
> request_4 (OK=1 KO=0 )
> request_5 (OK=1 KO=0 )
> request_6 (OK=1 KO=0 )
> request_7 (OK=1 KO=0 )
> request_8 (OK=1 KO=0 )
---- BookSuite -----------------------------------------------------------------
[--------------------------------------------------------------------------] 0%
waiting: 0 / active: 1 / done:0
================================================================================
================================================================================
2018-08-21 09:06:24 30s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=14 KO=0 )
> request_0 (OK=1 KO=0 )
> request_1 (OK=1 KO=0 )
> request_2 (OK=1 KO=0 )
> request_3 (OK=1 KO=0 )
> request_4 (OK=1 KO=0 )
> request_5 (OK=1 KO=0 )
> request_6 (OK=1 KO=0 )
> request_7 (OK=1 KO=0 )
> request_8 (OK=1 KO=0 )
> request_9 (OK=1 KO=0 )
> request_10 (OK=1 KO=0 )
> request_11 (OK=1 KO=0 )
> request_12 (OK=1 KO=0 )
> request_14 (OK=1 KO=0 )
---- Errors --------------------------------------------------------------------
> Failed to build request request_13: No attribute named 'stoken 1 (100.0%)
' is defined
---- BookSuite -----------------------------------------------------------------
[--------------------------------------------------------------------------] 0%
waiting: 0 / active: 1 / done:0
================================================================================
================================================================================
2018-08-21 09:06:29 35s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=14 KO=0 )
> request_0 (OK=1 KO=0 )
> request_1 (OK=1 KO=0 )
> request_2 (OK=1 KO=0 )
> request_3 (OK=1 KO=0 )
> request_4 (OK=1 KO=0 )
> request_5 (OK=1 KO=0 )
> request_6 (OK=1 KO=0 )
> request_7 (OK=1 KO=0 )
> request_8 (OK=1 KO=0 )
> request_9 (OK=1 KO=0 )
> request_10 (OK=1 KO=0 )
> request_11 (OK=1 KO=0 )
> request_12 (OK=1 KO=0 )
> request_14 (OK=1 KO=0 )
---- Errors --------------------------------------------------------------------
> Failed to build request request_13: No attribute named 'stoken 1 (100.0%)
' is defined
---- BookSuite -----------------------------------------------------------------
[--------------------------------------------------------------------------] 0%
waiting: 0 / active: 1 / done:0
================================================================================
Terminate batch job (Y/N)? y