Messages in this thread |  | | Date | Tue, 25 Sep 2001 14:36:31 -0700 | From | Andrew Morton <> | Subject | Re: 2.4.10 still slow compared to 2.4.5pre1 |
| |
"DICKENS,CARY (HP-Loveland,ex2)" wrote: > > We have run 2.4.10 under a heavy nfs load and kswapd now appears to be under > control ( never went above 88.5%cpu and then only for a short time), but the > nfs performance is about 45% of what it had been for the 2.4.5pre1 kernel. > The response time grows steadily throughout the test until the test goes > invalid. > > Hardware: > 4 processors, 4GB ram > 45 fibre channel drives, set up in hardware RAID 0/1 > 2 direct Gigabit Ethernet connections between SPEC SFS prime client and > system under test > reiserfs > all NFS filesystems exported with sync,no_wdelay to insure O_SYNC writes to > storage > NFS v3 UDP > > I can provide top logs if anyone would like to see what is happening at any > particular time. Also, if you would like to see some results from a > particular test, please let me know what test it would be. >
With a synchronous NFS export, I'd expect the disk throughput to be lowered to such an extent that VM issues were not significant in throughput. But you have been seeing kswapd problems so hmmm...
Conceivably this is a networking problem, and not an FS/VM problem. There were significant changes to the softirq handling between 2.4.5 and 2.4.10, for example.
Could I suggest that you split these variables apart? Perform some comparative FS/VM testing between the kernels, and then some comparative network testing?
Is it possible to run the SFS clients on the same machine, over loopback? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |