👉 WordPress で cf-cache-status: BYPASS のままで HIT にならない
シンプルで使いやすい感じ。
❯ wrk -v
wrk 4.2.0 [kqueue] Copyright (C) 2012 Will Glozer
Usage: wrk <options> <url>
Options:
-c, --connections <N> Connections to keep open
-d, --duration <T> Duration of test
-t, --threads <N> Number of threads to use
-s, --script <S> Load Lua script file
-H, --header <H> Add header to request
--latency Print latency statistics
--timeout <T> Socket/request timeout
-v, --version Print version details
Numeric arguments may include a SI unit (1k, 1M, 1G)
Time arguments may include a time unit (2s, 2m, 2h)
❯ wrk https://android.benigumo.com
Running 10s test @ https://android.benigumo.com
2 threads and 10 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 237.81ms 226.51ms 1.77s 88.62%
Req/Sec 27.29 15.51 70.00 61.59%
480 requests in 10.05s, 47.63MB read
Socket errors: connect 0, read 0, write 0, timeout 2
Requests/sec: 47.77
Transfer/sec: 4.74MB
Lua とか合わせて使えるらしいので便利だろうと思えます。
👉 wg/wrk: Modern HTTP benchmarking tool