Skip to content

Commit f86576e

Browse files
author
Chameleon Cloud User
committed
Added FIO details to README
1 parent fd410cb commit f86576e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ $ rm -rf /mnt/pmem_emul/*
9191
12. `tar/` contains tar source code
9292
13. `lmdb/` contains LMDB source code
9393
14. `filebench/` contains Filebench source code
94+
15. `fio/` contains FIO source code
9495

9596
The [Experiments
9697
page](https://github.com/utsaslab/SplitFS/blob/master/experiments.md)
@@ -124,6 +125,7 @@ SplitFS is under active development.
124125
5. rsync
125126
6. Filebench
126127
7. LMDB
128+
8. FIO
127129

128130
## Testing
129131
[PJD POSIX Test Suite](https://www.tuxera.com/community/posix-test-suite/) that tests primarily the metadata operations was run on SplitFS successfully. SplitFS passes all tests.

experiments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ We evaluate and benchmark on SplitFS using different application benchmarks like
4848
8. git: Does not require any compilation
4949
9. LMDB: `cd scripts/lmdb; ./compile_lmdb.sh; cd ../..` -- This will compile LMDB
5050
10. Filebench: `cd scripts/filebench; ./compile_filebench.sh; cd ../..` -- This will compile Filebench
51+
11. FIO: `cd scripts/fio; ./compile_fio.sh; cd ../..` -- This will compile FIO
5152

5253
Note: The <num_threads> argument in the compilation scripts performs the compilation with the number of threads given as input to the script, to improve the speed of compilation.
5354

@@ -78,6 +79,8 @@ Note: The <num_threads> argument in the compilation scripts performs the compila
7879
7. Filebench: `cd scripts/filebench; ./run_filebench.sh; cd ../..` --
7980
This will run the varmail workload with `ext4-DAX, NOVA strict,
8081
NOVA Relaxed, PMFS, SplitFS-POSIX`
82+
8. FIO: `cd scripts/fio; ./run_fio.sh; cd ../..` --
83+
This will run the random read-write workload with 50:50 reads and writes with `ext4-DAX, NOVA strict, NOVA Relaxed, PMFS, SplitFS-POSIX`
8184

8285
---
8386

0 commit comments

Comments
 (0)