Bandwidth counting

Is bandwidth counted including IP/TCP headers or just the TCP data?

Does bandwidth counting include the fly-proxy response headers, or just the response from the application server?

Bandwidth is measured at the network interface level (rx/tx bytes) for your instances. This of course includes packet headers.

It does not include fly-proxy response headers since that’s sent out from our edge and doesn’t touch your network interface. It does include fly-proxy request headers though (but we’re not adding too many).

Thanks Jerome!

I guess that I don’t need to worry about the proxy request headers since it’s only outbound traffic from the instance which is counted in the pricing right?

1 Like

Oh right yes. My bad!