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

root@pve-02-debian-10:~# apt-get update -y
root@pve-02-debian-10:~# apt-get full-upgrade -y

root@pve-02-debian-10:~# apt-get install git

root@pve-02-debian-10:~# git clone https://github.com/wasabi-tech/s3-benchmark.git

root@pve-02-debian-10:~/s3-benchmark# ./s3-benchmark -u http://192.168.1.151:9000 -a <AccessKey> -b benchmark -s <SecretKey> -t 10
Wasabi benchmark program v2.0
Parameters: url=http://192.168.1.151:9000, bucket=benchnark, region=us-east-1, duration=60, threads=10, loops=1, size=1M
Loop 1: PUT time 64.1 secs, objects = 110, speed = 1.7MB/sec, 1.7 operations/sec. Slowdowns = 0
Loop 1: GET time 60.2 secs, objects = 3584, speed = 59.6MB/sec, 59.6 operations/sec. Slowdowns = 0
Loop 1: DELETE time 1.3 secs, 85.5 deletes/sec. Slowdowns = 0

root@pve-02-debian-10:~/s3-benchmark#

Leave a Reply

You must be logged in to post a comment.