I’m using WAMP.
I want to measure the bytes sent and received while viewing the project.
How to do so ?
I’m using WAMP. I want to measure the bytes sent and received while viewing
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Clientside solution: If you are using firefox, the addon firebug ( https://addons.mozilla.org/de/firefox/addon/firebug/ ) can do this.
Serverside solution: You can specify the following in your apache log format (for your access log):
See: http://httpd.apache.org/docs/1.3/mod/mod_log_config.html
Addition:
You will find something like this in your httpd.conf:
which is easy to customize.