Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ wrk -t12 -c400 -d30s http://127.0.0.1:8080/index.php

Running 30s test @ http://127.0.0.1:8080/index.php
  12 threads and 400 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    44.36ms   82.08ms   1.70s    98.07%
    Req/Sec   176.84    119.42     1.04k    69.73%
  59915 requests in 30.11s, 3.60GB read
  Socket errors: connect 0, read 59915, write 0, timeout 0
Requests/sec:   1990.17
Transfer/sec:    122.33MB


lua 로 작성한 script 실행하려면 -s 뒤에 lua 스크립트 이름을 지정하면 됩니다.

...