整理了一些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