index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-experiments
/
opendc-experiments-capelin
/
src
/
test
Age
Commit message (
Expand
)
Author
2022-05-06
refactor(compute/service): Remove OpenTelemetry from "compute" modules
Fabian Mastenbroek
2022-05-06
refactor(telemetry/compute): Support direct metric access
Fabian Mastenbroek
2022-04-22
refactor(compute): Load interference model via trace library
Fabian Mastenbroek
2022-02-18
fix(simulator): Flush results before accessing counters
Fabian Mastenbroek
2022-02-15
refactor: Update OpenTelemetry to version 1.11
Fabian Mastenbroek
2021-11-16
feat(workflow): Add helper tools for workflow simulations
Fabian Mastenbroek
2021-11-02
refactor(trace): Support gaps in trace data
Fabian Mastenbroek
2021-10-25
perf(telemetry): Prevent allocations during collection cycle
Fabian Mastenbroek
2021-10-25
perf(compute): Redesign VM interference algorithm
Fabian Mastenbroek
2021-10-25
fix(simulator): Compute energy usage in absence of convergence
Fabian Mastenbroek
2021-10-08
perf(simulator): Skip fair-share algorithm if capacity remaining
Fabian Mastenbroek
2021-10-05
perf(simulator): Manage deadlines centrally in max min mux
Fabian Mastenbroek
2021-10-03
feat(simulator): Expose CPU time counters directly on hypervisor
Fabian Mastenbroek
2021-10-03
refactor(simulator): Separate push and pull flags
Fabian Mastenbroek
2021-10-03
refactor(simulator): Merge distributor and aggregator into switch
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove onUpdate callback
Fabian Mastenbroek
2021-10-03
refactor(simulator): Invoke consumer callback on every invalidation
Fabian Mastenbroek
2021-10-03
perf(simulator): Reduce memory allocations in SimResourceInterpreter
Fabian Mastenbroek
2021-10-03
refactor(simulator): Combine work and deadline to duration
Fabian Mastenbroek
2021-09-28
refactor(telemetry): Do not require clock for ComputeMetricExporter
Fabian Mastenbroek
2021-09-19
feat(trace): Update OpenDC VM trace format
Fabian Mastenbroek
2021-09-19
refactor(capelin): Make workload sampling model extensible
Fabian Mastenbroek
2021-09-19
refactor(capelin): Support flexible topology creation
Fabian Mastenbroek
2021-09-19
refactor(capelin): Extract common code out of Capelin experiments
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Standardize SimHost metrics
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Standardize compute scheduler metrics
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Create separate MeterProvider per service/host
Fabian Mastenbroek
2021-09-17
build(telemetry): Update to OpenTelemetry 1.6.0
Fabian Mastenbroek
2021-09-10
refactor(compute): Integrate fault injection into compute simulator
Fabian Mastenbroek
2021-09-10
refactor(capelin): Terminate servers after reaching deadline
Fabian Mastenbroek
2021-09-07
refactor(capelin): Restructure input reading classes
Fabian Mastenbroek
2021-09-07
refactor(capelin): Move metric collection outside Capelin code
Fabian Mastenbroek
2021-09-07
feat(capelin): Report up/downtime metrics in experiment monitor
Fabian Mastenbroek
2021-09-02
refactor(trace): Implement trace API for WTF reader
Fabian Mastenbroek
2021-09-02
refactor(format): Remove environment reader from format library
Fabian Mastenbroek
2021-08-25
refactor(compute): Measure power draw without PSU overhead
Fabian Mastenbroek
2021-08-25
fix(capelin): Eliminate unnecessary double to long conversions
Fabian Mastenbroek
2021-08-25
build: Upgrade to OpenTelemetry 1.5
Fabian Mastenbroek
2021-08-24
test(capelin): Add tests for interference and failures
Fabian Mastenbroek
2021-08-24
fix(capelin): Update Bitbrains trace tests
Fabian Mastenbroek
2021-08-24
fix(simulator): Support unaligned trace fragments
Fabian Mastenbroek
2021-08-24
fix(simulator): Record overcommit only after deadline
Fabian Mastenbroek
2021-08-24
refactor(simulator): Execute traces based on timestamps
Fabian Mastenbroek
2021-08-22
refactor(compute): Update FilterScheduler to follow OpenStack's Nova
Fabian Mastenbroek
2021-06-24
simulator: Re-implement performance interference model
Fabian Mastenbroek
2021-06-24
format: Remove performance interference from trace readers
Fabian Mastenbroek
2021-06-02
simulator: Add uniform interface for resource metrics
Fabian Mastenbroek
2021-06-01
simulator: Centralize resource logic in SimResourceInterpreter
Fabian Mastenbroek
2021-05-04
exp: Fix aggregation of power draw
Fabian Mastenbroek
2021-04-25
build: Migrate to flat project structure
Fabian Mastenbroek