This repository stores the project work for the Cloud Systems and Advanced Networking course.
The performance folder stores:
- single-class analysis with
Jacksonformalism, - multi-class analysis with
BCMPformalism.
The availability folder stores:
- single-class availability analysis with SHARPE tool,
- multi-class availability analysis with SHARPE tool,
sfc_opt.pywhich performs the search of the solution minimizing the total cost,suboptimal_solutions.pywhich performs the search of the suboptimal solutions,readValuesFromCSVAndEvaluateAvailability.mwhich draws the sensitivity analysis' plots,- the folder
sensitivitycontains the CSV files with the availability measures obtained to perform the sensitivity analysis, - the folder
solutionscontains the CSV files with the suboptimal solutions found, - the
+RBDfolder which contains the utility functions for RBDs.