summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-15refactor: Move entirely to ParquetFabian Mastenbroek
2020-05-14feat: Add option for specifying failure intervalFabian Mastenbroek
2020-05-14perf: Improve performance interference model construction performanceFabian Mastenbroek
2020-05-14Merge branch '2.x-swf' into '2.x'Fabian Mastenbroek
Add SWF trace reader Closes #62 See merge request opendc/opendc-simulator!67
2020-05-14feat: Add parquet reporterFabian Mastenbroek
2020-05-14perf: Differentiate between host and provisioner writer parallelismFabian Mastenbroek
2020-05-14bug: Ignore smaller experimentsFabian Mastenbroek
2020-05-14perf: Use PostgreSQL bulk data inserterFabian Mastenbroek
2020-05-14feat: Persist provisioner eventsFabian Mastenbroek
2020-05-14bug: Fix portfolio configurationsFabian Mastenbroek
2020-05-14perf: Various performance improvementsFabian Mastenbroek
2020-05-13perf: Do not share metric writers across experimentsFabian Mastenbroek
2020-05-13feat: Add workload samplingFabian Mastenbroek
2020-05-13Add filtering optionGeorgios Andreadis
2020-05-13feat: Improve debugging informationFabian Mastenbroek
2020-05-13bug: Fix portfolios idsFabian Mastenbroek
2020-05-13refactor: Share trace across simulationsFabian Mastenbroek
2020-05-13refactor: Share single database writerFabian Mastenbroek
2020-05-13feat: Add option for specifying selected portfoliosFabian Mastenbroek
2020-05-13feat: Add experiment orchestrator in KotlinFabian Mastenbroek
2020-05-12refactor: Restructure experiment setupFabian Mastenbroek
2020-05-12Add testGeorgios Andreadis
2020-05-12Add SWF trace reading capabilityGeorgios Andreadis
2020-05-12Use Yarn and upgradeGeorgios Andreadis
2020-05-12Ensure CORS works for socket.ioGeorgios Andreadis
2020-05-12Print Google auth failuresGeorgios Andreadis
2020-05-11feat: Add revised database schema for experimentsFabian Mastenbroek
2020-05-11Merge remote-tracking branch 'origin/master' into feature/mongodb-migrationjc0b
2020-05-11Added mongodb dockerfile, removed tests being added to sql dbjc0b
2020-05-11Bump Node versionGeorgios Andreadis
2020-05-11Upgrade frontendGeorgios Andreadis
2020-05-11Merge branch 'fixes' into 'master'Georgios Andreadis
Upgrade and regression fixes See merge request opendc/opendc-frontend!62
2020-05-11Upgrade and fix regressionsGeorgios Andreadis
2020-05-08bug: Fix deadlock on terminationFabian Mastenbroek
2020-05-08Merge branch 'feat/database-metrics' into '2.x'Georgios Andreadis
Add database integration for experimental results Closes #57 See merge request opendc/opendc-simulator!65
2020-05-07feat: Add initial version of Postgres reporterFabian Mastenbroek
2020-05-07refactor: Migrate to Clikt for argument parsingFabian Mastenbroek
This change migrates the experiment runner to Clikt for parsing command line arguments, since it provides functionality that we need for having multiple types of reporters (e.g. postgres and parquet), not offered by the current parser.
2020-05-07feat: Add support for more sophisticated loggingFabian Mastenbroek
2020-05-07style: Rename monitor to reporterFabian Mastenbroek
2020-05-06Merge branch 'failures-configurable' into '2.x'Fabian Mastenbroek
Make failure interval configurable Closes #59 See merge request opendc/opendc-simulator!64
2020-05-06Switch params and take logarithmGeorgios Andreadis
2020-05-06Make failure interval configurableGeorgios Andreadis
2020-05-06Merge branch 'test/integration-test' into '2.x'Georgios Andreadis
Add integration tests for SC20 experiments Closes #54 See merge request opendc/opendc-simulator!63
2020-05-06test: Add initial integration test for SC20 experimentsFabian Mastenbroek
2020-05-06bug: Continue scheduling other VMs on unfittig VMFabian Mastenbroek
2020-05-06refactor: Modularize experiment codeFabian Mastenbroek
2020-05-06refactor: Rename VmTraceReader to BitbrainsTraceReaderFabian Mastenbroek
2020-05-06refactor: Make trace converter more reusableFabian Mastenbroek
2020-05-05Merge branch '2.x-vm-placement' into '2.x'Fabian Mastenbroek
VM Placement mimicing policy Closes #58 and #61 See merge request opendc/opendc-simulator!62
2020-05-05Change exceptionGeorgios Andreadis