Daisuke
Contributor
- Joined
- Jun 23, 2011
- Messages
- 1,041
Hi guys,
I posted a while ago my FreeNAS setup, where I had amazing speeds with 8.0.2 versions.
http://forums.freenas.org/showthread.php?1310-My-new-NAS-box-running-on-8-0-2
We are talking 115MB/sec UP's and 75MB/sec DOWN's through CIFS:
I have a Cisco SA520W-K9, hooked to a SG 300-10 switch.
Here it is what my RAID1 disks do in Windows:
So the bottleneck is not there. Same goes with my RaidZ2:
Running iperf from my Windows box to NAS, I get those results:
Does this means something is wrong on my network? I would appreciate any feedback and see how I can get the old speeds back, as nothing was changed on my network. I'm running everything through Intel NIC's.
I posted a while ago my FreeNAS setup, where I had amazing speeds with 8.0.2 versions.
http://forums.freenas.org/showthread.php?1310-My-new-NAS-box-running-on-8-0-2
We are talking 115MB/sec UP's and 75MB/sec DOWN's through CIFS:


I have a Cisco SA520W-K9, hooked to a SG 300-10 switch.
Here it is what my RAID1 disks do in Windows:
Code:
> Disk Sequential 64.0 Read 96.18 MB/s 6.5 > Disk Random 16.0 Read 2.35 MB/s 4.3 > Responsiveness: Average IO Rate 3.16 ms/IO 6.3 > Responsiveness: Grouped IOs 8.77 units 7.4 > Responsiveness: Long IOs 16.91 units 6.7 > Responsiveness: Overall 148.27 units 6.6 > Responsiveness: PenaltyFactor 0.0 > Disk Sequential 64.0 Write 123.03 MB/s 6.9 > Average Read Time with Sequential Writes 5.771 ms 5.7 > Latency: 95th Percentile 18.573 ms 4.7 > Latency: Maximum 42.131 ms 7.9 > Average Read Time with Random Writes 6.894 ms 5.4 > Total Run Time 00:01:53.96
So the bottleneck is not there. Same goes with my RaidZ2:
Code:
$ dd if=/dev/zero of=/mnt/nas/media/tmp.dat bs=2048k count=50k 51200+0 records in 51200+0 records out 107374182400 bytes transferred in 661.295446 secs (154.84758091 MB/sec) $ dd if=/mnt/nas/media/tmp.dat of=/dev/null bs=2048k count=50k 51200+0 records in 51200+0 records out 107374182400 bytes transferred in 393.194915 secs (260.430631638 MB/sec)
Running iperf from my Windows box to NAS, I get those results:
Code:
Client connecting to 192.168.2.6, TCP port 5001 TCP window size: 64.0 KByte (default) ------------------------------------------------------------ [ 3] local 192.168.2.4 port 56956 connected with 192.168.2.6 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-39.2 sec 3.00 GBytes 82.125 MB/sec
Does this means something is wrong on my network? I would appreciate any feedback and see how I can get the old speeds back, as nothing was changed on my network. I'm running everything through Intel NIC's.