From owner-freebsd-net@FreeBSD.ORG Fri Jul 14 16:35:00 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 A62F216A4DA for ; Fri, 14 Jul 2006 16:35:00 +0000 (UTC) (envelope-from cybercorecentre@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D1543D45 for ; Fri, 14 Jul 2006 16:34:59 +0000 (GMT) (envelope-from cybercorecentre@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so858112uge for ; Fri, 14 Jul 2006 09:34:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=tLPIEij+4gY/XlrMOLDWME4c/sjNqXxcSJGAgUXm1PTYpE0/tbejK4Iwh54ScSUMGFmGUts8ltFVMWbFdXTcHYwLwAlR9d3IwGz0RGSTW+X5LJwQ8vhCWq6fz/3biVCYdc8Kh99lW21NQs5A9rOECNFWMJ+3+WGPTnOQegdjG4Y= Received: by 10.67.19.13 with SMTP id w13mr1388930ugi; Fri, 14 Jul 2006 09:34:58 -0700 (PDT) Received: from ?192.0.0.1? ( [62.77.228.138]) by mx.gmail.com with ESMTP id e1sm1240025ugf.2006.07.14.09.34.58; Fri, 14 Jul 2006 09:34:58 -0700 (PDT) Message-ID: <44B7C63D.3000804@gmail.com> Date: Fri, 14 Jul 2006 18:28:45 +0200 From: Jax User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Traffic shaping part 3 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: Fri, 14 Jul 2006 16:35:00 -0000 Hello list! My traffic shaper box seems to be working fine, but I want to see the results of traffic shaping. Any1 know a solution like: http://www.mastershaper.org/tiki-index.php?page=Screenshots ,what can make cool graphs for me from ipfw rules and don't need to be on that computer, or shall I use something with rsh to analyze this. Another question, many p2p app use various port range, and I want to separate them from "bulk" traffic, is there any hack for this? I can mark some packet with netfilter before they reach the freebsd box, could I use marked packets then? Regards, JaX