From owner-freebsd-net@FreeBSD.ORG Wed May 31 20:59:46 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 584DB16BE82 for ; Wed, 31 May 2006 20:59:46 +0000 (UTC) (envelope-from ianchov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A6043D6D for ; Wed, 31 May 2006 20:59:44 +0000 (GMT) (envelope-from ianchov@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so48356uge for ; Wed, 31 May 2006 13:59:44 -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; b=s4CaDQefN8zGFCVMSCb7oeRukopwSxcvG3JJ/qxvqLqprdMeZDovKqFJ4zSKlJFXp4aUenhepyJPeQrhhuC1lmudKILMrJyZMjU/TSik2oYdjuyiyUwNzq67I3hfPq182m4B1BybZEk83zqT43C4tD8fgQXY61f3jE/67RlV8bc= Received: by 10.78.47.15 with SMTP id u15mr54936huu; Wed, 31 May 2006 13:59:44 -0700 (PDT) Received: by 10.78.39.6 with HTTP; Wed, 31 May 2006 13:59:44 -0700 (PDT) Message-ID: <18e02bd30605311359pf9ac05bu9b6584fced2e0c52@mail.gmail.com> Date: Wed, 31 May 2006 23:59:44 +0300 From: "Iantcho Vassilev" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: performance graphs with netgraph X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 20:59:48 -0000 Hello everyone, Does anyone knows how to implement(make graphs of the traffic) via the Netgraph framework? Maybe RRD? or something?