IBM / k8s-storage-perf

This git repo will host the playbooks for collecting performance metrics for a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
9 stars 18 forks source link

Output units wrong Mb/s -> MiB/s #20

Closed mulbc closed 12 months ago

mulbc commented 1 year ago

The output of sysbench is in MiB/s not Mb/s. We need to change this in the output of this tool too

datapresso commented 12 months ago

Knowledge Center is referencing 11 MB/s for CP4D, should it be 11 MiB instead? https://www.ibm.com/docs/en/cloud-paks/cp-data/4.7.x?topic=requirements-hardware#hardware-reqs__disk @bxu1999

bxu1999 commented 12 months ago

Okay, I've updated this project's output result.csv to use MiB/s, but we believe that inherently the underlying container produces the result json files with field keys using Mb/s. We'll have to dig into this a bit further when get a chance. For now, the issue raised here is fixed. Please check and review and provide your feedback.

image