How can we calculate the bandwidth used by a workload sent to an SSD device with its average submission, completion and response time being available? Is there any formula for that? How can we implement it with C or C++?

An example of a workload is an asynchronous read-only one with data chunks of 4KB and a total data size of 128KB. The average response time of each request is 100usec after the simulation of it on a SSD device.

More Arghavan Mohammadhassani's questions See All
Similar questions and discussions