yitzle wrote:
OK... I got this script that gets a lot of hits -> generates high bandwidth.
Is there a simple way to check the amount of bytes printed to STDOUT so I
can track the bandwidth it is generating?

You may be able to get this information from your web server log files? If you're using Apache then you can get the bytes sent from either the common or combined log formats.

http://httpd.apache.org/docs/1.3/logs.html#common

"The last entry indicates the size of the object returned to the client, not including the response headers."

Hope this helps,

Nigel

--
MIS Web Design
http://www.miswebdesign.com/


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to