Menu

Tree [r30] /
 History

HTTPS access


File Date Author Commit
 python_sqlite 2017-04-29 michael-sch [r26] + index memoryUsage on inputData
 src 2017-04-30 michael-sch [r30] + 1 Minute offset for the time interval to get ...
 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 //

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
	
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.