Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.