load test by Gatling in this repo, you will know how to use gatling to do load test
- preparation
-
download gatling
-
unzip your gatling zip file
-
use the cmd
/Users/zengqiangfang/Downloads/software/gatling-charts-highcharts-bundle-3.7.5/bin
-
then go to a website computer-database.
-
open the developer model of your browser
-
check the presave-log operation
-
doing the following operations
- reload home page
- open creating page
- create new computer entity
- search new computer by its names
-
save HAR file
-
using Gatling to generate scala file
-
execute ./gatling.sh
-
so far, you might know how to use gatling to do a simple test.
-
-