Quantcast
Viewing all articles
Browse latest Browse all 1180

s3-benchmark – performance benchmarking methodologies used to test the performance of different cloud storage providers

s3-benchmark – for 10 threads with the default 1MB object size. The benchmark reports for each operation PUT GET and DELETE the results in terms of data speed and operations per second the program writes all results to the log file benchmark.log

# git clone https://github.com/wasabi-tech/s3-benchmark.git
# ./s3-benchmark.ubuntu  -u <URL> -a <MY-ACCESS-KEY> -b <BUCKET> -s <MY-SECRET-KEY> -t 10
Parameters: url=<URL>, bucket=<BUCKET>, duration=60, threads=10, loops=1, size=1M
Loop 1: PUT time 60.1 secs, objects = 5484, speed = 91.3MB/sec, 91.3 operations/sec.
Loop 1: GET time 60.1 secs, objects = 5483, speed = 91.3MB/sec, 91.3 operations/sec.
Loop 1: DELETE time 1.9 secs, 2923.4 deletes/sec.
Benchmark completed.

Viewing all articles
Browse latest Browse all 1180

Trending Articles