From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 16:30:53 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2041106564A; Sun, 21 Mar 2010 16:30:53 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2001:470:9a47::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9DF258FC0A; Sun, 21 Mar 2010 16:30:53 +0000 (UTC) Received: from acme.spoerlein.net (localhost.spoerlein.net [IPv6:::1]) by acme.spoerlein.net (Postfix) with ESMTPS id E440D5C84; Sun, 21 Mar 2010 17:30:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1269189053; bh=heyuYa2JPG0lu7GUHvqXqkH+knPoUivhy4eDx2zeqFU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=lgKgFcyaynWP13u3Jc0RVgSAvrsfPi8iyUqvKWr6M+HGGUlsQdwMR5EMZrftjYVcG q26bX0RQ3mPHYuuBsU+wetU5XqPA/ifWmeB3myY8BxMR1vjmRhstr6JDwvcipDzBGl 5Rzrb4HputN8l8Vuy5t0+QLf/oG8JlvHcRrSR3oQ= Received: (from uqs@localhost) by acme.spoerlein.net (8.14.4/8.14.4/Submit) id o2LGUqKH088946; Sun, 21 Mar 2010 17:30:52 +0100 (CET) (envelope-from uqs@spoerlein.net) Date: Sun, 21 Mar 2010 17:30:52 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Scott Long Message-ID: <20100321163051.GT99813@acme.spoerlein.net> Mail-Followup-To: Scott Long , Matthew Dillon , Alexander Motin , freebsd-current@freebsd.org, freebsd-arch@freebsd.org References: <4BA4E7A9.3070502@FreeBSD.org> <201003201753.o2KHrH5x003946@apollo.backplane.com> <891E2580-8DE3-4B82-81C4-F2C07735A854@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <891E2580-8DE3-4B82-81C4-F2C07735A854@samsco.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current@freebsd.org, Alexander Motin , freebsd-arch@freebsd.org Subject: Re: Increasing MAXPHYS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 16:30:54 -0000 On Sat, 20.03.2010 at 12:17:33 -0600, Scott Long wrote: > Windows has a MAXPHYS equivalent of 1M. Linux has an equivalent of an > odd number less than 512k. For the purpose of benchmarking against these > OS's, having comparable capabilities is essential; Linux easily beats FreeBSD > in the silly-i/o-test because of the MAXPHYS difference (though FreeBSD typically > stomps linux in real I/O because of vastly better latency and caching algorithms). > I'm fine with raising MAXPHYS in production once the problems are addressed. Hi Scott, while I'm sure that most of the FreeBSD admins are aware of "silly" benchmarks where Linux I/O seems to dwarf FreeBSD, do you have some pointers regarding your statement that FreeBSD triumphs for real-world I/O loads? Can this be simulated using iozone, bonnie, etc? More importantly, is there a way to do this file system independently? Regards, Uli