martin-g commented on pull request #382:
URL: https://github.com/apache/tomcat/pull/382#issuecomment-743173688


   Here are the results for load testing APR protocol over TCP, both Tomcat and 
Vegeta running on the same machine:
   
   ```
   echo "GET http://localhost:8080/testbed/plaintext"; | vegeta attack -rate 0 
-max-workers 128 -duration 3
   0s | vegeta encode | vegeta report --type json | jq .
   {
     "latencies": {
       "total": 2993301754968,
       "mean": 2558679,
       "50th": 2097687,
       "90th": 5000518,
       "95th": 5898497,
       "99th": 8044202,
       "max": 151339083,
       "min": 71830
     },
     "bytes_in": {
       "total": 14038344,
       "mean": 12
     },
     "bytes_out": {
       "total": 0,
       "mean": 0
     },
     "earliest": "2020-12-11T12:45:29.355079583Z",
     "latest": "2020-12-11T12:45:59.355129897Z",
     "end": "2020-12-11T12:45:59.356131037Z",
     "duration": 30000050314,
     "wait": 1001140,
     "requests": 1169862,
     "rate": 38995.3345996245,
     "throughput": 38994.03331892302,
     "success": 1,
     "status_codes": {
       "200": 1169862
     },
     "errors": []
   }
   ```
   
   TCP: 38994
   UDS: 43379


----------------------------------------------------------------
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

Reply via email to