Storage Benchmark Kit Version 0.951
This Release version 0.951 includes
- Code restructured and created the new packages named: Time, PerL (Periodic Latencies) under the project 'sbk-api'
- Bug Fixes
How to Use SBK:
-
unzip (untar) the file sbk-0.951.tar
For example : tar -xvf sbk-0.951.tar -C ./ -
For performance bench-marking use this extracted binary file : "</SBK directory/> /bin/sbk"
below is the help output:
usage: sbk
Storage Benchmark Kit
-class <arg> Storage Driver Class,
Available Drivers [Artemis, AsyncFile, BookKeeper,
Cassandra, CephS3, ConcurrentQ, CouchDB, CSV, Db2,
Derby, FdbRecord, File, FileStream, FoundationDB,
HDFS, Hive, Ignite, Jdbc, Kafka, LevelDB, MariaDB,
MinIO, MongoDB, MsSql, MySQL, Nats, NatsStream, Nsq,
Null, OpenIO, PostgreSQL, Pravega, Pulsar, RabbitMQ,
Redis, RedPanda, RocketMQ, RocksDB, SeaweedS3,
SQLite]
-context <arg> Prometheus Metric context;
'no' disables this option; default: 9718/metrics
-csvfile <arg> CSV file to record results;
'no' disables this option, default: no
-help Help message
-id <arg> Instance ID, default: 0
-maxlatency <arg> Maximum latency;
use '-time' for time unit; default:180000 ms
-minlatency <arg> Minimum latency;
use '-time' for time unit; default:0 ms
-ram <arg> SBK RAM host; 'no' disables this option, default: no
-ramport <arg> SBK RAM Port; default: 9717
-readers <arg> Number of readers
-records <arg> Number of records(events) if 'seconds' not specified;
otherwise, Maximum records per second by writer(s);
and/or
Number of records per second by reader(s)
-rsec <arg> Number of seconds/step for readers, default: 0
-rstep <arg> Number of readers/step, default: 1
-seconds <arg> Number of seconds to run
if not specified, runs forever
-size <arg> Size of each message (event or record)
-sync <arg> Each Writer calls flush/sync after writing <arg>
number of of events(records); and/or
<arg> number of events(records) per Write or Read
Transaction
-throughput <arg> If > 0, throughput in MB/s
If 0, writes/reads 'records'
If -1, get the maximum throughput (default: -1)
-time <arg> Latency Time Unit [ms:MILLISECONDS, mcs:MICROSECONDS,
ns:NANOSECONDS]; default: ms
-writers <arg> Number of writers
-wsec <arg> Number of seconds/step for writers, default: 0
-wstep <arg> Number of writers/step, default: 1
Please report issues at https://github.com/kmgowda/SBK
How to Use SBK-RAM:
-
unzip (untar) the file sbk-ram-0.915.tar
For example : tar -xvf ssbk-ram-0.951.tar -C ./ -
For performance bench-marking use this extracted binary file : "</SBK-RAM directory/> /bin/sbk-ram"
below is the help output:
usage: sbk-ram
Storage Benchmark Kit - Results Aggregation Monitor
-action <arg> action [r: read, w: write, wr: write and read],
default: r
-class <arg> storage class name; run 'sbk -help' to see the list
-context <arg> Prometheus Metric context;
'no' disables this option; default: 9719/metrics
-csvfile <arg> CSV file to record results;
'no' disables this option, default: no
-help Help message
-max <arg> Maximum number of connections; default: 1000
-maxlatency <arg> Maximum latency;
use '-time' for time unit; default:180000 ms
-minlatency <arg> Minimum latency;
use '-time' for time unit; default:0 ms
-ramport <arg> RAM port number; default: 9717
-time <arg> Latency Time Unit [ms:MILLISECONDS, mcs:MICROSECONDS,
ns:NANOSECONDS]; default: ms
Please report issues at https://github.com/kmgowda/SBK
How to Use SBK-GEM:
-
unzip (untar) the file sbk-gem-0.951.tar
For example : tar -xvf sbk-gem-0.951.tar -C ./ -
For performance bench-marking use this extracted binary file : "</SBK-GEM directory/> /bin/sbk-gem"
below is the help output:
usage: sbk-gem
Storage Benchmark Kit - Group Execution Monitor
-class <arg> Storage Driver Class,
Available Drivers [Artemis, AsyncFile, BookKeeper,
Cassandra, CephS3, ConcurrentQ, CouchDB, CSV, Db2,
Derby, FdbRecord, File, FileStream, FoundationDB,
HDFS, Hive, Ignite, Jdbc, Kafka, LevelDB, MariaDB,
MinIO, MongoDB, MsSql, MySQL, Nats, NatsStream, Nsq,
Null, OpenIO, PostgreSQL, Pravega, Pulsar, RabbitMQ,
Redis, RedPanda, RocketMQ, RocksDB, SeaweedS3,
SQLite]
-context <arg> Prometheus Metric context;
'no' disables this option; default: 9719/metrics
-copy <arg> Copy the SBK package to remote hosts; default: true
-csvfile <arg> CSV file to record results;
'no' disables this option, default: no
-delete <arg> Delete SBK package after benchmark; default: true
-gempass <arg> ssh user password of the remote hosts, default:
-gemport <arg> ssh port of the remote hosts, default: 22
-gemuser <arg> ssh user name of the remote hosts, default: user
-help Help message
-id <arg> Instance ID, default: 0
-localhost <arg> this local RAM host name, default: kmgs-MBP.Dlink
-maxlatency <arg> Maximum latency;
use '-time' for time unit; default:180000 ms
-minlatency <arg> Minimum latency;
use '-time' for time unit; default:0 ms
-nodes <arg> remote hostnames separated by ',';
default:localhost
-ramport <arg> RAM port number; default: 9717
-readers <arg> Number of readers
-records <arg> Number of records(events) if 'seconds' not specified;
otherwise, Maximum records per second by writer(s);
and/or
Number of records per second by reader(s)
-rsec <arg> Number of seconds/step for readers, default: 0
-rstep <arg> Number of readers/step, default: 1
-sbkcommand <arg> remote sbk command; command path is relative to
'sbkdir', default: bin/sbk
-sbkdir <arg> directory path of sbk application, default:
/Users/kmg/projects/SBK/build/install/sbk
-seconds <arg> Number of seconds to run
if not specified, runs forever
-size <arg> Size of each message (event or record)
-sync <arg> Each Writer calls flush/sync after writing <arg>
number of of events(records); and/or
<arg> number of events(records) per Write or Read
Transaction
-throughput <arg> If > 0, throughput in MB/s
If 0, writes/reads 'records'
If -1, get the maximum throughput (default: -1)
-time <arg> Latency Time Unit [ms:MILLISECONDS, mcs:MICROSECONDS,
ns:NANOSECONDS]; default: ms
-writers <arg> Number of writers
-wsec <arg> Number of seconds/step for writers, default: 0
-wstep <arg> Number of writers/step, default: 1
Please report issues at https://github.com/kmgowda/SBK
How to Use SBK-GEM-YAL:
-
unzip (untar) the file sbk-gem-yal-0.951.tar
For example : tar -xvf sbk-gem-yal-0.951.tar -C ./ -
For performance bench-marking use this extracted binary file : "</SBK-GEM-YAL directory/> /bin/sbk-gem-yal"
below is the help output:
usage: sbk-gem-yal
Storage Benchmark Kit-Group Execution Monitor-YML Arguments Loader
-f <arg> SBK-GEM YAML file, default: ./sbk-gem.yml
-help Help message
Please report issues at https://github.com/kmgowda/SBK