I just received my bubba two yesterday. I am noticing terrible speeds on this system. My bubba is operating much slower than the yooakim's bubba.
I cannot get even get 1MBytes/second with the bubba over the network. Local copies are ok. I've been doing many tests so see where the issue is. I've tried with ftp, cifs, nfs, and scp. I've tried both pushing and pulling.
My network setup is full gigabit, and if I run ethtool it reports just as yooakim's did.
What else can I be looking at?
Here are some examples of the speeds I am seeing:
Code: Select all
### Locally generated file with dd ###
bubba:/home/storage/test# dd if=/dev/zero of=bigfile bs=1M count=1K
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 65.2343 seconds, 16.5 MB/s
### Locally generated file written over cifs ###
bubba:/home/storage/test# dd if=/dev/zero of=/mnt/server1/test bs=1M count=100
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 355.882 seconds, 295 kB/s
### Pull from cifs server - High variance; it seems I get bursting over a meg a second on occasion ###
bubba:/home/storage/test# dd if=/mnt/server1/test of=blah bs=1M count=1
1+0 records in
1+0 records out
1048576 bytes (1.0 MB) copied, 17.8742 seconds, 58.7 kB/s
bubba:/home/storage/test# dd if=/mnt/server1/test of=blah bs=1M count=10
10+0 records in
10+0 records out
10485760 bytes (10 MB) copied, 7.25077 seconds, 1.4 MB/s
bubba:/home/storage/test# dd if=/mnt/server1/test of=blah bs=1M count=20
20+0 records in
20+0 records out
20971520 bytes (21 MB) copied, 5213.55 seconds, 4.0 kB/s
### iperf tests between bubba and server ###
bubba:/home/storage/test# iperf -c 192.168.1.145
------------------------------------------------------------
Client connecting to 192.168.1.145, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.1.147 port 34747 connected with 192.168.1.145 port 5001
[ 3] 0.0-10.0 sec 37.9 MBytes 31.8 Mbits/sec
bubba:/home/storage/test# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.1.147 port 5001 connected with 192.168.1.145 port 58424
[ 4] 0.0-10.0 sec 40.1 MBytes 33.6 Mbits/sec
### iperf test between my other machines on same switch ###
[root@server1 ~]# iperf -c krets-desktop
------------------------------------------------------------
Client connecting to krets-desktop, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.1.145 port 35765 connected with 192.168.1.143 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 1.10 GBytes 943 Mbits/sec
[root@server1 ~]# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.1.145 port 5001 connected with 192.168.1.143 port 3105
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.0 sec 1.08 GBytes 922 Mbits/sec