Skip to content

Instantly share code, notes, and snippets.

@alexclear
Created June 11, 2013 22:59
Show Gist options
  • Save alexclear/5761520 to your computer and use it in GitHub Desktop.
Save alexclear/5761520 to your computer and use it in GitHub Desktop.
sysbench results for my SanDisk Ultra Plus SDSSDHP-128G-G25
[root@cellar sb]# sysbench --test=fileio --file-total-size=18G --file-test-mode=rndrw --max-time=300 --max-requests=0 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Extra file open flags: 0
128 files, 144Mb each
18Gb total file size
Block size 16Kb
Number of random requests for random IO: 0
Read/Write ratio for combined random IO test: 1.50
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing random r/w test
Threads started!
Time limit exceeded, exiting...
Done.
Operations performed: 52620 Read, 35080 Write, 112164 Other = 199864 Total
Read 822.19Mb Written 548.12Mb Total transferred 1.3382Gb (4.5677Mb/sec)
292.33 Requests/sec executed
Test execution summary:
total time: 300.0009s
total number of events: 87700
total time taken by event execution: 44.1246
per-request statistics:
min: 0.00ms
avg: 0.50ms
max: 151.62ms
approx. 95 percentile: 1.42ms
Threads fairness:
events (avg/stddev): 87700.0000/0.00
execution time (avg/stddev): 44.1246/0.00
[root@cellar sb]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment