Newsgroups: linux.gentoo.user
From: Guy Van Sanden <n...@myrealbox.com>
Date: Wed, 23 Jun 2004 22:20:09 +0200
Local: Wed, Jun 23 2004 4:20 pm
Subject: [gentoo-user] NFS server perfomance tuning
I'm running an NFS server on Gentoo (2.4).
Compared to for example scp, my nfs connections are terribly slow (6-7 minutes for the same operation that takes 3 minutes on scp). Are there some settings I can tweak to speed things up? I already increased the number of nfsd processes to 16. Thanks Guy -- Guy Van Sanden Registered Linux user #249404 - September 1997 -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: lukas <lu...@web-xs.de>
Date: Wed, 23 Jun 2004 22:50:08 +0200
Local: Wed, Jun 23 2004 4:50 pm
Subject: Re: [gentoo-user] NFS server perfomance tuning
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: Guy Van Sanden <n...@myrealbox.com>
Date: Fri, 25 Jun 2004 09:30:11 +0200
Local: Fri, Jun 25 2004 3:30 am
Subject: Re: [gentoo-user] NFS server perfomance tuning
Thanks Lukas
I have those in already, and it helped a little, but NFS keeps Kind regards Guy ______________________________________________________________________ Guy Van Sanden Registered Linux user #249404 - September 1997 -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: Simon Roby <shamb...@hotmail.com>
Date: Fri, 25 Jun 2004 21:30:23 +0200
Local: Fri, Jun 25 2004 3:30 pm
Subject: Re: [gentoo-user] NFS server perfomance tuning
On June 25, 2004 0326, Guy Van Sanden wrote:
> Thanks Lukas Use 'async' for maximum NFS performance. 'sync' is the (slower) default. > I have those in already, and it helped a little, but NFS keeps -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: Guy Van Sanden <n...@myrealbox.com>
Date: Sun, 27 Jun 2004 11:40:08 +0200
Local: Sun, Jun 27 2004 5:40 am
Subject: Re: [gentoo-user] NFS server perfomance tuning
Is async much more dangerous in terms of loosing data on a server crash
(loss of power etc)? On Fri, 2004-06-25 at 21:28, Simon Roby wrote: -- > On June 25, 2004 0326, Guy Van Sanden wrote: > > Thanks Lukas > > I have those in already, and it helped a little, but NFS keeps > Use 'async' for maximum NFS performance. 'sync' is the (slower) default. > -- ______________________________________________________________________ Guy Van Sanden Registered Linux user #249404 - September 1997 -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: Jerry McBride <mcbrid...@comcast.net>
Date: Wed, 23 Jun 2004 23:00:20 +0200
Local: Wed, Jun 23 2004 5:00 pm
Subject: Re: [gentoo-user] NFS server perfomance tuning
On Wednesday 23 June 2004 04:12 pm, Guy Van Sanden wrote:
> I'm running an NFS server on Gentoo (2.4). See /etc/conf.d/nfs and change rpcnfsdcount to what ever you want. > Compared to for example scp, my nfs connections are terribly slow (6-7 > minutes for the same operation that takes 3 minutes on scp). > Are there some settings I can tweak to speed things up? > I already increased the number of nfsd processes to 16. > Thanks > Guy However, NFS is slow by nature. Even samba is light years faster. -- *************************************************************************** *** -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: Bryan Whitehead <dri...@megahappy.net>
Date: Wed, 23 Jun 2004 23:20:10 +0200
Local: Wed, Jun 23 2004 5:20 pm
Subject: Re: [gentoo-user] NFS server perfomance tuning
What are you talking about? NFS is very fast!! The only limit is the
network card bandwidth.... (set asside GB as then the limit is the disk). I can push 60-70Mbyte/sec over NFS between 2 linux machines on a GB There is probably a duplex problem causing UDP packets to drop and hang Bryan Whitehead Email:dri...@megahappy.net WorkE:dri...@jpl.nasa.gov -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: Alan <a...@ufies.org>
Date: Wed, 23 Jun 2004 23:20:10 +0200
Local: Wed, Jun 23 2004 5:20 pm
Subject: Re: [gentoo-user] NFS server perfomance tuning
Whoh there cowboy! I have to respectfully disagree there. I did some
tuning with NFS a while back and managed to get bursts of 80mb/s with average about 60mb/s, compared to 30mb/s for samba. Really informal and q&d benchmarks below. I didn't bother with using real 0m4.441s (further copying of the same file, deleting it in between, had the SMB (copied the slightly smaller file to account for caching): real 0m5.900s (further copying of the same file, deleting it in between, had the ------------------------------------------------------ kernel config on server (naked): /etc/fstab on client (phoenix): kernel config on client (phoenix): No changes made to /etc/conf.d/nfs Things might not be the same for others, but I found SIGNIFICANT alan -- -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: Norbert Kamenicky <n...@xmedia.sk>
Date: Wed, 23 Jun 2004 23:40:07 +0200
Local: Wed, Jun 23 2004 5:40 pm
Subject: Re: [gentoo-user] NFS server perfomance tuning
Jerry McBride wrote: > However, NFS is slow by nature. Even samba is light years faster. Why are u spreading this nonsence ? Are u working for Bill the devil ? -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: linux.gentoo.user
From: "Eric Paynter" <e...@arcticbears.com>
Date: Thu, 24 Jun 2004 00:20:08 +0200
Local: Wed, Jun 23 2004 6:20 pm
Subject: Re: [gentoo-user] NFS server perfomance tuning
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |