Last active
January 31, 2016 22:08
-
-
Save hyzhak/ae1984332e907c12efdf to your computer and use it in GitHub Desktop.
sysbench file io test inside of docker
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
| sysbench 0.4.12: multi-threaded system evaluation benchmark | |
| 128 files, 65536Kb each, 8192Mb total | |
| Creating files for the test... | |
| sysbench 0.4.12: multi-threaded system evaluation benchmark | |
| Running the test with following options: | |
| Number of threads: 1 | |
| Initializing random number generator from timer. | |
| Extra file open flags: 0 | |
| 128 files, 64Mb each | |
| 8Gb 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: 1620 Read, 1080 Write, 3382 Other = 6082 Total | |
| Read 25.312Mb Written 16.875Mb Total transferred 42.188Mb (138.03Kb/sec) | |
| 8.63 Requests/sec executed | |
| Test execution summary: | |
| total time: 312.9786s | |
| total number of events: 2700 | |
| total time taken by event execution: 12.4327 | |
| per-request statistics: | |
| min: 0.04ms | |
| avg: 4.60ms | |
| max: 1826.11ms | |
| approx. 95 percentile: 2.16ms | |
| Threads fairness: | |
| events (avg/stddev): 2700.0000/0.00 | |
| execution time (avg/stddev): 12.4327/0.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment