Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/mauser/fstestscripts
- Owner: mauser
- Created: 2012-05-04T21:38:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-12T22:07:33.000Z (over 12 years ago)
- Last Synced: 2024-10-13T01:24:28.145Z (3 months ago)
- Language: Python
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 changesThe 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.