Skip to content

Instantly share code, notes, and snippets.

@EddieRingle
Created March 16, 2015 16:29
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 EddieRingle/a3add90f047c6ea3793a to your computer and use it in GitHub Desktop.
Save EddieRingle/a3add90f047c6ea3793a to your computer and use it in GitHub Desktop.
Vagus (i7 4770k / Samsung 840 Pro 256GB) - sysbench
[eddie@vagus sysbench]$ for f in prepare run cleanup; do sysbench --test=fileio --file-test-mode=rndrw --max-time=60 --max-requests=0 --file-extra-flags=direct $f; done
sysbench 0.4.12: multi-threaded system evaluation benchmark
128 files, 16384Kb each, 2048Mb 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
Extra file open flags: 16384
128 files, 16Mb each
2Gb 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: 94151 Read, 62767 Write, 200832 Other = 357750 Total
Read 1.4366Gb Written 980.73Mb Total transferred 2.3944Gb (40.864Mb/sec)
2615.30 Requests/sec executed
Test execution summary:
total time: 60.0001s
total number of events: 156918
total time taken by event execution: 17.2012
per-request statistics:
min: 0.05ms
avg: 0.11ms
max: 6.50ms
approx. 95 percentile: 0.15ms
Threads fairness:
events (avg/stddev): 156918.0000/0.00
execution time (avg/stddev): 17.2012/0.00
sysbench 0.4.12: multi-threaded system evaluation benchmark
Removing test files...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment