Skip to content

Instantly share code, notes, and snippets.

@EddieRingle
Created March 16, 2015 16:28
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/a3a2f5baf8ec51fb1bba to your computer and use it in GitHub Desktop.
Save EddieRingle/a3a2f5baf8ec51fb1bba to your computer and use it in GitHub Desktop.
Chromebook Pixel (2015) LS - sysbench
[eddie@localhost 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: 182105 Read, 121403 Write, 388480 Other = 691988 Total
Read 2.7787Gb Written 1.8525Gb Total transferred 4.6312Gb (79.038Mb/sec)
5058.45 Requests/sec executed
Test execution summary:
total time: 60.0001s
total number of events: 303508
total time taken by event execution: 24.4929
per-request statistics:
min: 0.05ms
avg: 0.08ms
max: 36.75ms
approx. 95 percentile: 0.10ms
Threads fairness:
events (avg/stddev): 303508.0000/0.00
execution time (avg/stddev): 24.4929/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