On Wed, Nov 18, 2009 at 4:55 PM, Yannis Schoinas <[email protected]> wrote: > Setup: > Linux client (Atom 330, 1GB d...@533) connects to Solaris server (Atom 330, > 2GB d...@533) > Network connectivity through 100 Mbps MOCA link (3 msecs latency each > way)Solaris server exports the same filesystem through cifs and nfs > > Operation: > dd if=/dev/zero of=test bs=16384 count=512 > > Results: > (CIFS) > porta-deb:/safe/storage# dd if=/dev/zero of=test bs=16384 count=512 > 8388608 bytes (8.4 MB) copied, 1.7191 s, 4.9 MB/s > (NFS) > porta-deb:/safe-nfs/storage# dd if=/dev/zero of=test bs=16384 count=512 > 8388608 bytes (8.4 MB) copied, 0.852603 s, 9.8 MB/s >
what's the problem? what is the expected result? what caught your attention? cifs and nfs are very different protocols, so it's perfectly reasonable for them to differ performance wise. Also dd is hardly a benchmarking tool > Any ideas? > > Yannis > -- > This message posted from opensolaris.org > _______________________________________________ > opensolaris-discuss mailing list > [email protected] > _______________________________________________ opensolaris-discuss mailing list [email protected]
