9.
実行例
$ bin/gatling.sh
GATLING_HOME is set to $GATLING_ROOT
Choose a simulation number:
[0] test.BasicSimulation
[1] test.FooSimulation
※番号を入力 1
...
---- Global Information --------------------------------------------------------
> request count 10 (OK=10 KO=0 )
> min response time 5 (OK=5 KO=- )
> max response time 58 (OK=58 KO=- )
> mean response time 16 (OK=16 KO=- )
> std deviation 14 (OK=14 KO=- )
> response time 50th percentile 12 (OK=12 KO=- )
> response time 75th percentile 17 (OK=17 KO=- )
> mean requests/sec 5.141 (OK=5.141 KO=- ) *1
---- Response Time Distribution ------------------------------------------------
> t < 800 ms 10 (100%)
> 800 ms < t < 1200 ms 0 ( 0%)
> t > 1200 ms 0 ( 0%)
> failed 0 ( 0%)
================================================================================
Reports generated in 0s.
Please open the following file: results/scenariosimulation-xxx/index.html
*1: 秒間あたりの処理したりクエスト数、KO は NG という意味
10.
実行結果
• あわせて results 以下に HTML ファイルとして出力され
る
http://gatling.io/docs/2.1.1/general/reports.html