Advertisement
bitbytenybble110

Gluster Performance

Mar 24th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ===== Gluster Performance Results =====
  2.  
  3. Writing directly to brick:
  4. dd if=/dev/zero of=/mnt/disks/c/brick1/test.out bs=8k count=250000 conv=fdatasync
  5. 250000+0 records in
  6. 250000+0 records out
  7. 2048000000 bytes (2.0 GB) copied, 11.5721 s, 177 MB/s
  8.  
  9. Reading directly from brick:
  10. dd if=/mnt/disks/c/brick1/test.out of=/dev/null bs=8k
  11. 250000+0 records in
  12. 250000+0 records out
  13. 2048000000 bytes (2.0 GB) copied, 0.765856 s, 2.7 GB/s
  14.  
  15. Writing to NFS mount:
  16. dd if=/dev/zero of=/root/nfsmount/test.out bs=8k count=250000 conv=fdatasync
  17. 250000+0 records in
  18. 250000+0 records out
  19. 2048000000 bytes (2.0 GB) copied, 23.479 s, 87.2 MB/s
  20.  
  21. Reading from NFS mount:
  22. dd if=/root/nfsmount/test.out of=/dev/null bs=8k
  23. 250000+0 records in
  24. 250000+0 records out
  25. 2048000000 bytes (2.0 GB) copied, 10.6172 s, 193 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement