index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-compute
/
opendc-compute-simulator
/
src
Age
Commit message (
Expand
)
Author
2022-11-04
refactor: Use RandomGenerator as randomness source
Fabian Mastenbroek
2022-10-31
feat(sim/compute): Add support for snapshotting workloads
Fabian Mastenbroek
2022-10-28
perf(compute/sim): Use static logger field
Fabian Mastenbroek
2022-10-28
refactor(compute/service): Do not suspend on guest start
Fabian Mastenbroek
2022-10-28
feat(compute/sim): Model host boot time
Fabian Mastenbroek
2022-10-28
refactor(compute/sim): Use workload chaining for boot delay
Fabian Mastenbroek
2022-10-28
feat(sim/compute): Add completion parameter to startWorkload
Fabian Mastenbroek
2022-10-21
refactor(sim/compute): Re-implement using flow2
Fabian Mastenbroek
2022-10-06
build: Switch to Spotless for formatting
Fabian Mastenbroek
2022-10-06
style: Eliminate use of wildcard imports
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Rename runBlockingSimulation to runSimulation
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Use SimulationScheduler in coroutine dispatcher
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Simplify SimHypervisor class
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Make interference domain independent of profile
Fabian Mastenbroek
2022-09-22
refactor(compute): Simplify constructor of SimHost
Fabian Mastenbroek
2022-09-22
refactor(compute): Add separate error host state
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Extract Random dependency from interference model
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Move interference logic into VmInterferenceMember
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Pass interference key via parameter
Fabian Mastenbroek
2022-05-06
refactor(compute/service): Remove OpenTelemetry from "compute" modules
Fabian Mastenbroek
2022-05-04
refactor(compute): Directly expose scheduler stats to user
Fabian Mastenbroek
2022-05-03
refactor(compute): Expose CPU and system stats via Host interface
Fabian Mastenbroek
2022-02-18
fix(simulator): Flush results before accessing counters
Fabian Mastenbroek
2022-02-18
fix(compute): Disallow duplicate UIDs for SimHost
Fabian Mastenbroek
2022-02-15
refactor: Update OpenTelemetry to version 1.11
Fabian Mastenbroek
2021-10-25
refactor(simulator): Support running workloads without coroutines
Fabian Mastenbroek
2021-10-25
perf(telemetry): Prevent allocations during collection cycle
Fabian Mastenbroek
2021-10-25
feat(telemetry): Report provisioning time of virtual machines
Fabian Mastenbroek
2021-10-25
feat(compute): Support filtering hosts based on CPU capacity
Fabian Mastenbroek
2021-10-08
perf(simulator): Optimize SimTraceWorkload
Fabian Mastenbroek
2021-10-03
perf(compute): Optimize telemetry collection
Fabian Mastenbroek
2021-10-03
feat(simulator): Expose CPU time counters directly on hypervisor
Fabian Mastenbroek
2021-10-03
refactor(simulator): Migrate to flow-based simulation
Fabian Mastenbroek
2021-10-03
refactor(simulator): Merge distributor and aggregator into switch
Fabian Mastenbroek
2021-09-28
fix(compute): Do not recover guests in non-error state
Fabian Mastenbroek
2021-09-28
refactor(telemetry): Do not require clock for ComputeMetricExporter
Fabian Mastenbroek
2021-09-19
refactor(capelin): Make workload sampling model extensible
Fabian Mastenbroek
2021-09-19
perf(compute): Add option for optimizing SimHost simulation
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Standardize SimHost metrics
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Create separate MeterProvider per service/host
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Simplify CoroutineMetricReader
Fabian Mastenbroek
2021-09-10
test(compute): Add test suite for fault injector
Fabian Mastenbroek
2021-09-10
refactor(compute): Integrate fault injection into compute simulator
Fabian Mastenbroek
2021-09-07
fix(compute): Do not allow failure of inactive guests
Fabian Mastenbroek
2021-09-07
fix(compute): Use correct memory size for host memory
Fabian Mastenbroek
2021-09-07
feat(compute): Track guest up/down time
Fabian Mastenbroek
2021-09-07
fix(compute): Start host even if it already exists on host
Fabian Mastenbroek
2021-09-07
fix(compute): Support overcommitted memory in SimHost
Fabian Mastenbroek
2021-09-07
feat(compute): Track host up/down time
Fabian Mastenbroek
2021-08-25
refactor(compute): Measure power draw without PSU overhead
Fabian Mastenbroek
[next]