Skip to content

hyptos/kyd

Repository files navigation

KYD

Authors :

Carole Bonfré - CheepCheep

Antoine Martin - p0907931 - hyptos

Tutors :

Eddy Caron

Yves Caniou 

University Claude Bernard Lyon 1

Get started

Populate the conf.ini

Install dependencies :

virtualenv venv

source venv/bin/activate

pip install -r requirements.txt

Run all tests :

nosetests

Todo

- Add more documentation
- Mode rafale a faire
- Gestion des erreurs
- Ajouter un provider ownCloud

Tutorial

How to use the application

Imgur

Clean all results :

make clean

Compile all results into one file :

make compile

Samples :

Launch a bench on amazon with a random file of 2048 bytes, the tests will be run 5 times by default

python bench.py -od amazon -s 2048

Result :

Launch a bench on amazon and googledrive with a random file of 4096 bytes, the tests will be run 3 times.

python bench.py -od amazon googledrive -n 3 -s 4096

Result :

Licence

See the LICENCE file

About

Benchmark tool for clouds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published