Nanyang Technological University (NTU) Final Year Project (FYP) 2021
external libraries required can be found in requirements.txt
- python
- sqlite3
If CSV files are not downloaded from the repository
- download Azure Trace for Packing 2020 and place it into the working folder
- run savefile.py
run.py [VM entry.CSV] [VM Type List.CSV] [Algorithm]
example: python run.py "csv/vm entry list(100).csv" "vm type list.csv" "bestfit"
- firstfit
- nextfit
- bestfit
- worstfit