summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-07refactor(capelin): Move metric collection outside Capelin codeFabian Mastenbroek
2021-09-07feat(capelin): Report up/downtime metrics in experiment monitorFabian Mastenbroek
2021-09-07refactor(capelin): Make ExperimentMonitor optional for trace processingFabian Mastenbroek
2021-09-07fix(compute): Mark unschedulable server as terminatedFabian Mastenbroek
2021-09-07fix(compute): Do not allow failure of inactive guestsFabian Mastenbroek
2021-09-07fix(compute): Use correct memory size for host memoryFabian Mastenbroek
2021-09-07feat(compute): Track guest up/down timeFabian Mastenbroek
2021-09-07fix(compute): Start host even if it already exists on hostFabian Mastenbroek
2021-09-07fix(compute): Support overcommitted memory in SimHostFabian Mastenbroek
2021-09-07feat(compute): Track host up/down timeFabian Mastenbroek
2021-09-07feat(compute): Track provisioning response timeFabian Mastenbroek
2021-09-05build(ui): Bump immer from 9.0.5 to 9.0.6dependabot[bot]
2021-09-02build: Update to Gradle 7.2Fabian Mastenbroek
2021-09-02merge: Add generic trace reading libraryFabian Mastenbroek
2021-09-02perf(trace): Improve performance of column lookupFabian Mastenbroek
2021-09-02refactor(capelin): Migrate trace reader to new trace APIFabian Mastenbroek
2021-09-02refactor(trace): Implement trace API for WTF readerFabian Mastenbroek
2021-09-02refactor(trace): Implement trace API for SWF readerFabian Mastenbroek
2021-09-02refactor(trace): Move Bitbrains format into separate moduleFabian Mastenbroek
2021-09-02refactor(format): Remove environment reader from format libraryFabian Mastenbroek
2021-09-02refactor(trace): Extract Parquet helpers into separate moduleFabian Mastenbroek
2021-09-02refactor(trace): Move GWF trace reader into separate moduleFabian Mastenbroek
2021-09-01feat(trace): Add API for trace readingFabian Mastenbroek
2021-09-01build(ui): Bump Next.js from 11.1.0 to 11.1.1dependabot[bot]
2021-08-31merge: Update build dependenciesFabian Mastenbroek
2021-08-31build: Update dependencies to latest versionFabian Mastenbroek
2021-08-31build: Update to Kotlin 1.5.30Fabian Mastenbroek
2021-08-25merge: Measure power draw in SimHost without PSU overheadFabian Mastenbroek
2021-08-25refactor(compute): Measure power draw without PSU overheadFabian Mastenbroek
2021-08-25refactor(simulator): Remove usage and speed fields from SimMachineFabian Mastenbroek
2021-08-25merge: Upgrade to OpenTelemetry 1.5Fabian Mastenbroek
2021-08-25refactor(capelin): Simplify metric extraction for monitorFabian Mastenbroek
2021-08-25fix(capelin): Eliminate unnecessary double to long conversionsFabian Mastenbroek
2021-08-25fix(simulator): Eliminate unnecessary double to long conversionsFabian Mastenbroek
2021-08-25build: Upgrade to OpenTelemetry 1.5Fabian Mastenbroek
2021-08-24merge: Add tests for interference and failures in CapelinFabian Mastenbroek
2021-08-24test(capelin): Add tests for interference and failuresFabian Mastenbroek
2021-08-24feat(compute): Add support for SimHost failureFabian Mastenbroek
2021-08-24feat(simulator): Add support for reporting interfered workFabian Mastenbroek
2021-08-24fix(capelin): Update Bitbrains trace testsFabian Mastenbroek
2021-08-24fix(capelin): Keep trace order after samplingFabian Mastenbroek
2021-08-24refactor(format): Clean up Bitbrains trace reader to enable re-useFabian Mastenbroek
2021-08-24merge: Execute trace fragments based on timestampsFabian Mastenbroek
2021-08-24fix(simulator): Support unaligned trace fragmentsFabian Mastenbroek
2021-08-24fix(simulator): Support trace fragments with zero cores availableFabian Mastenbroek
2021-08-24fix(simulator): Record overcommit only after deadlineFabian Mastenbroek
2021-08-24refactor(simulator): Execute traces based on timestampsFabian Mastenbroek
2021-08-22merge: Follow OpenStack's Nova scheduler implementation more closelyFabian Mastenbroek
2021-08-22refactor(compute): Update FilterScheduler to follow OpenStack's NovaFabian Mastenbroek
2021-08-22fix(compute): Track failed servers with counters correctlyFabian Mastenbroek