Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaocegege/scheduler-simulator
For researchers: Simulate scheduler behaviors in data centers
https://github.com/gaocegege/scheduler-simulator
scheduler simulation simulator sparrow
Last synced: 12 days ago
JSON representation
For researchers: Simulate scheduler behaviors in data centers
- Host: GitHub
- URL: https://github.com/gaocegege/scheduler-simulator
- Owner: gaocegege
- License: apache-2.0
- Created: 2017-02-21T09:02:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T05:08:21.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T14:38:02.804Z (about 2 months ago)
- Topics: scheduler, simulation, simulator, sparrow
- Language: Python
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scheduler Simulator
The idea is inspired by [radlab/sparrow](https://github.com/radlab/sparrow) which implements an event-based simulator to compare its decentralized implementation to other schedulers. And [Hawk](https://www.usenix.org/conference/atc15/technical-session/presentation/delgado) augments the simulator and uses many open traces such as [google/cluster-data](https://github.com/google/cluster-data) to simulate the scheduler process.
This repo tries to implement a general simulator to integrate more scheduling algorithms, and support some open traces.