View Single Post
Old 09-14-2003, 10:55 AM  
liquidmoe
Confirmed User
 
Join Date: Mar 2002
Location: NY
Posts: 4,994
Usually your hosting company provides this information through MRTG for megabits on 95th or if you want an exact per gig figure they may have a billing package to provide that. If you use webstats like webalizer or other packages they arent really all that accurate, so the best thing to do would be to run an ipfw rule to count your packets.

ipfw add 1 allow ip any to any out
ipfw add 1 allow ip any to any in

then ipfw show

And you will see the number of packets transmitted as well as the number of bytes which you can calculate to gigs, then just reset it at the start of the new month, ipfw zero.
liquidmoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote