From owner-freebsd-hackers Mon Jan 18 01:05:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13354 for freebsd-hackers-outgoing; Mon, 18 Jan 1999 01:05:59 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from iquest3.iquest.net (iquest3.iquest.net [209.43.20.203]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA13338 for ; Mon, 18 Jan 1999 01:05:55 -0800 (PST) (envelope-from root@dyson.iquest.net) Received: (qmail 25212 invoked from network); 18 Jan 1999 09:05:45 -0000 Received: from dyson.iquest.net (198.70.144.127) by iquest3.iquest.net with SMTP; 18 Jan 1999 09:05:45 -0000 Received: (from root@localhost) by dyson.iquest.net (8.9.1/8.9.1) id EAA25734; Mon, 18 Jan 1999 04:05:34 -0500 (EST) From: "John S. Dyson" Message-Id: <199901180905.EAA25734@dyson.iquest.net> Subject: Re: Found problem w/ Paging performance over NFS In-Reply-To: <199901180514.VAA57485@apollo.backplane.com> from Matthew Dillon at "Jan 17, 99 09:14:25 pm" To: dillon@apollo.backplane.com (Matthew Dillon) Date: Mon, 18 Jan 1999 04:05:32 -0500 (EST) Cc: dg@root.com, jkh@FreeBSD.ORG, hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > This is pretty cool - I figured out why the paging performance is so > horrible over NFS but good to local disk. > > It turns out that the NFS subsystem looks at B_ASYNC in the bp. This > flag is not set by the paging code, so the NFS writes requested by the > pageout daemon were being done synchronously. > ... > > I've also upgraded my LAN to 100BaseTX to test it. With 4 nfsiod's > running, I am getting excellent paging performance to NFS swap - 1.5 to > 2.5 megabytes a second on pageout instead of 250 KBytes/sec. The diskless > workstation now pages out as well as a normal server! > Intergalactic!!! :-). John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message