Lines Matching +full:sdk +full:- +full:benchmarks

10 mvn clean install -pl :s3-benchmarks -P quick --am
13 java -jar s3-benchmarks.jar --bucket=bucket --key=key -file=/path/to/destionfile/ --operation=downl…
16 java -jar s3-benchmarks.jar --bucket=bucket --key=key -file=/path/to/sourcefile/ --operation=upload…
22 mvn exec:exec -Dexec.executable="java" -Dexec.args="-cp %classpath software.amazon.awssdk.s3benchma…
29 The `--version` command line option is used to determine which component is under test:
31 - `--version=crt` : Indicate to run the benchmark for the CRT's S3Client
32 - `--version=java` : Indicate to run the benchmark for the java based S3 Async Client (`MultipartS3…
33 - `--version=v2`: SDK v2 transfer manager (using `S3CrtAsyncClient` to delegate requests)
34 - `--version=v1`: SDK v1 transfer manager (using `AmazonS3Client` to delegate requests)
38 The `--operation` command line argument determine which transfer operation is used
41 |---|-------|
56 benchmark download|upload fs|tmpfs|no-op [<size>]
60 - operation: `download|upload`
61 - file system: `fs|tmpfs`
62 - `fs`: regular file system, under the root (`/`) directory
63 - `tmpfs`: in-memory file system (under the `/dev/shm` directory)
64 - size (opt): if specified, will only run the test with the specified size (file must exist)
66 The Benchmark suite will run the specified operation with different file sizes (1b 8MB+1 8MB-1 128M…
71 `1b 8MB+1 8MB-1 128MB 4GB 30GB` must all exists under `/` for `fs` or `/dev/shm/` for `tmpfs`. The …
76 benchmark-copy [<size>]
78 Files `1b 8MB+1 8MB-1 128MB 4GB 30GB`, or the one passed as an argument, need to exist in the s3 bu…
82 benchmark-dir download|upload fs|tmpfs [1B|4K|16M|5G]
84 - `fs` is located ia `~/tm_dire_file`
85 - `tmpfs` is located at `/dev/shm/tm_dir_file`
90 dependencies: [plotly](https://plotly.com/python/getting-started/)
95 creating static images also requires Kaleido ([more info](https://plotly.com/python/static-image-ex…