You are on page 1of 7

INITIAL CONDITIONS

Format cartrigdge (Restore total size) from odautility GUI application.


USB3 interfacing card inserted in PCI Express slot

WRITE TEST
# rsync --progress /tmp/files/octagigafile /mnt/oda-drive/octagigafile
134217728 100% 9.83MB/s 0:00:13 (xfer#1, to-check=0/1)
sent 134234185 bytes received 31 bytes 4881244.22 bytes/sec
total size is 134217728 speedup is 1.00
# rsync --progress /tmp/files/quartergigafile /mnt/oda-drive/quartergigafile
268435456 100% 7.04MB/s 0:00:36 (xfer#1, to-check=0/1)
sent 268468300 bytes received 31 bytes 5316204.57 bytes/sec
total size is 268435456 speedup is 1.00
# rsync --progress /tmp/files/halfgigafile /mnt/oda-drive/halfgigafile
536870912 100% 5.51MB/s 0:01:32 (xfer#1, to-check=0/1)
sent 536936521 bytes received 31 bytes 4994758.62 bytes/sec
total size is 536870912 speedup is 1.00
# rsync --progress /tmp/files/onegigafile /mnt/oda-drive/onegigafile
1073741824 100% 6.14MB/s 0:02:46 (xfer#1, to-check=0/1)
sent 1073872969 bytes received 31 bytes 5949434.90 bytes/sec
total size is 1073741824 speedup is 1.00
# rsync --progress /tmp/files/fourgigafile /mnt/oda-drive/fourgigafile
4294967296 100% 6.14MB/s 0:11:06 (xfer#1, to-check=0/1)
sent 4295491658 bytes received 31 bytes 6312258.18 bytes/sec
total size is 4294967296 speedup is 1.00
# pv /tmp/files/octagigafile > /mnt/oda-drive/pv/octagigafile
128MiB 0:00:16 [7.91MiB/s]
# pv /tmp/files/quartergigafile > /mnt/oda-drive/pv/quartergigafile
256MiB 0:00:37 [6.87MiB/s]
# pv /tmp/files/halfgigafile > /mnt/oda-drive/pv/halfgigafile
512MiB 0:01:19 [6.44MiB/s]
# pv /tmp/files/onegigafile > /mnt/oda-drive/pv/onegigafile
1GiB 0:02:44 [6.21MiB/s]
# pv /tmp/files/fourgigafile > /mnt/oda-drive/pv/fourgigafile
4GiB 0:11:22 [ 6MiB/s]

READ TEST
# rsync --progress /mnt/oda-drive/octagigafile /home/dgj/Download/octagigafile
134217728 100% 26.94MB/s 0:00:04 (xfer#1, to-check=0/1)
sent 134234185 bytes received 31 bytes 17897895.47 bytes/sec
total size is 134217728 speedup is 1.00
# rsync --progress /mnt/oda-drive/quartergigafile /home/dgj/Download/quartergigafile
268435456 100% 28.00MB/s 0:00:09 (xfer#1, to-check=0/1)
sent 268468300 bytes received 31 bytes 28259824.32 bytes/sec
total size is 268435456 speedup is 1.00
# rsync --progress /mnt/oda-drive/halfgigafile /home/dgj/Download/halfgigafile
536870912 100% 28.54MB/s 0:00:17 (xfer#1, to-check=0/1)
sent 536936521 bytes received 31 bytes 29023597.41 bytes/sec
total size is 536870912 speedup is 1.00
# rsync --progress /mnt/oda-drive/onegigafile /home/dgj/Download/onegigafile
1073741824 100% 27.99MB/s 0:00:36 (xfer#1, to-check=0/1)
sent 1073872969 bytes received 31 bytes 28636613.33 bytes/sec
total size is 1073741824 speedup is 1.00
# rsync --progress /mnt/oda-drive/fourgigafile /home/dgj/Download/fourgigafile
4294967296 100% 27.17MB/s 0:02:30 (xfer#1, to-check=0/1)
sent 4295491658 bytes received 31 bytes 28353080.46 bytes/sec
total size is 4294967296 speedup is 1.00
# pv /mnt/oda-drive/pv/octagigafile > /home/dgj/Download/octagigafile
128MiB 0:00:04 [26.6MiB/s]
# pv /mnt/oda-drive/pv/quartergigafile > /home/dgj/Download/quartergigafile
256MiB 0:00:07 [33.6MiB/s]
# pv /mnt/oda-drive/pv/halfgigafile > /home/dgj/Download/halfgigafile
512MiB 0:00:15 [34.1MiB/s]
# pv /mnt/oda-drive/pv/onegigafile > /home/dgj/Download/onegigafile
1GiB 0:00:30 [33.9MiB/s]
# pv /mnt/oda-drive/pv/fourgigafile > /home/dgj/Download/fourgigafile
4GiB 0:02:02 [33.4MiB/s]
# pv /tmp/eightgigafile > /mnt/oda-drive/pv/eightgigafile
8GiB 0:23:32 [ 5.8MiB/s]

GRAPHICS

35
30

30,8

31,32

33,5
30,95

30,29

26,78

25
20

Write (MB/s)
Read (MB/s)

15
10

8,87

6,96

5,98

6,18

6,07

5,8

5
0
128MB

256MB

512MB

1024MB

4096MB

8192MB

Write
linux-oda:~ # gcp /tmp/files/onegigafile /mnt/oda-drive/onegigafile_1
Copying 1.00 GiB 100% |###########################################################################|
6.18 M/s Time: 00:02:53
Read
linux-oda:~ # gcp /mnt/oda-drive/onegigafile_1 /tmp/
Copying 1.00 GiB 100% |###########################################################################|
21.46 M/s Time: 00:00:50
linux-oda:~ # pv /mnt/oda-drive/onegigafile_1 /tmp/onegigafile_1
2GiB 0:01:43 [19.8MiB/s]
[=============================================================================>] 100%
linux-oda:~ # pv /mnt/oda-drive/pv/onegigafile /tmp/onegigafile_1
2GiB 0:01:42 [19.9MiB/s]
[=============================================================================>] 100%
linux-oda:~ # gcp /mnt/oda-drive/onegigafile_1 /tmp/onegigafile_2
Copying 1.00 GiB 100% |###########################################################################|
22.22 M/s Time: 00:00:48
linux-oda:~ # gcp /mnt/oda-drive/pv/octagigafile /tmp/octagigafile_1
Copying 128.00 MiB 100% |#########################################################################|
22.12 M/s Time: 00:00:06
Write
linux-oda:~ # gcp /tmp/files/fourgigafile /mnt/oda-drive/fourgigafile_1
Copying 4.00 GiB 100% |###########################################################################|
11.84 M/s Time: 00:06:02

TOOL
Advanced copy tool: http://wiki.goffi.org/wiki/Gcp/en

WRITE BULK TEST


Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|

16.62 M/s Time: 00:00:08


16.91 M/s Time: 00:00:07
16.84 M/s Time: 00:00:07
16.81 M/s Time: 00:00:07
16.73 M/s Time: 00:00:08
16.79 M/s Time: 00:00:07
16.76 M/s Time: 00:00:08
16.83 M/s Time: 00:00:07
16.83 M/s Time: 00:00:07
16.68 M/s Time: 00:00:08

Copying 256.00 MiB 100% |#########################################################################|


Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|

15.63 M/s Time: 00:00:17


15.63 M/s Time: 00:00:17
15.68 M/s Time: 00:00:17
15.69 M/s Time: 00:00:17
15.63 M/s Time: 00:00:17
15.60 M/s Time: 00:00:17
15.55 M/s Time: 00:00:17
15.60 M/s Time: 00:00:17
15.59 M/s Time: 00:00:17
15.59 M/s Time: 00:00:17

Copying 512.00 MiB 100% |#########################################################################|


Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|

15.07 M/s Time: 00:00:35


15.05 M/s Time: 00:00:35
15.03 M/s Time: 00:00:35
15.01 M/s Time: 00:00:35
14.99 M/s Time: 00:00:35
14.94 M/s Time: 00:00:35
14.96 M/s Time: 00:00:35
14.91 M/s Time: 00:00:36
14.90 M/s Time: 00:00:36
14.91 M/s Time: 00:00:36

Copying 1.00 GiB 100% |###########################################################################|


Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|

14.85 M/s Time: 00:01:12


14.80 M/s Time: 00:01:12
14.76 M/s Time: 00:01:12
14.84 M/s Time: 00:01:12
14.80 M/s Time: 00:01:12
14.68 M/s Time: 00:01:13
14.63 M/s Time: 00:01:13
14.59 M/s Time: 00:01:13
9.20 M/s Time: 00:01:56
14.94 M/s Time: 00:01:11

Copying 4.00 GiB 100% |###########################################################################|


Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|

14.99 M/s Time: 00:04:46


14.79 M/s Time: 00:04:50
14.64 M/s Time: 00:04:53
14.76 M/s Time: 00:04:50
12.44 M/s Time: 00:05:45
14.94 M/s Time: 00:04:47
14.85 M/s Time: 00:04:49
14.66 M/s Time: 00:04:52
14.74 M/s Time: 00:04:51
14.55 M/s Time: 00:04:55

READ BULK TEST


Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|
Copying 128.00 MiB 100% |#########################################################################|

19.66 M/s Time: 00:00:06


22.56 M/s Time: 00:00:05
22.82 M/s Time: 00:00:05
22.74 M/s Time: 00:00:05
22.81 M/s Time: 00:00:05
22.91 M/s Time: 00:00:05
23.03 M/s Time: 00:00:05
22.26 M/s Time: 00:00:06
23.08 M/s Time: 00:00:05
22.88 M/s Time: 00:00:05

Copying 256.00 MiB 100% |#########################################################################|


Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|
Copying 256.00 MiB 100% |#########################################################################|

21.49 M/s Time: 00:00:12


22.84 M/s Time: 00:00:11
23.18 M/s Time: 00:00:11
23.04 M/s Time: 00:00:11
23.27 M/s Time: 00:00:11
23.27 M/s Time: 00:00:11
23.03 M/s Time: 00:00:11
23.40 M/s Time: 00:00:11
23.15 M/s Time: 00:00:11
22.94 M/s Time: 00:00:11

Copying 512.00 MiB 100% |#########################################################################|


Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|
Copying 512.00 MiB 100% |#########################################################################|

22.06 M/s Time: 00:00:24


22.99 M/s Time: 00:00:23
22.95 M/s Time: 00:00:23
22.95 M/s Time: 00:00:23
23.00 M/s Time: 00:00:23
23.01 M/s Time: 00:00:23
23.05 M/s Time: 00:00:23
22.93 M/s Time: 00:00:23
23.03 M/s Time: 00:00:23
23.00 M/s Time: 00:00:23

Copying 1.00 GiB 100% |###########################################################################|


Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|
Copying 1.00 GiB 100% |###########################################################################|

22.69 M/s Time: 00:00:47


23.00 M/s Time: 00:00:46
22.96 M/s Time: 00:00:46
22.85 M/s Time: 00:00:46
22.98 M/s Time: 00:00:46
22.95 M/s Time: 00:00:46
22.99 M/s Time: 00:00:46
23.02 M/s Time: 00:00:46
8.71 M/s Time: 00:02:03
22.07 M/s Time: 00:00:48

Copying 4.00 GiB 100% |###########################################################################|


Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|
Copying 4.00 GiB 100% |###########################################################################|

22.34 M/s Time: 00:03:12


22.84 M/s Time: 00:03:08
22.45 M/s Time: 00:03:11
22.40 M/s Time: 00:03:11
12.61 M/s Time: 00:05:40
21.18 M/s Time: 00:03:22
22.27 M/s Time: 00:03:12
22.23 M/s Time: 00:03:13
22.16 M/s Time: 00:03:13
22.15 M/s Time: 00:03:13

GRAPHICS

Write (MB/s)
Read (MB/s)

10

15

20

25

WRITE RATIO

15,22 MB/s

READ RATIO

22,20 MB/s

TOOL
Advanced dd: http://sourceforge.net/projects/dc3dd/

READ/WRITE HUGE FILE (98GB)


WRITE RATIO

14,22 MB/s

READ RATIO

21,10 MB/s

You might also like