On Sun, Jan 12, 2014 at 12:01:49PM +0100, tovis wrote:
> I was using busybox httpd applet in a simple camera controlling equipment.
> Users/clients could access camera frames through simple WEB page.
> After several month of testing we need to know, how many bytes where
> transferred to outside.
> There is any possibility to get bytes transferred through httpd?

The kernel keeps stats on the total network traffic which you can view
via the ifconfig command or some files in /proc. This is not going to
match http transfer exactly (and won't be close at all if you have
other major network traffic), but it could be a close enough
approximation in many usage cases and there's at least a chance it's
a better representation of what you want.

Rich
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to