how many bytes send out of my box?

2003-07-08 Thread Supote Leelasupphakorn
  Can I find out how many byte my box is
send out via each ethernet interface?

Thanks in advance,


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how many bytes send out of my box?

2003-07-08 Thread BSD
On Tue, Jul 08, 2003 at 11:39:44AM +0100, Supote Leelasupphakorn wrote:
   Can I find out how many byte my box is
 send out via each ethernet interface?

netstat -ni

man netstat.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how many bytes send out of my box?

2003-07-08 Thread Andrew Thomson
you could also use some ipfw rules.

oblivion# ipfw list
00010 count ip from any to any out xmit fxp0
00020 count ip from any to any in recv fxp0

ipfw show will the detail how many bytes each rule has counted..

ajt.

On Tue, 2003-07-08 at 20:49, BSD wrote:
 On Tue, Jul 08, 2003 at 11:39:44AM +0100, Supote Leelasupphakorn wrote:
Can I find out how many byte my box is
  send out via each ethernet interface?
 
 netstat -ni
 
 man netstat.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how many bytes send out of my box?

2003-07-08 Thread Kenneth Culver
I wrote a small utility that can tell you.

http://www.glue.umd.edu/~culverk/ifbwmon-0.1.tar.gz

just untar it, cd to the directory that gets created, type make, then run
the resulting executable  like this:

ifbwmon fxp0

replace 'fxp0' with whatever ethernet interface you use.

Ken

On Tue, 8 Jul 2003, [iso-8859-1] Supote Leelasupphakorn wrote:

   Can I find out how many byte my box is
 send out via each ethernet interface?

 Thanks in advance,

 
 Want to chat instantly with your online friends?  Get the FREE Yahoo!
 Messenger http://uk.messenger.yahoo.com/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]