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
273 stars 149 forks source link

Fixed spelling mistake: Host_IO_Reqeust -> Host_IO_Request #18

Closed tmnvnbl closed 5 years ago

tmnvnbl commented 5 years ago

Two more additions: clearer message when simulations stops. gitignore file for build folder and executable.

arashta commented 5 years ago

LGTM, Thanks!

tmnvnbl commented 5 years ago

You're welcome! I was using the simulator a little and implementing some small changes here and there is one of the better ways to learn how it works. I'll try to make a pull request once in a while with something I found useful to have.