A question about flow calculations

Options
Hi
It's me again, this is a question about flow calculations

The following picture is a screenshot of our game client. This is the data after 232 seconds of the game.

I was wondering whether it can be calculated, how much bandwidth per second does this client take.



Here is my calculation, please help me to see if it is correct.

incomingTotalPacketBytes / incomingTotalCommandsInPackets = Average size of each packet

incomingTotalPacketBytes / 232 seconds = Average server bandwidth consumed per second