Requests are handled in src/web_server/session/handle_request/handle_request.hpp
run with: ./ab -n 20000 -c 1000 -w http://localhost/
behind a apache reverse proxy
| Server Software: | Boost.Beast/306 | ||
|---|---|---|---|
| Server Hostname: | localhost | ||
| Server Port: | 80 | ||
| Document Path: | / | ||
| Document Length: | 21654 bytes | ||
| Concurrency Level: | 1000 | ||
| Time taken for tests: | 264.890 seconds | ||
| Complete requests: | 20000 | ||
| Failed requests: | 108 | ||
| (Connect: 0, Length: 108, Exceptions: 0) | |||
| Non-2xx responses: | 2 | ||
| Total transferred: | 435551680 bytes | ||
| HTML transferred: | 431671656 bytes | ||
| Requests per second: | 75.50 | ||
| Transfer rate: | 1605.74 kb/s received | ||
| Connection Times (ms) | |||
| min | avg | max | |
| Connect: | 0 | 13 | 2045 |
| Processing: | 37 | 13051 | 13839 |
| Total: | 37 | 13064 | 15884 |