Menu

Tree [r32] /
 History

HTTPS access


File Date Author Commit
 python_sqlite 2017-04-29 michael-sch [r26] + index memoryUsage on inputData
 src 2017-05-02 michael-sch [r32] +- Undone changes for:
 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-30 michael-sch [r31] +- Example configuration

Read Me

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