vote up 0 vote down star
1

Is there any tool to find out for a given URL to which I submit a request, how much data gets transfered from the server to the client?

flag

78% accept rate
Thanks. All good answers. – daemonkid Mar 10 at 5:51

3 Answers

vote up 0 vote down check

Try debugbar. That will give you the transmitted number of bytes.

Also Fiddler2 could be used to look at each response, and I think that will tell you the number of bytes, as well as being able to actually view what was sent.

link|flag
vote up 0 vote down

Use firefox live http headers extension and look the http content-lenght header.

link|flag
I would have liked to try this one out, but cant download firefox at the office :( – daemonkid Mar 10 at 5:48
So use a network traffic analyzer like Wireshark and follow the TCP stream. – Jorge Niedbalski R. Mar 10 at 14:30
vote up 0 vote down

How about Firebug?

http://www.getfirebug.com

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.