frostnotfall opened a new issue, #9553: URL: https://github.com/apache/trafficserver/issues/9553
I plan to replace my existing Nginx with Trafficserver (with range plugin)。And in a comparison test, I found that Trafficserver reads significantly more bytes than Nginx for the same HTTP Range request, basically a 4-5x difference. However, the number of write bytes is equal. I didn't change much in my configuration file, I turned on "Read While Writer" and turned on RamCache. There is also enough hard drive space, 12*8TB. It is my remap configuration: ``` map http://127.0.0.1/ http://x.x.x.x/ \ @plugin=slice.so @pparam=--blockbytes=2m @pparam=--remap-host=loopback map http://loopback/ http://x.x.x.x/ \ @plugin=cachekey.so @pparam=--include-headers=Range @pparam=--remove-prefix=true @pparam=--remove-all-params=true \ @plugin=cache_range_requests.so @pparam=--no-modify-cachekey @pparam=--consider-ims ``` I can't find a reason for this, any suggestions for troubleshooting? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
