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: 3 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 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-12T22:07:33.000Z (over 13 years ago)
- Last Synced: 2025-01-17T12:16:13.558Z (11 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 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.