Advertisement
crabbypup

Micron P320H benchmark

Aug 22nd, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. kienan@Atlas:/var/ssd/bench$ screenfetch -n
  2. kienan@Atlas
  3. OS: Ubuntu 16.04 xenial
  4. Kernel: x86_64 Linux 4.15.0-112-generic
  5. Uptime: 14h 31m
  6. Packages: 1794
  7. Shell: bash 4.3.48
  8. CPU: 2x AMD Opteron 6276 @ 2.3GHz
  9. GPU: AMD/ATI Pitcairn XT [Radeon HD 7870 GHz Edition]
  10. RAM: 22037MiB / 64354MiB
  11.  
  12. kienan@Atlas:/var/ssd/bench$ sudo sysbench --num-threads=8 --test=fileio --file-test-mode=rndrw --file-block-size=4194304 --file-total-size=50G run
  13. sysbench 0.4.12: multi-threaded system evaluation benchmark
  14.  
  15. Running the test with following options:
  16. Number of threads: 8
  17.  
  18. Extra file open flags: 0
  19. 128 files, 400Mb each
  20. 50Gb total file size
  21. Block size 4Mb
  22. Number of random requests for random IO: 10000
  23. Read/Write ratio for combined random IO test: 1.50
  24. Periodic FSYNC enabled, calling fsync() each 100 requests.
  25. Calling fsync() at the end of test, Enabled.
  26. Using synchronous I/O mode
  27. Doing random r/w test
  28. Threads started!
  29. Done.
  30.  
  31. Operations performed: 6005 Read, 3998 Write, 12805 Other = 22808 Total
  32. Read 23.457Gb Written 15.617Gb Total transferred 39.074Gb (2.8447Gb/sec)
  33. 728.24 Requests/sec executed
  34.  
  35. Test execution summary:
  36. total time: 13.7358s
  37. total number of events: 10003
  38. total time taken by event execution: 50.1134
  39. per-request statistics:
  40. min: 1.87ms
  41. avg: 5.01ms
  42. max: 43.75ms
  43. approx. 95 percentile: 9.09ms
  44.  
  45. Threads fairness:
  46. events (avg/stddev): 1250.3750/23.18
  47. execution time (avg/stddev): 6.2642/0.06
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement