From owner-freebsd-questions@FreeBSD.ORG Sun Aug 12 23:53:01 2007 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 2675F16A418 for ; Sun, 12 Aug 2007 23:53:01 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id D6EA013C474 for ; Sun, 12 Aug 2007 23:53:00 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2264866pye for ; Sun, 12 Aug 2007 16:53:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=rR/0XJGH/j20SP/Gw/Y2ZJOZBVRz0XXbIx+xgfs5SXv+Z8vBPFNoXDZpw42Nz3vpKAYNY0Ft/EVL1BLmwAnSj3vCtFwwyMyLTNY664zM2qQ8Xe82Yy/RZDWKpwfzJD3YvKUEQzmzbsJOkO87UwNzjOYrAP/yUXPUn3MNVRr0VVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=QjdoZ6C1XkJPUwCl1xVvd+NLBXUkD4lNIlixKNoupR4YF2fPrU7m8K9faPpMsM9HlZZ7J9vbV6v4Ak23cXY5EsPynmsVWJigap83+W1VCEnyoy/19ZyoRJMrCpp1AkZlZvB/5sVgF43UZC53S5PpRpOXLFZ/yVfJ0OvrBzSToUI= Received: by 10.35.77.18 with SMTP id e18mr8382844pyl.1186962779883; Sun, 12 Aug 2007 16:52:59 -0700 (PDT) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id 16sm13105833nzo.2007.08.12.16.52.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 12 Aug 2007 16:52:58 -0700 (PDT) Message-ID: <46BF9DD1.8010906@gmail.com> Date: Sun, 12 Aug 2007 18:54:57 -0500 From: Jack Barnett User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Freebsd questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Network Monitor? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 23:53:01 -0000 Is there a way to monitor what traffic is coming in/out of my network? For example: so me how much bandwidth emails are taking, how much http traffic (both in and outgoing), etc. I'd like a report broken down by "traffic type" like in windows. FreeBSD-6.2 x86 Thanks.