Closed larsks closed 3 years ago
I put together a small project that runs fio against our two storage backends.
The tests run for 60 seconds, and produce the following metrics:
bw_mean
-- average bandwidth in bytes/second (larger is better)iops
-- iops completed (larger is better)clat_ns.mean
-- completion latency in nanoseconds (smaller is better)My reading of the results is that the Ceph storage is comparable to the NFS storage.
I've included visualizations of these metrics below; these were produced using the analyze.py script from the project repository.
@larsks do we have a link to the project you created for this that would allow others to run the same test?
@joachimweyl yes, it's linked from an earlier comment: https://github.com/larsks/k8s-storage-profiler
Either run our own performance tests or find someone with existing experience evaluating openshift storage to perform the testing for us.