index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-simulator
/
opendc-simulator-compute
/
src
/
test
Age
Commit message (
Expand
)
Author
2022-10-28
feat(sim/compute): Add support for chaining workloads
Fabian Mastenbroek
2022-10-28
refactor(sim/compute): Provide workload constructors in SimWorkloads
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(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-09-21
refactor(sim/compute): Remove convergence listener parameter
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Move VM interference model into compute simulator
Fabian Mastenbroek
2021-10-25
refactor(simulator): Support running workloads without coroutines
Fabian Mastenbroek
2021-10-25
perf(compute): Redesign VM interference algorithm
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-10-03
refactor(simulator): Merge distributor and aggregator into switch
Fabian Mastenbroek
2021-10-03
refactor(simulator): Combine work and deadline to duration
Fabian Mastenbroek
2021-09-19
refactor(simulator): Remove dependency on SnakeYaml
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Standardize SimHost metrics
Fabian Mastenbroek
2021-08-25
refactor(simulator): Remove usage and speed fields from SimMachine
Fabian Mastenbroek
2021-08-25
fix(simulator): Eliminate unnecessary double to long conversions
Fabian Mastenbroek
2021-08-24
fix(simulator): Support trace fragments with zero cores available
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
2021-06-22
simulator: Add support for storage devices (v1)
Fabian Mastenbroek
2021-06-22
simulator: Add support for attaching network adapter to machine
Fabian Mastenbroek
2021-06-21
simulator: Re-organize compute simulator module
Fabian Mastenbroek
2021-06-21
simulator: Add Linux CPU frequency scaling governors
Hongyu
2021-06-20
simulator: Add Linux CPU frequency scaling governors
Hongyu
2021-06-14
simulator: Add energy modelling subsystem to OpenDC
Fabian Mastenbroek
2021-06-14
simulator: Add model for PSU power loss
Hongyu He
2021-06-11
simulator: Integrate power subsystem with compute subsystem
Fabian Mastenbroek
2021-06-09
simulator: Add memory resource
Fabian Mastenbroek
2021-06-03
simulator: Migrate frequency scaling governors to OS layer
Fabian Mastenbroek
2021-06-03
simulator: Split CPUFreq subsystem in compute simulator
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-03
simulator: Introduce SimResourceScheduler
Fabian Mastenbroek
2021-04-25
build: Migrate to flat project structure
Fabian Mastenbroek