Created
June 11, 2013 22:59
-
-
Save alexclear/5761520 to your computer and use it in GitHub Desktop.
sysbench results for my SanDisk Ultra Plus SDSSDHP-128G-G25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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