<div dir="ltr"><span style="font-size:12.8px">I am using squid as a proxy and one of the tasks using the proxy is upload some large files to S3 in AWS.</span><div style="font-size:12.8px">I'm trying to later on aggregate how much data was going through to S3 by looking through the squid access log files.  The reality is, any way I can tell how much traffic is going through to squid to S3 would be great, I was going after the access file as it seemed most obvious.  However my logfiles don't seem to show this information. I'm wondering if it's possible to show this.  I thought that <st and >st would get me there.  I tried a few different config settings for logging here's what it's at now:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">logformat squid %ts.%03tu %6tr %>a %>A %Ss/%03>Hs %<st %>st %rm %ru %un %Sh/%<A %mt<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">And my logs for a 200MB upload look like (this is broken into a multipart upload):</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>1510181731.211  53953 <ip> <vpn> TCP_TUNNEL/200 3521 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181731.991  54721 <ip> <vpn> TCP_TUNNEL/200 3865 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181733.884  56646 <ip> <vpn> TCP_TUNNEL/200 3865 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181737.049  59783 <ip> <vpn> TCP_TUNNEL/200 4209 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181737.794  61246 <ip> <vpn> TCP_TUNNEL/200 5592 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181737.796  60537 <ip> <vpn> TCP_TUNNEL/200 4178 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181737.799  60529 <ip> <vpn> TCP_TUNNEL/200 3834 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181737.800  60535 <ip> <vpn> TCP_TUNNEL/200 4178 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181737.801  60531 <ip> <vpn> TCP_TUNNEL/200 4178 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div><div>1510181737.807  60542 <ip> <vpn> TCP_TUNNEL/200 4209 41 CONNECT <a href="http://s3.amazonaws.com:443/" target="_blank">s3.amazonaws.com:443</a> - HIER_DIRECT/<a href="http://s3.amazonaws.com/" target="_blank">s3.amazonaws.com</a> -</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Obviously there's nothing indicating the real size of the file that I can tell, besides the fact that the connection is open awhile.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Any help would be appreciated!</div></div>