Re: Only 8 MB/sec write throughput with NetBSD 5.1 AMD64
Joerg Sonnenberger <[email protected]> Sun, 9 Oct 2011 13:47:31 +0200
| Newsgroups | gmane.os.netbsd.general,gmane.os.netbsd.devel.performance |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Oct 09, 2011 at 02:22:14PM +0530, Ravishankar S wrote: > I am trying to set up an FTP/Samba file server for serving media files > at home and I am seeing only 8MB/sec disk write throughput with NBSD > 5.1 AMD64. Previously Windows 7 and Linux did 30 MB+/sec on the same > setup. I just did a simple dd to check > > dd if=/dev/zero of=/store/test.img bs=1000K count=1000 What is the result of "dkctl wd0 getcache"? Joerg