From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 19 19:00:42 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2E416A4CE for ; Sat, 19 Jun 2004 19:00:42 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 1975443D45 for ; Sat, 19 Jun 2004 19:00:42 +0000 (GMT) (envelope-from viktor.ivanov@gmail.com) Received: by mproxy.gmail.com with SMTP id 72so10227rne for ; Sat, 19 Jun 2004 12:00:31 -0700 (PDT) Received: by 10.38.79.75 with SMTP id c75mr17167rnb; Sat, 19 Jun 2004 11:53:51 -0700 (PDT) Message-ID: <7f4bda010406191153200d2757@mail.gmail.com> Date: Sat, 19 Jun 2004 21:53:51 +0300 From: Viktor Ivanov To: Anton Alin-Adrian In-Reply-To: <40D467D5.5000100@spintech.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <7f4bda01040619034050be53a2@mail.gmail.com> <40D467D5.5000100@spintech.ro> cc: freebsd-hackers@freebsd.org Subject: Re: ipfw2 test utility X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 19:00:42 -0000 On Sat, 19 Jun 2004 19:20:37 +0300, Anton Alin-Adrian wrote: > > See nemesistcp from ports. Isn't this a tool to generate packets, like ipsend(1) and iptest(1)? > > I doubt. Faster with logging & scripts. Do you mean ipfw's log option? If I wanted to see which rule number a packet is matching, should I add 'log' to every rule? And how much log messages would generate if I have thousands of packets coming through every second?