I have a form that is going to be submitted a few times and I want to know how much bandwidth is used ( upload and download ) for one submission of this form and when the php behind it does with the submitted data until the confirmation page is reached.
How can I monitor that either by echoing it right before the confirmation page is displayed so that I know how much upload and download bandwidth is taken on that one visit and form submission?
I wouldn't have it echo'd in the deployed version, just right now for testing.