ywkaras edited a comment 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%
   ```
   Changing debug.enabled to 1:
   ```
   finished in 60.08s, 7497.70 req/s, 8.87MB/s
   requests: 449862 total, 450374 started, 449862 done, 449862 succeeded, 0 
failed, 0 errored, 0 timeout
   status codes: 449862 2xx, 0 3xx, 0 4xx, 0 5xx
   traffic: 532.42MB (558278742) total, 72.94MB (76478240) headers (space 
savings 0.00%), 439.33MB (460668928) data
                        min         max         mean         sd        +/- sd
   time for request:      149us    671.21ms     68.21ms     75.99ms    84.61%
   time for connect:        7us       835us        91us       154us    91.21%
   time to 1st byte:     2.79ms    373.26ms    118.55ms     83.83ms    64.45%
   req/s           :      12.87       17.00       14.64        0.66    70.70%
   ```


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