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
/
test
Age
Commit message (
Expand
)
Author
2025-01-16
Add support for schedulers which can receive task state change updates (#290)
Sacheendra Talluri
2024-10-25
Rewrote the FlowEngine (#256)
Dante Niewenhuis
2024-09-16
All simulation are now run with a single CPU and single MemoryUnit. multi CPU...
Dante Niewenhuis
2024-09-12
Added max number of failures (#254)
Dante Niewenhuis
2024-09-05
Sim trace update (#249)
Dante Niewenhuis
2024-08-27
Renamed input files and internally server is changed to task (#246)
Dante Niewenhuis
2024-06-17
Fixed CPU limit problem (#234)
Dante Niewenhuis
2024-05-07
Revamped failure models (#228)
Dante Niewenhuis
2024-03-05
Cpu fix (#208)
Dante Niewenhuis
2024-03-05
Updated package versions, updated web server tests. (#207)
Dante Niewenhuis
2024-02-16
Metric update (#205)
Dante Niewenhuis
2023-12-14
Updated tests to run successfully (#187)
Dante Niewenhuis
2022-11-27
refactor(compute/api): Do not suspend in compute API
Fabian Mastenbroek
2022-11-13
refactor: Replace use of CoroutineContext by Dispatcher
Fabian Mastenbroek
2022-11-13
refactor(sim/core): Re-implement SimulationScheduler as Dispatcher
Fabian Mastenbroek
2022-11-13
refactor: Use InstantSource as time source
Fabian Mastenbroek
2022-11-04
refactor: Use RandomGenerator as randomness source
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-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(sim/compute): Extract Random dependency from interference model
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-15
refactor: Update OpenTelemetry to version 1.11
Fabian Mastenbroek
2021-10-25
perf(telemetry): Prevent allocations during collection cycle
Fabian Mastenbroek
2021-10-08
perf(simulator): Optimize SimTraceWorkload
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-09-28
refactor(telemetry): Do not require clock for ComputeMetricExporter
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-07
feat(compute): Track guest up/down time
Fabian Mastenbroek
2021-09-07
feat(compute): Track host up/down time
Fabian Mastenbroek
2021-08-25
build: Upgrade to OpenTelemetry 1.5
Fabian Mastenbroek
2021-08-24
feat(compute): Add support for SimHost failure
Fabian Mastenbroek
2021-08-24
fix(capelin): Update Bitbrains trace tests
Fabian Mastenbroek
2021-08-24
refactor(simulator): Execute traces based on timestamps
Fabian Mastenbroek
2021-06-24
simulator: Re-implement performance interference model
Fabian Mastenbroek
[next]