brew install wrk
wrk -t12 -c400 -d10s http://localhost:8081/reservations
- 12 is the number of threads we will use.
- 400 the number of concurrent connections
- The load runs for 10 seconds.
brew install wrk
wrk -t12 -c400 -d10s http://localhost:8081/reservations