From owner-freebsd-questions@FreeBSD.ORG Fri Oct 1 10:46:35 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BC91106566C for ; Fri, 1 Oct 2010 10:46:35 +0000 (UTC) (envelope-from mark@exonetric.com) Received: from relay0.exonetric.net (relay0.exonetric.net [82.138.248.161]) by mx1.freebsd.org (Postfix) with ESMTP id 164F58FC17 for ; Fri, 1 Oct 2010 10:46:34 +0000 (UTC) Received: from markimac.fairfx.local (unknown [62.244.179.66]) by relay0.exonetric.net (Postfix) with ESMTP id 2EC3A57010; Fri, 1 Oct 2010 11:15:29 +0100 (BST) Message-ID: <4CA5B4BF.4080905@exonetric.com> Date: Fri, 01 Oct 2010 11:15:27 +0100 From: Mark Blackman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.13) Gecko/20100914 SeaMonkey/2.0.8 MIME-Version: 1.0 To: Zbigniew Szalbot References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: A command to check network transfer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 10:46:35 -0000 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