ข้อความโดย: อั๋น ทรงวุฒิ
« เมื่อ: 04 เมษายน 2022, 12:00:06 PM »อ้างถึง
https://github.com/wg/wrk
git clone https://github.com/wg/wrk
cd wrk
make
sudo mv wrk /usr/local/bin
wrk -t12 -c400 -d30s http://127.0.0.1:8080/index.html
ยิง request 30 วินาที โดยใช้ 12 threads แล้วเช็คสถิติ
This runs a benchmark for 30 seconds, using 12 threads, and keeping 400 HTTP connections open.