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
2024-10-30
Added power sources to OpenDC (#258)
Dante Niewenhuis
2024-10-29
Updated all floats to Doubles (#257)
Dante Niewenhuis
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-10
rewritten the checkpointing model (#250)
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-04-29
Fixed several cpu related bugs, changed input topology (#226)
Dante Niewenhuis
2024-04-17
Added support for carbon traces (#218)
Dante Niewenhuis
2024-04-11
Added absolute timestamp based on the given workload to the output files (#215)
Dante Niewenhuis
2024-03-19
Scenario and Portfolio update (#209)
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
2024-02-14
Updated metrics and parquet output (#195)
Dante Niewenhuis
2024-01-08
refactored opendc-experiment-compute (#190)
Dante Niewenhuis
2023-12-14
Updated tests to run successfully (#187)
Dante Niewenhuis
2023-11-14
Updated TraceReader, Simulation now continues until all tasks are done
Dante Niewenhuis
2022-11-27
refactor(compute/service): Do not split interface and implementation
Fabian Mastenbroek
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-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
[next]