kmgowda / SBK

Storage Benchmark Kit
https://kmgowda.github.io/SBK
Apache License 2.0
30 stars 66 forks source link

Added OpenIO and MinIO results in sample/charts. #341

Closed Amartya-Mahato closed 2 years ago

Amartya-Mahato commented 2 years ago

Issue -> #311

  1. To get write benchmarks.
    ./build/install/sbk/bin/sbk -class minio -writers 1 -size 100 -seconds 60 -csvfile file_name_write.csv
  2. To get read benchmarks.
    ./build/install/sbk/bin/sbk -class minio -readers 1 -size 100 -seconds 60 -csvfile file_name_read.csv

As per OpenIO Documentation following commands i used to set it up.

  1. To pull Docker Image
    docker pull openio/sds:20.04
  2. To run image and map the oioswift port ( here i used -d option for detached mode )
    docker run -d --name oio-sds -p 6007:6007 openio/sds

    i also used this command to know private IP docker inspect -f '{{ .NetworkSettings.IPAddress }}' oio-sds that's how i set up OpenIO image in my system.

  1. To get write benchmarks.
    ./build/install/sbk/bin/sbk -class openio -url http://127.0.0.1:6007  -writers 1 -size 100 -seconds 60 -csvfile OpenIo_file_name_write.csv
  2. To get read benchmarks.
    ./build/install/sbk/bin/sbk -class openio -url http://127.0.0.1:6007  -readers 1 -size 100 -seconds 60 -csvfile OpenIO_file_name_read.csv

kmgowda commented 2 years ago

@Amartya-Mahato I am merging with PR with SODAMED label; if you complete the same experiment with bare metal deployment (without dockers) of minio and openio ; you can earn SODAHIGH label