> > Hi, > > It is my impression that bytes_sent and bytes_received do not include > headers. We got a request from a customer who wants to include them (I > know... greedy.) Is there a way to calculate the amount of header > information that was transferred? > There's no easy way to do it from the gateway itself. If going through fastcgi then the actual received and sent headers are modified. We could do some estimation, but it just wouldn't be accurate. Another way to go would be to do some kind of post processing on the web server logs. Yehuda -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html