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

Question about Amber paper (parameters bandwidth and latency in Amber simulator) #21

Closed sac2019 closed 3 years ago

sac2019 commented 3 years ago

Hi,

I studied the Amber paper, and try to work with Amber simulator but I couldn't find out which parameters in output results of Amber simulator are related to the bandwidth and latency which are reported in Fig 8 and Fig.9 of Amber paper. I means which parameters from stats file stands for these to evaluation terms(latency and bandwidth)

Thanks

kukdh1 commented 3 years ago

Hi,

Bandwidth and latency values are reported by fio, not in stat file. You need to run full-system and execute fio on NVMe block device. Result will be printed out to stdout.

Thanks.