Re: bytes_sent?

2013-05-15 Thread haproxy
ich appears to be the number > of bytes in the HTTP response send from the backend to the requesting > client. > > https://code.google.com/p/haproxy-docs/wiki/HTTPLogFormat > > I feel also that bytes_sent may be an interesting field to track. > > For example: An Image upload sit

Re: bytes_sent?

2013-05-15 Thread Aleksandar Lazic
bytes_sent may be an interesting field to track. For example: An Image upload site may care a lot more about image uploads to their servers than downloads. (esp for an upload backend pool) Checking the ratio of bytes_read vs bytes_sent also provides interesting insight in to how an application is

bytes_sent?

2013-05-14 Thread Joel Krauska
The HTTP Log Format tracks bytes_read, which appears to be the number of bytes in the HTTP response send from the backend to the requesting client. https://code.google.com/p/haproxy-docs/wiki/HTTPLogFormat I feel also that bytes_sent may be an interesting field to track. For example: An Image