ywkaras commented on pull request #7674:
URL: https://github.com/apache/trafficserver/pull/7674#issuecomment-813721843


   Performance Testing
   
   Test server:  Intel Xeon CPU ES-2683 v4 @ 2.10GHz, 64 logical CPU cores.
   
   Baseline build, master commit f11cab6e1d53d6be5f80656d984469c575f8dda3
   
   records.config:
   ```
   CONFIG proxy.config.http.server_ports STRING 8080
   
   CONFIG proxy.config.diags.debug.enabled INT 0
   CONFIG proxy.config.diags.debug.tags STRING does_not_match_anything
   ```
   
   remap.config:
   ```
   map / http://127.0.0.1/ @plugin=generator.so
   ```
   
   Command to start TS:
   `TS_ROOT=$PWD LD_LIBRARY_PATH=$PWD/lib bin/traffic_server &`
   
   Traffic generation command:
   `h2load --h1 -t 64 -D 60 -c 512 http://127.0.0.1:8080/cache/1024`
   
   ```
   finished in 60.08s, 292004.85 req/s, 345.47MB/s
   requests: 17520291 total, 17520803 started, 17520291 done, 17520291 
succeeded, 0 failed, 0 errored, 0 timeout
   status codes: 17520291 2xx, 0 3xx, 0 4xx, 0 5xx
   traffic: 20.24GB (21735177560) total, 2.77GB (2970956949) headers (space 
savings 0.00%), 16.71GB (17940844544) data
                        min         max         mean         sd        +/- sd
   time for request:       55us    336.24ms      1.76ms      8.63ms    96.14%
   time for connect:        7us      1.05ms       113us       200us    89.45%
   time to 1st byte:      353us    230.64ms     12.25ms     34.30ms    95.90%
   req/s           :     484.70      659.37      570.32       62.56    51.76%
   ```


-- 
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:
[email protected]


Reply via email to