Geoffrey S. Mendelson wrote:
How do I keep track of the number of bytes sent and received per month?

To be exact I'm running a 2.4.34 kernel, and the interface is ppp0
using the old pptp-linux user space driver.

Being able to resolve it to the something like every 10 minutes would be
fine, I can save the results to a file and tabulate them later.

Thanks, Geoff.

ifconfig ppp0

one of the fields shows the total received and sent bytes. run it occasionally, sum the difference, find out when it rolls over...

--guy

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to