Recording and Checking the disk read write speed of a python program

22 views Asked by At

I have created a simple python program using the pypcie package on Linux(Ubuntu) so that I can access a 1GB DDR3 memory on an fpga board through pcie. I want to test the throughput of my program when writing 1GB to the DDR3 module and reading 1GB from the DDR3 module separately. Is there a way to do this?

0

There are 0 answers