Skip to content

Instantly share code, notes, and snippets.

@vschiavoni
Created October 23, 2016 17:02
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 vschiavoni/b2bbbdc725f48b11fddfe3dcbdb0fc16 to your computer and use it in GitHub Desktop.
Save vschiavoni/b2bbbdc725f48b11fddfe3dcbdb0fc16 to your computer and use it in GitHub Desktop.
Filebench results
CryFS, randomrw.f, Valerio's laptop (i7, SSD)
root@ba473d17fb82:/filebench-1.5-alpha3# ./filebench -f randomrw.f
Filebench Version 1.5-alpha3
0.000: Allocated 173MB of shared memory
0.045: Random RW Version 3.0 personality successfully loaded
0.045: Populating and pre-allocating filesets
0.046: Removing largefile1 tree (if exists)
0.048: Pre-allocating directories in largefile1 tree
0.050: Pre-allocating files in largefile1 tree
33.327: Waiting for pre-allocation to finish (in case of a parallel pre-allocation)
33.327: Population and pre-allocation of filesets completed
33.328: Starting 1 rand-rw instances
34.421: Running...
94.452: Run took 60 seconds...
94.453: Per-Operation Breakdown
rand-write1 35934ops 599ops/s 4.7mb/s 1.7ms/op [0.05ms - 761.32ms]
rand-read1 91152ops 1518ops/s 11.9mb/s 0.7ms/op [0.00ms - 761.27ms]
94.453: IO Summary: 127086 ops 2116.992 ops/s 1518/599 rd/wr 16.5mb/s 0.9ms/op
94.453: Shutting down processes
EncFS, randomrw.f, Valerio's laptop (i7, SSD)
root@5cf3318e74d0:/filebench-1.5-alpha3# ./filebench -f randomrw.f
Filebench Version 1.5-alpha3
0.000: Allocated 173MB of shared memory
0.003: Random RW Version 3.0 personality successfully loaded
0.003: Populating and pre-allocating filesets
0.003: Removing largefile1 tree (if exists)
0.005: Pre-allocating directories in largefile1 tree
0.006: Pre-allocating files in largefile1 tree
6.315: Waiting for pre-allocation to finish (in case of a parallel pre-allocation)
6.315: Population and pre-allocation of filesets completed
6.315: Starting 1 rand-rw instances
7.318: Running...
67.344: Run took 60 seconds...
67.345: Per-Operation Breakdown
rand-write1 776066ops 12929ops/s 101.0mb/s 0.1ms/op [0.00ms - 1813.28ms]
rand-read1 1025643ops 17087ops/s 133.5mb/s 0.1ms/op [0.00ms - 1813.30ms]
67.345: IO Summary: 1801709 ops 30015.346 ops/s 17087/12929 rd/wr 234.5mb/s 0.1ms/op
67.345: Shutting down processes
MetFS, randomrw.f
root@2db174bb1fab:/filebench-1.5-alpha3# ./filebench -f randomrw.f
Filebench Version 1.5-alpha3
0.000: Allocated 173MB of shared memory
0.001: Random RW Version 3.0 personality successfully loaded
0.002: Populating and pre-allocating filesets
0.002: Removing largefile1 tree (if exists)
0.004: Pre-allocating directories in largefile1 tree
0.005: Pre-allocating files in largefile1 tree
24.438: Waiting for pre-allocation to finish (in case of a parallel pre-allocation)
24.438: Population and pre-allocation of filesets completed
24.438: Starting 1 rand-rw instances
27.027: Running...
87.039: Run took 60 seconds...
87.039: Per-Operation Breakdown
rand-write1 196956ops 3282ops/s 25.6mb/s 0.3ms/op [0.07ms - 721.43ms]
rand-read1 80830ops 1347ops/s 10.5mb/s 0.7ms/op [0.00ms - 773.33ms]
87.040: IO Summary: 277786 ops 4628.819 ops/s 1347/3282 rd/wr 36.2mb/s 0.4ms/op
87.040: Shutting down processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment