Re: A command to check network transfer

2010-10-01 Thread Mark Blackman

Zbigniew Szalbot wrote:

Dear all,

I cannot for the life of mine remember the command which allows me to
check incoming and outgoing transfer on lo0 and re0. Can you please
help? :)


netstat -w 1 -i lo0

and

netstat -w -l -i re0

for 1 second updates on each interface with packets/bytes in/out

- Mark

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: A command to check network transfer

2010-10-01 Thread Zbigniew Szalbot
> Try 'systat -if 1' or 'netstat -I re0 -w 1' / 'netstat -I lo0 -w 1'.
> One of them is probably what you are thinking of.

systat -if
This is what I was looking for. Many, many thanks!

Zbigniew Szalbot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: A command to check network transfer

2010-10-01 Thread Erik Trulsson
On Fri, Oct 01, 2010 at 12:07:56PM +0200, Zbigniew Szalbot wrote:
> Hi there,
> 
> 2010/10/1 Fernando Apesteguía :
> >> I cannot for the life of mine remember the command which allows me to
> >> check incoming and outgoing transfer on lo0 and re0. Can you please
> >> help? :)
> >
> > I use iftop[1]
> 
> No, this one is built into the system. I havent't used it for some
> time and cannot now recollect it. :(

Try 'systat -if 1' or 'netstat -I re0 -w 1' / 'netstat -I lo0 -w 1'. 
One of them is probably what you are thinking of.



-- 

Erik Trulsson
ertr1...@student.uu.se
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: A command to check network transfer

2010-10-01 Thread Zbigniew Szalbot
Hi there,

2010/10/1 Fernando Apesteguía :
>> I cannot for the life of mine remember the command which allows me to
>> check incoming and outgoing transfer on lo0 and re0. Can you please
>> help? :)
>
> I use iftop[1]

No, this one is built into the system. I havent't used it for some
time and cannot now recollect it. :(

Thanks!

Zbigniew Szalbot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: A command to check network transfer

2010-10-01 Thread Fernando Apesteguía
On Fri, Oct 1, 2010 at 11:59 AM, Zbigniew Szalbot  wrote:
> Dear all,
>
> I cannot for the life of mine remember the command which allows me to
> check incoming and outgoing transfer on lo0 and re0. Can you please
> help? :)

I use iftop[1]

Cheers!

[1] http://www.freebsdsoftware.org/net-mgmt/iftop.html

>
> Thanks a lot!
>
> Zbigniew Szalbot
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


A command to check network transfer

2010-10-01 Thread Zbigniew Szalbot
Dear all,

I cannot for the life of mine remember the command which allows me to
check incoming and outgoing transfer on lo0 and re0. Can you please
help? :)

Thanks a lot!

Zbigniew Szalbot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"