整理了一些s3 壓力測試的工具,參考資料包含了完整的連接,但是比較推薦的是使用minio的warp(分布式,強大)
warp 分布式測試架構
參考使用
- 混合模式(單機)
warp mixed --host=s3-server{1...8}:9000 --access-key=minio --secret-key=minio123 --autoterm
- 集群模式
warp get --duration=3m --warp-client=client-{1...10} --host=minio-server-{1...16} --access-key=minio --secret-key=minio12
說明
minio 的warp是一個很不錯的s3壓力測試工具,很值得使用
參考資料
https://github.com/dvassallo/s3-benchmark
https://github.com/wasabi-tech/s3-benchmark
https://github.com/igneous-systems/s3bench
https://github.com/intel-cloud/cosbench
https://github.com/minio/warp