Re: unicast octets statistics

2003-07-09 Thread Eugene Grosbein
Eugene Grosbein wrote: > > Milan Obuch wrote: > > > > ifInOctets counts broadcasts too. > > > I finished with ipfw2, thank you all. > > > Maybe you could 'advertise' your solution :) > > I use ipfw2 to count packets: > > from any to any in recv ep0 mac $mymac any > and > from any to any out xm

Re: unicast octets statistics

2003-07-09 Thread Eugene Grosbein
Milan Obuch wrote: > > ifInOctets counts broadcasts too. > > I finished with ipfw2, thank you all. > Maybe you could 'advertise' your solution :) I use ipfw2 to count packets: from any to any in recv ep0 mac $mymac any and from any to any out xmit ep0. I know my router sends only unicast traff

Re: unicast octets statistics

2003-07-09 Thread Eugene Grosbein
Petri Helenius wrote: > Or maybe you should consider using ifInOctets... ifInOctets counts broadcasts too. I finished with ipfw2, thank you all. Eugene ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscr

Re: unicast octets statistics

2003-07-09 Thread Petri Helenius
Charlie & wrote: On Wednesday 09 July 2003 08:09, Gleb Smirnoff wrote: On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote: E> Does FreeBSD 4.8-STABLE keep per-interface summary for received E> unicast octets? More precisely, I need to know number of unicast E> octets received by my

Re: unicast octets statistics

2003-07-09 Thread Gleb Smirnoff
On Wed, Jul 09, 2003 at 08:53:31AM +0200, Charlie & wrote: C> On Wednesday 09 July 2003 08:09, Gleb Smirnoff wrote: C> > On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote: C> > E> Does FreeBSD 4.8-STABLE keep per-interface summary for received C> > E> unicast octets? More precisely, I

Re: unicast octets statistics

2003-07-08 Thread
On Wednesday 09 July 2003 08:09, Gleb Smirnoff wrote: > On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote: > E> Does FreeBSD 4.8-STABLE keep per-interface summary for received > E> unicast octets? More precisely, I need to know number of unicast > E> octets received by my router via e

Re: unicast octets statistics

2003-07-08 Thread Gleb Smirnoff
On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote: E> Does FreeBSD 4.8-STABLE keep per-interface summary for received E> unicast octets? More precisely, I need to know number of unicast E> octets received by my router via ep0 from uplink. Its ethernet interface E> carries lots of broa

unicast octets statistics

2003-07-08 Thread Eugene Grosbein
Hi! Does FreeBSD 4.8-STABLE keep per-interface summary for received unicast octets? More precisely, I need to know number of unicast octets received by my router via ep0 from uplink. Its ethernet interface carries lots of broadcast (NETBIOS) traffic I need not care of. Eugene Grosbein P.S. I've