From owner-freebsd-questions@FreeBSD.ORG Thu Oct 5 10:17:50 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 C6C2E16A412 for ; Thu, 5 Oct 2006 10:17:50 +0000 (UTC) (envelope-from niekdekker@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491B943D45 for ; Thu, 5 Oct 2006 10:17:50 +0000 (GMT) (envelope-from niekdekker@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so637523pye for ; Thu, 05 Oct 2006 03:17:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HXrSwF4bUmjBlbM2IeKnxTMDJbUVsUdbDSUHw72NMYrmkpUvpSNhpeZ/cd1tQsLTq4+1F2MVFYoc94TtFj98K+L07h2HCZ9jPX+VQazkVCD/rX7iVpUJLnH7MnCnhN0QMeD8cJ7/fca1NoLp+IUQz7+4+RnUJL+1NsCRCDFsbHs= Received: by 10.35.79.3 with SMTP id g3mr3202130pyl; Thu, 05 Oct 2006 03:17:49 -0700 (PDT) Received: by 10.35.107.8 with HTTP; Thu, 5 Oct 2006 03:17:49 -0700 (PDT) Message-ID: Date: Thu, 5 Oct 2006 12:17:49 +0200 From: "Niek Dekker" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: tools for network traffic accounting 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: Thu, 05 Oct 2006 10:17:50 -0000 Dear list, I would like to configure a monthly report of the incoming and outgoing amount of traffic on the network interface of my server, for instance in the monthly run output. Can I do this with a built in program of FreeBSD 6.0 or do I need a port? Niek