Date: Fri, 01 Oct 2010 11:15:27 +0100 From: Mark Blackman <mark@exonetric.com> To: Zbigniew Szalbot <zszalbot@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: A command to check network transfer Message-ID: <4CA5B4BF.4080905@exonetric.com> In-Reply-To: <AANLkTim8vokgBk2EGHhvV3a5rojCkcUVU7k6WHHFQw-m@mail.gmail.com> References: <AANLkTim8vokgBk2EGHhvV3a5rojCkcUVU7k6WHHFQw-m@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CA5B4BF.4080905>