On Wed, Mar 26, 2008 at 1:36 PM, Emmanuel Florac <eflorac@intellique.com> wrote:It's good to see that the synchronous write throughput is identical for the 2.4.32 and 2.6.22.18 kernels. Regarding NFS: there are many parameters that influence NFS performance. Are you using the userspace NFS daemon or the NFS daemon in the kernel ? Telling NFS that it should use TCP instead of UDP usually increases performance, as well as increasing the read and write block size. And if there is only a single client accessing the NFS filesystem, you can increase the attribute cache timeout in order to decrease the number of NFS getattr calls. You could e.g. try the following command on the client: mount -o remount,actimeo=86400,rsize=1048576,wsize=1048576,nfsvers=3,tcp,nolock /mnt/temp Please read the nfs(5) man page before using these parameters in a production environment. Note: the output of the nfsstat command can be helpful when optimizing NFS performance. Bart. --
| Arjan van de Ven | [patch] Add basic sanity checks to the syscall execution patch |
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| monstr | Microblaze init port |
| Linus Torvalds | Re: Back to the future. |
git: | |
| Petr Baudis | Re: Cleaning up git user-interface warts |
| Jan Engelhardt | about c8af1de9 (git status uses pager) |
| Jakub Narebski | Re: VCS comparison table |
| Linus Torvalds | Re: kernel.org mirroring (Re: [GIT PULL] MMC update) |
| Richard Stallman | Real men don't attack straw men |
| Marco Peereboom | Re: Real men don't attack straw men |
| David Newman | setting dscp or tos bits |
| Khalid Schofield | Configuring sendmail openbsd 4.2 |
| Christoph Hellwig | Re: [PATCH RFC] [1/9] Core module symbol namespaces code and intro. |
| Josip Rodin | bnx2_poll panicking kernel |
| Johannes Berg | [RFC v2] mac80211: assign needed_headroom/tailroom for netdevs |
| Francois Romieu | Re: NAPI, rx_no_buffer_count, e1000, r8169 and other actors |
