CMU-SAFARI / MQSim

MQSim is a fast and accurate simulator modeling the performance of modern multi-queue (MQ) SSDs as well as traditional SATA based SSDs. MQSim faithfully models new high-bandwidth protocol implementations, steady-state SSD conditions, and the full end-to-end latency of requests in modern SSDs. It is described in detail in the FAST 2018 paper by Arash Tavakkol et al., "MQSim: A Framework for Enabling Realistic Studies of Modern Multi-Queue SSD Devices" (https://people.inf.ethz.ch/omutlu/pub/MQSim-SSD-simulation-framework_fast18.pdf)
https://people.inf.ethz.ch/omutlu/pub/MQSim-SSD-simulation-framework_fast18.pdf
MIT License
268 stars 144 forks source link

Trying to set parameters for defining a proper workload to GC algorithms comparison #52

Open abolfazlamini opened 3 years ago

abolfazlamini commented 3 years ago

Hello, I want to define a workload to compare my Garbage Collection algorithm versus other algorithms to see how it performs. Is there a sample workload definition which is specifically used for GC comparison? Or is there any documentation or guide about defining workloads.