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)
Jesus, when i try to run the porgram with valgrind or address sanitizer, there are so many memory leaks. And there are so many "new" without "delete"...
Yes, I have encountered the same problem. In a workload configuration file, only 20 concurrent four loads were placed, causing memory accumulation to skyrocket. I'm not sure if you have solved this problem. If so, can I get your solution
Jesus, when i try to run the porgram with valgrind or address sanitizer, there are so many memory leaks. And there are so many "new" without "delete"...