Here are my experience with the Bubba Two NAS so far. Below are some performance numbers.
Write locally:
lks@bubba:~$ dd if=/dev/zero of=bigfile bs=1M count=1K
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 96.8614 seconds, 11.1 MB/s
Testing raw network traffic:
lks@bubba:~$ iperf -c 192.168.1.10
------------------------------------------------------------
Client connecting to 192.168.1.10, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.1.3 port 54697 connected with 192.168.1.10 port 5001
[ 3] 0.0-10.0 sec 76.4 MBytes 64.1 Mbits/sec
Write over NFS (exported with UDP):
root@titan:/mnt/lks# dd if=/dev/zero of=bigfile bs=1M count=1K
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 174.882 s, 6.1 MB/s
During the test, the CPU clocks in at about 70%. Since the disk can deliver almost the double of that, I guess the bottleneck is the bus.
Downloading over ftp give around 7-8MB/s (~55-65Mbits/s). Samba around 5-6MB/s (~40-48Mbit/s).
These numbers are more than adequate for most of my multimedia needs. A 720p HD film encoded in MPEG2 needs around 20Mbits/s (~2.4MB/s). But since most films are encoded using MPEG4 (or similar) - a proper encoded 1080p movie will only require around 2-3MB/s.
No comments:
Post a Comment