I guess I didn't understand the "zpool iostat -v" command, I presume thats more of an average throughput over an extended period of time, hence the lower numbers (is that correct?)
I ran the command you mentioned and got 1.2GB/s - too small of a workload was being cached so I upped it from 1.6 to 160GB with much better number (as follows) [b]Write[/b] dd if=/dev/zero of=./test count=10000000 bs=16k 163840000000 bytes (164 GB) copied, 743.569 s, 220 MB/s [b]Read[/b] dd if=./test of=/dev/null count=10000000 bs=16k 163840000000 bytes (164 GB) copied, 988.192 s, 166 MB/s Was expecting the read to be faster then the write but good numbers both ways :) Thanks -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
