+ Gurobi test
+- updated example configuration
+- updated example configuration
+- updated example configuration
+ Print statistic: Best costs per time slot
+ Print statistics
+- read boundThreshold as double
- print allocation to cout
+ Small multi instance test
+- error: bestAllocation is not static. Values of e.g. PMs resourcesFree change after allocation (m_bestAllocation=m_allocation) because pointers are used. Possibly the error only occures if the algorithm finishes without reaching the timeout.
+- updateFf(): Error korrektion and message if not enough PM (resources) defined
- timestampOffset
+- selectVms(): get only one row per vmId: -distinct +group by vmID
+ Single instance tests: comparison with revision 4
UNTESTED
+- only the first allocator configuration is used, if worload database is used
+- only the first allocator configuration is used, if worload database is used
+- corrected count of migrations
- empty folder
+- Allow more mirgrations than PMs. maxMigrationsRatio is now "maxMigrationsRatio / 10"
+- comments can now include "="
+- Undone changes for:
+- Undone changes for:
+- Example configuration
+ 1 Minute offset for the time interval to get data for more vm
+ read past allocation from database - as initial allocation for the next instance
+ updateFf(): Allocate (new) unallocated VMs with first fit allocation.
+- Undone changes for correct counting of active PMs.
+ index memoryUsage on inputData
+ Create test data from vmbb (revision 4) logfile. Only for testing.
+- selectVms(): Resources: cpuUsage and memoryUsage. Double values are casted to integer values. Demand must be > 0.
+- boundThreshold: double -> integer
+ readme
+- documentation
+- comments
MainModule: Import bitbrains workload traces fr...
Share project "CSV_to_SQLite" into "https://svn...
Sqlite-amalgamation is required to compile vmb...
- unused
+- Different changes to use an sqlite database ...
+ Class for using an sqlite database as resourc...
+- correct counting of active PMs
+ AllocatorType numberation to be able to store...
+ ability tho use comment lines beginning with //
+ SortType numberation to be able to store numb...
+- Extendet warning message, if solver type is ...
+- generate_ff() => ff(): generation of an pro...
+ operator!=() : for PM comparison by id
+ Initial values for VM
Share project "vmbb" into "https://svn.code.sf....