minio-warp

S3 benchmarking tool for measuring MinIO and S3 performance

brewmacoslinux
Try with needOr install directly
Source

About

S3 benchmarking tool

Commands

warp

Examples

Run a mixed workload benchmark against MinIO server$ warp mixed --host 127.0.0.1:9000 --access-key minioadmin --secret-key minioadmin
Benchmark PUT operations with 100 concurrent clients$ warp put --host s3.amazonaws.com --concurrent 100 --duration 60s
Run GET benchmark and save results to file$ warp get --host 127.0.0.1:9000 --duration 30s --obj.size 1MB --output-file results.json