-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compare MinIO vs OpenIO performance using SBK #311
Comments
@kmgowda Hi sir i tried both method, right now i have all separate .xlsx and .csv for both Read benchmark and Write benchmark i also tried grafana to get performance benchmark from my side, from there i created 2 .json files, which showing my results after importing them again in grafana. how can i share or help with this issure. |
@Amartya-Mahato Awesome.. please share all the results in this issue.. Also, please share your test setup details also |
@kmgowda Sorry for the late, my health was not good. |
Grafna Results are little different from .xlsx files because i took Grafna results first.1. Grafna Results snapshot ( recommended ) and i was unable to attach Jason files to this issue, that's why i am attaching direct links.
2. Excel Results, you can view results in google sheets or can download it.
|
@Amartya-Mahato These results are good.. but you should use the sbk-charts application to generate the graphs. |
Do i have to attach new grafana results again?? |
@Amartya-Mahato The openio and mino numbers need to combined into one xls file; its easy supply both CSV file (1- containting openio results and 2- containing minio results ) to sbk-charts , it will draw graph comparing both openio and minio results. |
yes this is correct .. please give you test setup details on how you made openio and minio working in your setup? |
As per OpenIO Documentation following commands i used to set it up.
i also used this command to know private IP
|
Describe the Issue (Bug/Feature)
Compare MinIO and OpenIO performance using SBK
To Reproduce
make the MinIO and OpenIO 3 nodes setup at least for baremetal setup
use option "-class MinIO" for MinIO performance benchmarking
use option "-class OpenIO" for Redpanda for performance benchmarking
while running sbk use option "-csvfile " to store the results in csv file
use the csv files containing the performance results of MinIO and OpenIO as inputs to sbk-charts to generate the excel file with graphs.
Expected behavior
performance result graphs in grafana or in excel file
Additional context
for Minio examples refer here : https://github.com/kmgowda/SBK/tree/master/driver-minio
for openio example refer here: https://github.com/kmgowda/SBK/tree/master/driver-openio
for sbk-charts examples refer here: https://github.com/kmgowda/SBK#sbk-charts
for grafana examples refer here: https://github.com/kmgowda/SBK#grafana-dashboards-of-sbk
The text was updated successfully, but these errors were encountered: