Load Testing With Wrk

less than 1 minute read

Load testing with wrk

git clone https://github.com/wg/wrk.git
cd wrk
make

-t = number of threads

-c = number of client sessions to simulate

-d = duration in seconds 

wrk -t12 -c400 -d30s page to test