整理了一些s3 压力测试的工具,参考资料包含了完整的连接,但是比较推荐的是使用minio的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
原文:https://www.cnblogs.com/rongfengliang/p/15226239.html