Skip to content

Instantly share code, notes, and snippets.

@s-tajima
Created May 29, 2014 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-tajima/16401158bde15b353835 to your computer and use it in GitHub Desktop.
Save s-tajima/16401158bde15b353835 to your computer and use it in GitHub Desktop.
Result of ioDrive benchmark. (sequential)
[root@mysql-test01 fio1]# sysbench --test=fileio --file-total-size=20G --file-test-mode=seqwr --max-requests=100000 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, 160Mb each
20Gb total file size
Block size 16Kb
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing sequential write (creation) test
Threads started!
Done.
Operations performed: 0 Read, 1310720 Write, 128 Other = 1310848 Total
Read 0b Written 20Gb Total transferred 20Gb (662.83Mb/sec)
42421.39 Requests/sec executed
Test execution summary:
total time: 30.8976s
total number of events: 1310720
total time taken by event execution: 23.9805
per-request statistics:
min: 0.01ms
avg: 0.02ms
max: 439.42ms
approx. 95 percentile: 0.02ms
Threads fairness:
events (avg/stddev): 1310720.0000/0.00
execution time (avg/stddev): 23.9805/0.00
[root@mysql-test01 fio2]# sysbench --test=fileio --file-total-size=20G --file-test-mode=seqwr --max-requests=100000 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, 160Mb each
20Gb total file size
Block size 16Kb
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing sequential write (creation) test
Threads started!
Done.
Operations performed: 0 Read, 1310720 Write, 128 Other = 1310848 Total
Read 0b Written 20Gb Total transferred 20Gb (696.36Mb/sec)
44567.04 Requests/sec executed
Test execution summary:
total time: 29.4101s
total number of events: 1310720
total time taken by event execution: 28.8082
per-request statistics:
min: 0.01ms
avg: 0.02ms
max: 5643.53ms
approx. 95 percentile: 0.02ms
Threads fairness:
events (avg/stddev): 1310720.0000/0.00
execution time (avg/stddev): 28.8082/0.00
[root@mysql-test01 hdd1]# sysbench --test=fileio --file-total-size=20G --file-test-mode=seqwr --max-requests=100000 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, 160Mb each
20Gb total file size
Block size 16Kb
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing sequential write (creation) test
Threads started!
Done.
Operations performed: 0 Read, 1310720 Write, 128 Other = 1310848 Total
Read 0b Written 20Gb Total transferred 20Gb (239.87Mb/sec)
15351.39 Requests/sec executed
Test execution summary:
total time: 85.3812s
total number of events: 1310720
total time taken by event execution: 68.9596
per-request statistics:
min: 0.01ms
avg: 0.05ms
max: 2613.36ms
approx. 95 percentile: 0.02ms
Threads fairness:
events (avg/stddev): 1310720.0000/0.00
execution time (avg/stddev): 68.9596/0.00
[root@mysql-test01 hdd2]# sysbench --test=fileio --file-total-size=20G --file-test-mode=seqwr --max-requests=100000 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, 160Mb each
20Gb total file size
Block size 16Kb
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing sequential write (creation) test
Threads started!
Done.
Operations performed: 0 Read, 1310720 Write, 128 Other = 1310848 Total
Read 0b Written 20Gb Total transferred 20Gb (184.44Mb/sec)
11803.90 Requests/sec executed
Test execution summary:
total time: 111.0413s
total number of events: 1310720
total time taken by event execution: 88.0941
per-request statistics:
min: 0.01ms
avg: 0.07ms
max: 1326.59ms
approx. 95 percentile: 0.02ms
Threads fairness:
events (avg/stddev): 1310720.0000/0.00
execution time (avg/stddev): 88.0941/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment