From owner-freebsd-stable@FreeBSD.ORG Thu Jun 12 07:03:36 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A5571065671 for ; Thu, 12 Jun 2008 07:03:36 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id DFCEF8FC1B for ; Thu, 12 Jun 2008 07:03:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4174818rvf.43 for ; Thu, 12 Jun 2008 00:03:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7kTVwhfjVGYCno5YhwjO/sunZWt9ob8+WIBk57kQZAY=; b=jCdsL3Ge41OWwQnQO2tH3nJbJxaq8chmOO3Tq0r1jiLqphxpz55EX/l7q/5Jp7EEnm QQ6T+haL4Czpcfm85/wUn8K6CSILvHg64wUCHuhjB/3TusoGCwf6XZt0hNdQ4qViBjhc 5MVIPUMzCEL3X/u6mfDUmPY/aiDc/go1EVPHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=hGmto1CAMh7MVq+uau1yog7UA3sWdwItVbADlOuyWLnaGWS1jZlkQ7f1Ox+o6ZeVJa ogKuw5HNMsMlERj2nb0K+OpJ+kxb1gr2Rb7/yLO7xD7YK5LoeYKwtVwvgDveITn468vZ RZhi03j+9Bdw9G8DfxUG3+3D2cRggIqCRg50s= Received: by 10.140.166.21 with SMTP id o21mr594998rve.167.1213254215782; Thu, 12 Jun 2008 00:03:35 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id g31sm1205796rvb.2.2008.06.12.00.03.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Jun 2008 00:03:34 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m5C71Qfb008619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Jun 2008 16:01:26 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m5C71QbX008618; Thu, 12 Jun 2008 16:01:26 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 12 Jun 2008 16:01:26 +0900 From: Pyun YongHyeon To: Gerrit K?hn Message-ID: <20080612070126.GF7250@cdnetworks.co.kr> References: <20080527165232.2acbb00f.gerrit@pmp.uni-hannover.de> <3C916EEA-5A2B-4C88-B834-0F47D7D525FA@gmail.com> <20080611092457.82c83083.gerrit@pmp.uni-hannover.de> <20080612032228.GD7250@cdnetworks.co.kr> <20080612085810.072d705d.gerrit@pmp.uni-hannover.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080612085810.072d705d.gerrit@pmp.uni-hannover.de> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: broken re(4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 07:03:36 -0000 On Thu, Jun 12, 2008 at 08:58:10AM +0200, Gerrit K?hn wrote: > On Thu, 12 Jun 2008 12:22:28 +0900 Pyun YongHyeon wrote > about Re: broken re(4): > > PY> Before checking performance of network controller you had to rule > PY> out other factors like disk I/O. Use one of benchmark programs in > PY> ports/benchmark. > > I already did simple benchmarking by using "dd if=/dev/zero of=file" which > gave me several 10s of MByte/s under all circumstances. > Can you recommend one of the benchmarking programs for more detailed > testing? > Try netperf or iperf in ports/benchmark. > > cu > Gerrit -- Regards, Pyun YongHyeon