VM-alloc vmbb2
Algorithms for allocation of Virtual Machines in Data Centers
Brought to you by:
zoltanmann
File | Date | Author | Commit |
---|---|---|---|
python_sqlite | 2017-04-23 | michael-sch | [r21] +- documentation |
src | 2017-04-19 | michael-sch | [r17] Sqlite-amalgamation is required to compile vmb... |
vmbb | 2017-04-18 | michael-sch | [r5] Share project "vmbb" into "https://svn.code.sf.... |
README.txt | 2017-04-23 | michael-sch | [r22] + readme |
TODO.txt | 2017-01-26 | zoltanmann | [r4] Unified the interface of the allocators |
config.txt | 2017-04-19 | michael-sch | [r11] + ability tho use comment lines beginning with // |
Build - Include sqlite3 - https://www.sqlite.org Execute - Use workload traces from database - Create database: - Install python - https://www.python.org - CreateInputDatabase.py: - Set path to sqlite database file: databaseFile=? - Set Bitbrains workload traces directory: csvPath=? - Run - CreateOutputDatabase.py: - Set path to sqlite database file: databaseFile=? - Run - Configuration (config.txt): - Use sqlite database (created by python scripts): useDatabase=true - Set path to sqlite database file: sqliteDatabaseFile=? - Set start time for the selection of workload data: timestampFrom=? - Set interval in ms for each selection step: timestampInterval=300 - Set end time for the selection of workload data: timestampTo=? - Set physical machine types and counts