You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/s3bench/target/s3bench-1.0.0$ grep create s3bench.properties
# determines, whether this tool may create it.
# true: s3bench may create the target bucket
create_bucket=true
~/s3bench/target/s3bench-1.0.0$ bash -x ./s3bench.sh s3.cloud.syseleven.net sneubauertestbucket XXXXXXXXXXXXX XXXXXXXXXXXXXXX ./s3bench.properties
+ java -cp 'lib/*:bin/*' com.quobyte.s3bench.S3BenchmarkClient s3.cloud.syseleven.net sneubauertestbucket XXXXXXXXXXX XXXXXXXXXXXXXX ./s3bench.properties
S3 Service Benchmark (powered by Amazon SDK 1.11.186)
Path-style bucket addressing: true
HTTPS: true
Client-side MD5 verification: false
Number of samples: 10
Throughput runtime: 600 s
# unsigned payload benchmark
## single stream latency
Object size: 4.00 KiB
method, min, max, avg, throughput (based on avg), ops/s (based on avg), operation count
com.amazonaws.services.s3.model.AmazonS3Exception: The specified bucket does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchBucket; Request ID: 2225263853416126601; S3 Extended Request ID: null), S3 Extended Request ID: null
com.amazonaws.services.s3.model.AmazonS3Exception: The specified bucket does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchBucket; Request ID: 2225263853416126601; S3 Extended Request ID: null), S3 Extended Request ID: null
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleErrorResponse(AmazonHttpClient.java:1592)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeOneRequest(AmazonHttpClient.java:1257)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1029)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:741)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:715)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:697)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:665)
at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:647)
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:511)
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4227)
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4174)
at com.amazonaws.services.s3.AmazonS3Client.putObject(AmazonS3Client.java:1722)
at com.amazonaws.services.s3.AmazonS3Client.putObject(AmazonS3Client.java:1584)
at com.quobyte.s3bench.S3BenchmarkClient$PutClient.sampleRun(S3BenchmarkClient.java:115)
at com.quobyte.s3bench.S3BenchmarkClient$Sampler.run(S3BenchmarkClient.java:70)
at com.quobyte.s3bench.S3BenchmarkClient.singleStreamWritePerformance(S3BenchmarkClient.java:199)
at com.quobyte.s3bench.S3BenchmarkClient.singleStreamPerformanceTest(S3BenchmarkClient.java:172)
at com.quobyte.s3bench.S3BenchmarkClient.main(S3BenchmarkClient.java:452)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: