s3-benchmark
s3-benchmark copied to clipboard
Measure Amazon S3's performance from any location.
The build depends on `progressbar/v2`, which no longer exists. Update it to simply `progressbar`. Closes #17 Signed-off-by: Matthew Ahrens @dvassallo, I noticed that there haven't been many updates to this...
There doesn't appear to be a flag/option to test against insecure (self-signed or otherwise untrusted) endpoints. Am I simply missing something? I'll offer a preemptive mea culpa here...I've inherited a...
From this doc https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#Error, the server returns `NoSuchKey` error if a removing object doesn't exist. This PR fixes the issue and also update the binaries.
Update and fixed bug on bool flags
Would be nice to benchmark write performance as well. S3 is used for backups a lot.
It looks like `-samples 1000000` or, eg. `-samples 100` makes no difference. Shouldn't 1000000 samples take longer than 100?
Hi, Environment setup: testvm => 2x harpoxy-s3 => 3x ceph radosgw Rados gw runs on dedicated hardware while testvm and haproxy-s3 runs on openstack. This setup works good since i...
Hi @dvassallo, Great utility! I'm attempting to run `dep ensure` but the process fails. Any guidance is appreciated! ``` ... v0.2.0: Could not introduce github.com/schollz/[email protected], as its subpackage github.com/schollz/progressbar/v2 is...
An interesting benchmark and if I understand it correctly it measures latencies and throughput when being accessed from S3 instances. I think it would be interesting to see how it...