SimpleSSD / SimpleSSD-FullSystem

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
BSD 3-Clause "New" or "Revised" License
88 stars 46 forks source link

Modify code to simulate SSD Read/Writes without fio benchmark #9

Closed ray5273 closed 4 years ago

ray5273 commented 4 years ago

Running Environment (please complete the following information):

Execution information

Explain what you want to ask here:

Hello, I'm trying to generate SSD Read/Write execution in simulation without using fio benchmark program.

My questions are below:

  1. Is it possible to generate SSD Read/Write inside of simulation with adding SimObject or modifying code in SimpleSSD?

  2. If answer of first question is possible, where is the proper position of additional codes? (ex) src/dev/storage/simplessd , or need to add directory)

  3. If answer of first question is impossible, is there any way to add custom I/O using C or C++ language code in kernel file ?

kukdh1 commented 4 years ago

Hi,

It looks like you don't need full-system environment. You can use standalone version to generate synthesized I/O or replaying trace file.

Thanks.