Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmgowda authored Jan 7, 2020
1 parent 46edffb commit 9694577
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
-->

# Distributed Storage Benchmark Tool [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Version](https://img.shields.io/badge/release-0.5-blue)](https://github.com/kmgowda/dsb/releases)
# Data Storage Benchmark Tool [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Version](https://img.shields.io/badge/release-0.5-blue)](https://github.com/kmgowda/dsb/releases)

The Distributed Storage Benchmark (DSB) tool used for the performance benchmarking of Distributed Storage Systems.
Currently it suports benchmarking of pravega and Kafka streaming storage clusters and in future benchmark of more streaming storage will be added. This tool performs the throughput and latency analysis for the multi producers/writers and consumers/readers of pravega.
The Data Storage Benchmark (DSB) tool used for the performance benchmarking of any storage system. Currently it suports benchmarking of Distriuted storage systems pravega and Kafka streaming storage clusters and in future benchmark of more streaming storage will be added. This tool performs the throughput and latency analysis for the multi producers/writers and consumers/readers of pravega.
it also validates the end to end latency. The write and/or read latencies can be stored in a CSV file for later analysis.
At the end of the performance benchmarking, this tool outputs the 50th, 75th, 95th , 99th, 99.9th and 99.99th latency percentiles.

Expand Down

0 comments on commit 9694577

Please sign in to comment.