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

Is there any benchmark which is affected the storage system have been already run with Amber? #19

Closed alinezhad2018 closed 3 years ago

alinezhad2018 commented 3 years ago

Hi,

I could run different fio commands on Amber, but as the fio commands directly send to the storage system, we couldn't check the effect of other parts of system (such as memory, cache and so on) on the performance of storage system. I wonder if you have run any specific benchmark which is send some requests to the storage system (interactive with storage part of system) on Amber?

Regards,

kukdh1 commented 3 years ago

Hi,

You can any kinds of workloads (such as database, web server) that can be run on conventional Linux on gem5. (You may need to cross-compile them if you using ARM arch.)

Even docker runs on gem5, you can freely selects the workload.

Thanks.