diff --git a/README.md b/README.md index 7b2c8ef3f..67acee451 100644 --- a/README.md +++ b/README.md @@ -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.