|
10 | 10 | blobcheck s3 [flags] |
11 | 11 | ``` |
12 | 12 |
|
13 | | -### Flags |
14 | | - |
15 | | -``` |
16 | | - -h, --help help for s3 |
17 | | -``` |
18 | | - |
19 | 13 | ### Global Flags |
20 | 14 |
|
21 | | -``` |
22 | | - --db string PostgreSQL connection URL |
23 | | - (default "postgresql://root@localhost:26257?sslmode=disable") |
24 | | - --endpoint string http endpoint, if uri is not specified |
25 | | - --path string destination path (e.g. bucket/folder), if uri is not specified |
26 | | - --uri string in the [scheme]://[host]/[path]?[parameters] format |
27 | | - --verbose increase logging verbosity to debug |
| 15 | +```text |
| 16 | + --db string PostgreSQL connection URL (default "postgresql://root@localhost:26257?sslmode=disable") |
| 17 | + --endpoint string http endpoint |
| 18 | + --guess perform a short test to guess suggested parameters: |
| 19 | + it only require access to the bucket; |
| 20 | + it does not try to run a full backup/restore cycle |
| 21 | + in the CockroachDB cluster. |
| 22 | + -h, --help help for blobcheck |
| 23 | + --path string destination path (e.g. bucket/folder) |
| 24 | + --uri string S3 URI |
| 25 | + -v, --verbosity count increase logging verbosity to debug |
| 26 | + --workers int number of concurrent workers (default 5) |
| 27 | + --workload-duration duration duration of the workload (default 5s) |
28 | 28 | ``` |
29 | 29 |
|
30 | 30 | ### Credentials |
@@ -72,8 +72,9 @@ blobcheck s3 --uri 's3://mybucket/cluster1_backup?AWS_ACCESS_KEY_ID=..&AWS_SECRE |
72 | 72 | ├──────┬────────────┬─────────────┬────────┤ |
73 | 73 | │ node │ read speed │ write speed │ status │ |
74 | 74 | ├──────┼────────────┼─────────────┼────────┤ |
75 | | -│ 1 │ 100MB/s │ 50MB/s │ OK │ |
76 | | -│ 2 │ 200MB/s │ 100MB/s │ OK │ |
| 75 | +│ 1 │ 103MB/s │ 51MB/s │ OK │ |
| 76 | +│ 2 │ 101MB/s │ 50MB/s │ OK │ |
| 77 | +| 3 │ 100MB/s │ 49MB/s │ OK │ |
77 | 78 | └──────┴────────────┴─────────────┴────────┘ |
78 | 79 | ``` |
79 | 80 |
|
|
0 commit comments