Advertisement
Guest User

BOT/UAS tests with Banana Pi

a guest
Jul 26th, 2015
915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. Tests done on a Banana Pi using an "APPLE HDD HTS727550A9E362" (Hitachi
  2. 2.5" 500 GB) with kernel 4.1.2 and btrfs' defaults and disabled ASM1051
  3. blacklisting (please keep that in mind since normally UAS will be
  4. automatically disabled for ASM1051/ASM1053 devices and a fallback to BOT
  5. will happen). The following iozone settings were used (4 GB test size to
  6. ensure that disks and not buffers/caches were tested. Only for the IOPS
  7. tests I used 2 GB since otherwise it would've took ages and the results
  8. didn't vary between 2 and 4 GB):
  9.  
  10. iozone -a -g 4000m -s 4000m -i 0 -i 1 -r 4K
  11. iozone -a -g 4000m -s 4000m -i 0 -i 1 -r 1024K
  12. iozone -O -i 0 -i 1 -i 2 -e -+n -r 4K -s 2000m
  13.  
  14. Cpufreq setting as follows:
  15.  
  16. echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
  17. echo 960000 >/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
  18.  
  19. (Sidenote: All three controllers support SAT so you can query S.M.A.R.T.
  20. values and trigger selftests: "smartctl -d sat")
  21.  
  22. BOT / Mass Storage:
  23. -------------------
  24.  
  25. ASMedia ASM1051: random random
  26. KB reclen write rewrite read reread read write
  27. 4096000 4 33410 32715 34877 35130
  28. 4096000 4 33697 32950 35037 35215
  29. 4096000 1024 33369 32708 34370 34615
  30. 4096000 1024 33591 32887 34369 34590
  31. 2048000 4 8225 0 8844 0 176 3433
  32.  
  33. JMicron JMS567: random random
  34. KB reclen write rewrite read reread read write
  35. 4096000 4 34150 33775 35050 35186
  36. 4096000 1024 34277 33765 34485 34650
  37. 2048000 4 8301 0 8816 0 178 3479
  38.  
  39. Initio INIC-1608: random random
  40. KB reclen write rewrite read reread read write
  41. 4096000 4 33950 33103 36676 36873
  42. 4096000 1024 33661 33129 37500 37540
  43. 2048000 4 8220 0 8684 0 125 4106
  44.  
  45. UASP:
  46. -----
  47.  
  48. ASMedia ASM1051: random random
  49. KB reclen write rewrite read reread read write
  50. 4096000 4 37527 36741 39766 40159
  51. 4096000 1024 37456 36519 39481 39942
  52. 2048000 4 9062 0 9932 0 157 4818
  53.  
  54. JMicron JMS567: random random
  55. KB reclen write rewrite read reread read write
  56. 4096000 4 38332 38114 40519 40805
  57. 4096000 4 38322 38044 40353 40581
  58. 4096000 1024 38256 37980 40505 40741
  59. 4096000 1024 38089 37823 40311 40475
  60. 2048000 4 9284 0 10227 0 166 4956
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement