From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 04:02:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3F0A316A403 for ; Mon, 23 Oct 2006 04:02:21 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F3643D49 for ; Mon, 23 Oct 2006 04:02:20 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so28420pyc for ; Sun, 22 Oct 2006 21:02:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=q8LXv6Ri+wOhWVSani8XAlI2sJ3BGrrsZWMfVGG4LdQ2Cyp5obIN6M5p1rdyKTBlXgRvOvD1/ugsrNEaUs9bLSKqWK0nwAA3Vs2Z34hF0W2P7CaUDq2Y/NgPEikPP+0Oso2moQHBh4iUkgUGdAIC+smT+j+E786Qh/Q9dAMAj+M= Received: by 10.65.237.15 with SMTP id o15mr4596077qbr; Sun, 22 Oct 2006 21:02:12 -0700 (PDT) Received: from ?192.168.87.103? ( [67.171.11.85]) by mx.google.com with ESMTP id e13sm3260506qbe.2006.10.22.21.02.11; Sun, 22 Oct 2006 21:02:12 -0700 (PDT) Message-ID: <453C3BFD.7080600@gmail.com> Date: Sun, 22 Oct 2006 20:50:21 -0700 From: Kurt Buff User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael P. Soulier" References: <20061021141934.GP31580@tigger.digitaltorque.ca> In-Reply-To: <20061021141934.GP31580@tigger.digitaltorque.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: traffic analysis tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt.buff@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 04:02:21 -0000 Michael P. Soulier wrote: > Hey people, > > I'd like something to look at traffic use through my gateway, so I know how > much of my upload bandwidth and download bandwidth is in use at any time. > Ideally it'll tell me from where, so I can look at internal abusers, or get an > idea of where hits are coming from. > > Off the top of my head, I can think of two tools. > > 1. ntop - great web interface, but I've found it unstable > 2. iptraf - good curses interface, but I'm looking for trend monitoring > 3. mrtg - as I'm running snmp, so I could just monitor it from a desktop > running mrtg... > > Any other suggestions? > > Thanks, > Mike Etherape might work for you, though I haven't tried it.