From owner-freebsd-questions@FreeBSD.ORG Fri Nov 12 20:59:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB6916A4CE for ; Fri, 12 Nov 2004 20:59:45 +0000 (GMT) Received: from mail1.simplenet.com (mailer.simplenet.com [209.132.1.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7098543D2D for ; Fri, 12 Nov 2004 20:59:45 +0000 (GMT) (envelope-from tt-list@simplenet.com) Received: from [209.132.9.116] (209.132.9.116) by mail1.simplenet.com (7.0.016) (authenticated as tt-list@simplenet.com) id 4194981E000011ED for freebsd-questions@FreeBSD.org; Fri, 12 Nov 2004 12:59:44 -0800 Message-ID: <41952399.7080706@simplenet.com> Date: Fri, 12 Nov 2004 12:56:57 -0800 From: Tim Traver User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Simple Network Traffic script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 20:59:45 -0000 Hi all, ok, this may be a dumb question, but does anyone know where I can find a simple script that shows the network traffic to and from your local box ? using netstat -i 5, can see the traffic over 5 seconds, but then I need to do a bunch of calculations to try and get a reasonable number. I looked at ntop, but couldn't get it to work... there must be a simpler way... Thanks, Tim.