genode/repos/os/src/test/vfs_stress
2016-11-08 15:26:31 +01:00
..
main.cc vfs: pass Env and allocator when creating file-systems 2016-11-08 15:26:31 +01:00
README VFS stress test 2015-11-04 14:09:24 +01:00
target.mk VFS stress test 2015-11-04 14:09:24 +01:00

Vfs_stress populates, writes, and reads a file system using multiple threads.
The following attributes on the <config> node control test behaviour:
 * depth   - maximum tree depth, defaults to sixteen
 * threads - number of threads to start, defaults to six
 * write   - perform write test
 * read    - perform read test
 * unlink  - unlink all generated files