Advertisement
Guest User

Untitled

a guest
Feb 25th, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. petri@babylon:~$ sysbench --test=memory --memory-block-size=16K --memory-total-size=100G --memory-scope=global --memory-hugetlb=off --memory-oper=write --memory-access-mode=seq run
  2. sysbench 0.4.12: multi-threaded system evaluation benchmark
  3.  
  4. Running the test with following options:
  5. Number of threads: 1
  6.  
  7. Doing memory operations speed test
  8. Memory block size: 16K
  9.  
  10. Memory transfer size: 102400M
  11.  
  12. Memory operations type: write
  13. Memory scope type: global
  14. Threads started!
  15. Done.
  16.  
  17. Operations performed: 6553600 (311512.73 ops/sec)
  18.  
  19. 102400.00 MB transferred (4867.39 MB/sec)
  20.  
  21.  
  22. Test execution summary:
  23. total time: 21.0380s
  24. total number of events: 6553600
  25. total time taken by event execution: 20.5807
  26. per-request statistics:
  27. min: 0.00ms
  28. avg: 0.00ms
  29. max: 3.88ms
  30. approx. 95 percentile: 0.00ms
  31.  
  32. Threads fairness:
  33. events (avg/stddev): 6553600.0000/0.00
  34. execution time (avg/stddev): 20.5807/0.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement