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

find out which requests have been sent to the storage system? #17

Closed alinezhad2018 closed 3 years ago

alinezhad2018 commented 3 years ago

hi,

when we run a simplessd as a full-system, Is it possible to check which requests have been sent to the storage systems (simpleSSD standalone)? in which part of codes the information about the requests (which are send to the storage system =simplessd) could be find?

Regards,

kukdh1 commented 3 years ago

Hi,

This should be help. https://docs.simplessd.org/en/v2.0.12/instructions/analyze.html

Thanks.

kukdh1 commented 3 years ago

P.S. You can use fio or other popular disk performance measurement tools (which can run on Linux) as you are running full-system simulation.