martin-g commented on pull request #382: URL: https://github.com/apache/tomcat/pull/382#issuecomment-743166815
Load tested it with Vegeta: ``` $ echo "GET http://localhost/testbed/plaintext" | vegeta attack -unix-socket /tmp/tomcat-uds.sock -rate 0 -max-workers 128 -duration 30s | vegeta encode | vegeta report --type json | jq . { "latencies": { "total": 2849931195122, "mean": 2189702, "50th": 1623066, "90th": 4702159, "95th": 5418223, "99th": 7096980, "max": 69859908, "min": 56120 }, "bytes_in": { "total": 15618180, "mean": 12 }, "bytes_out": { "total": 0, "mean": 0 }, "earliest": "2020-12-11T12:27:16.43339275Z", "latest": "2020-12-11T12:27:46.433339493Z", "end": "2020-12-11T12:27:46.436590425Z", "duration": 29999946743, "wait": 3250932, "requests": 1301515, "rate": 43383.910349897116, "throughput": 43379.20957953359, "success": 1, "status_codes": { "200": 1301515 }, "errors": [] } ``` Throughput: **43379**. Not bad at all! With TCP I was able to get 16654 on the same server, but with Tomcat 9.0.x and vegeta was executed on another machine. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org