Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mauser/fstestscripts

A collection of python test scripts which test basic file system functionality (meta data only).
https://github.com/mauser/fstestscripts

Last synced: about 2 months ago
JSON representation

A collection of python test scripts which test basic file system functionality (meta data only).

Awesome Lists containing this project

README

        

The script "fsBasics.py" can be used to check the basic functions of a file system.
It was developed to detect regressions during the development of a metadata server.
The script does not handle any data related functions.
It checks the following features:
- Creation of files / directories
- Deletion files / directories
- Moving of files
- Attribute changes

The script can be measure the performance of the aforementioned operations,
this is especially useful if one wants to analyse the behaviour of file systems
with directories that include a large number of files.

See 'fsBasics.py -h' for the possible options.