diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 15:13:40 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 15:13:40 +0200 |
commit | a744f72f15f45818e39848bfa4c03b5af6c2cf9a (patch) | |
tree | e57f22094366612e4a398875bed509e6c35879a4 /benchmarks/s3billion/README.md | |
parent | ac4f100da17678435012966c067b14ae266ff278 (diff) | |
download | mknet-a744f72f15f45818e39848bfa4c03b5af6c2cf9a.tar.gz mknet-a744f72f15f45818e39848bfa4c03b5af6c2cf9a.zip |
Bench PutObject with many parallel small obj
Diffstat (limited to 'benchmarks/s3billion/README.md')
-rw-r--r-- | benchmarks/s3billion/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/benchmarks/s3billion/README.md b/benchmarks/s3billion/README.md new file mode 100644 index 0000000..95936bc --- /dev/null +++ b/benchmarks/s3billion/README.md @@ -0,0 +1,22 @@ +# s3lat + +## installation + +```bash +go get git.deuxfleurs.fr/quentin/s3lat@latest +``` + +## usage + +```bash +export ENDPOINT=[fc00:9a7a:9e::1]:9000 +export AWS_ACCESS_KEY_ID=minioadmin +export AWS_SECRET_ACCESS_KEY=minioadmin + +s3lat +``` + +## see also + + - https://git.deuxfleurs.fr/quentin/benchmarks + - https://git.deuxfleurs.fr/trinity-1686a/mknet |