moonchen opened a new pull request, #13274: URL: https://github.com/apache/trafficserver/pull/13274
Adds proxy.process.plugin.compress.bytes_in, feeding a per-component CPU model that attributes plugin User CPU to its workload drivers. The compress plugin's CPU is dominated by the codec, whose cost scales near-linearly with the uncompressed input it is handed -- not with the compressed output or the request count. The plugin runs as a transform (TSTransformCreate) rather than over PluginVC, so the core per-plugin byte counter never observes this traffic; counting upstream_length at the point it is fed to the codec captures it directly. -- 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]
