From owner-freebsd-stable@FreeBSD.ORG Mon Dec 15 20:35:49 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 14785106564A for ; Mon, 15 Dec 2008 20:35:49 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id D05CB8FC21 for ; Mon, 15 Dec 2008 20:35:48 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id mBFKZlnQ091571; Mon, 15 Dec 2008 15:35:47 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id mBFKZkj4084689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Dec 2008 15:35:46 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200812152035.mBFKZkj4084689@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 15 Dec 2008 15:35:54 -0500 To: Paul MacKenzie , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <4946BDB1.8060208@cogeco.ca> References: <2515BCEE3A2F4CBA8FFB9F1C052924AA@jmlaptop> <4934CB77.30906@transactionware.com> <494698E4.2070406@cogeco.ca> <200812151900.mBFJ0Jom084267@lava.sentex.ca> <4946B6EF.5080806@cogeco.ca> <200812152010.mBFKAlZf084580@lava.sentex.ca> <4946BDB1.8060208@cogeco.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: Re: 7.1-PRERELEASE: arcmsr write performance problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2008 20:35:49 -0000 At 03:27 PM 12/15/2008, Paul MacKenzie wrote: > > What does top -S show ? Most of the load is in system. Does the > > machine in question have a rather large master.passwd file by chance ? > > (http://www.freebsd.org/cgi/query-pr.cgi?pr=75855) > > ---Mike > > >Thanks for your quick reply: > >master.passwd is only 9467 (with a ls-l) I would try the change to /etc/nsswitch.conf so that group and passwd read group: files passwd: files At that file size, it sounds like you only have about 200 entries ? I doubt its the issue, but its worth a try. I know at around 9,000 files anything to do with UID lookups (e.g. ls -l) takes forever. > PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT >COMMAND > 54 root 2 0 0 7 0 7 100.00% syncer Do you have any other special tuning other than polling ? Any in /boot/loader.conf or /etc/sysctl.conf ? Does gstat show the disks busy ? ---Mike