Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. # Perf Tests
  2.  
  3. Several hosts, WD Labs Pi Drive 250Gb
  4.  
  5. ## Host A: Orange Pi Pc v1.2
  6.  
  7. ARMBIAN 5.25 stable Ubuntu 16.04.2 LTS 4.10.0-sun8i
  8. ```
  9. uname -a
  10. Linux orangepipc 4.10.0-sun8i #3 SMP Thu Feb 23 19:57:03 CET 2017 armv7l armv7l armv7l GNU/Linux
  11. ```
  12.  
  13. ### Local test
  14.  
  15. Pi Drive mounted /mnt/temp
  16.  
  17. ```
  18. fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=/mnt/temp/test --bs=4k --iodepth=64 --size=4G --readwrite=randrw --rwmixread=75
  19. ```
  20.  
  21. ```
  22. test: (g=0): rw=randrw, bs=4K-4K/4K-4K/4K-4K, ioengine=libaio, iodepth=64
  23. fio-2.2.10
  24. Starting 1 process
  25. test: Laying out IO file(s) (1 file(s) / 4096MB)
  26. Jobs: 1 (f=1): [m(1)] [1.6% done] [383KB/115KB/0KB /s] [95/28/0 iops] [eta 02h:17m:35s]
  27. ```
  28.  
  29. Stopped at 16% :
  30. ```
  31. test: (groupid=0, jobs=1): err= 0: pid=6837: Mon Mar 27 20:56:41 2017
  32. read : io=507076KB, bw=378544B/s, iops=92, runt=1371691msec
  33. write: io=170612KB, bw=127365B/s, iops=31, runt=1371691msec
  34. cpu : usr=0.40%, sys=1.63%, ctx=175776, majf=0, minf=16
  35. IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.0%
  36. submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  37. complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0%
  38. issued : total=r=126769/w=42653/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
  39. latency : target=0, window=0, percentile=100.00%, depth=64
  40.  
  41. Run status group 0 (all jobs):
  42. READ: io=507076KB, aggrb=369KB/s, minb=369KB/s, maxb=369KB/s, mint=1371691msec, maxt=1371691msec
  43. WRITE: io=170612KB, aggrb=124KB/s, minb=124KB/s, maxb=124KB/s, mint=1371691msec, maxt=1371691msec
  44.  
  45. Disk stats (read/write):
  46. sda: ios=126735/70862, merge=10/585, ticks=65861710/24330590, in_queue=90221630, util=100.00%
  47. ```
  48.  
  49.  
  50. ```
  51. fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=/mnt/temp/test --bs=4k --iodepth=8 --size=1G --readwrite=randrw --rwmixread=75
  52. ```
  53.  
  54. ```
  55. test: (groupid=0, jobs=1): err= 0: pid=7089: Mon Mar 27 21:16:00 2017
  56. read : io=472068KB, bw=449221B/s, iops=109, runt=1076078msec
  57. write: io=158380KB, bw=150715B/s, iops=36, runt=1076078msec
  58. cpu : usr=0.48%, sys=1.67%, ctx=165584, majf=0, minf=16
  59. IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=100.0%, 16=0.0%, 32=0.0%, >=64=0.0%
  60. submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  61. complete : 0=0.0%, 4=100.0%, 8=0.1%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  62. issued : total=r=118017/w=39595/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
  63. latency : target=0, window=0, percentile=100.00%, depth=8
  64.  
  65. Run status group 0 (all jobs):
  66. READ: io=472068KB, aggrb=438KB/s, minb=438KB/s, maxb=438KB/s, mint=1076078msec, maxt=1076078msec
  67. WRITE: io=158380KB, aggrb=147KB/s, minb=147KB/s, maxb=147KB/s, mint=1076078msec, maxt=1076078msec
  68.  
  69. Disk stats (read/write):
  70. sda: ios=118009/40883, merge=6/223, ticks=6634320/2025830, in_queue=8659860, util=100.00%
  71. ```
  72.  
  73. ## As a comparison
  74.  
  75. ### Sandisk Ultra SSD on Ubuntu - Dell Precision M4300
  76. Read 20390KB/s - iops 5097
  77. Write 6846KB/s - iops 1711
  78.  
  79. ## WD RED 3T - software RAID 1 - Core i7, Debian
  80. Read 732683B/s - iops 178
  81. Wrtie 245553B/s - iops 59
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement