Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Keshava Munegowda <[email protected]>
  • Loading branch information
kmgowda authored Sep 20, 2020
1 parent 68887e9 commit da42ebb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Running SBK locally:
usage: sbk
-class <arg> Storage Driver Class,
Available Drivers [Artemis, AsyncFile, BookKeeper,
ConcurrentQ, FdbRecord, File, FileStream,
ConcurrentQ, CouchDB, FdbRecord, File, FileStream,
FoundationDB, HDFS, Ignite, Jdbc, Kafka, MinIO,
MongoDB, Nats, NatsStream, Nsq, Pravega, Pulsar,
RabbitMQ, RocketMQ, RocksDB]
Expand All @@ -113,6 +113,21 @@ usage: sbk
-writers <arg> Number of writers
```


Just to check the SBK build issue the command

```
./gradlew check
```

Build only the SBK install binary

```
./gradlew installDist
```
executable binayr will be avialable at : <SBK directory>/./build/install/sbk/bin/sbk


## Running Performance benchmarking
The SBK can be executed to
- write/read specific amount of events/records to/from the storage driver (device/cluster)
Expand Down Expand Up @@ -413,7 +428,7 @@ usage: sbk -class Pulsar
-broker <arg> Broker URI, default: tcp://localhost:6650
-class <arg> Storage Driver Class,
Available Drivers [Artemis, AsyncFile, BookKeeper,
ConcurrentQ, FdbRecord, File, FileStream,
ConcurrentQ, CouchDB, FdbRecord, File, FileStream,
FoundationDB, HDFS, Ignite, Jdbc, Kafka, MinIO,
MongoDB, Nats, NatsStream, Nsq, Pravega, Pulsar,
RabbitMQ, RocketMQ, RocksDB]
Expand Down

0 comments on commit da42ebb

Please sign in to comment.