On 12/07/2014 4:03 a.m., Fernando Lozano wrote: > Hi Amos, > >>> I configured my squid.conf to generate a second access log but using the >>> client request size (%>st) in place of the response size (%<st): >>> >>> My goal was to use sarg to generate a report for upload sizes alongside >>> the standard report wich contains only download sizes. >>> >>> after I uploaded some big files to google >>> drive the reports still doesn't show a significant increase in upload >>> sizes. >>> >>> I also run darkstat on the server and it shows the expected increase for >>> "Out" traffic. >> >> Is that out to the client? >> or out to the server? >> or both (when "out" means servicing clients over the same NIC)? > > Both, only one NIC. Then you are not able to distinguish outbound to client and outboud to server. You would be better off using %st for logging the sizes. That accumulates the total for each transaction and more correctly matches the NIC RX+TX total throughput. Amos