|
2 | 2 | # as well as some which will be 'swept' over for experiments.
|
3 | 3 |
|
4 | 4 | defaults:
|
5 |
| - - _self_ |
| 5 | + - _self_ |
6 | 6 |
|
7 | 7 | # ===== Common parameters for all benchmarks =====
|
8 | 8 | s3_bucket: ???
|
9 | 9 | s3_result_bucket: !!null
|
10 | 10 | application_workers: 1
|
11 | 11 | iteration: 0
|
12 | 12 | iterations: 1
|
13 |
| -run_time: 30 # Default run time in seconds |
| 13 | +run_time: 30 # Default run time in seconds |
14 | 14 | read_size: 262144 # Defaults to 256KiB, can go up to 1MiB.
|
15 | 15 | read_part_size: !!null
|
16 | 16 | region: "us-east-1"
|
17 |
| -write_part_size: 16777216 # 16 MiB, to allow for uploads of large files |
18 |
| -object_size_in_gib: 100 # Size of the object to benchmark |
| 17 | +write_part_size: 16777216 # 16 MiB, to allow for uploads of large files |
| 18 | +object_size_in_gib: 100 # Size of the object to benchmark |
19 | 19 | benchmark_type: "fio" # fio, prefetch, client, client-bp, crt
|
20 |
| -s3_keys: !!null |
| 20 | +s3_keys: !!null # Network configuration |
21 | 21 |
|
22 |
| -# Network configuration |
23 | 22 | network:
|
24 |
| - interface_names: [] |
25 |
| - maximum_throughput_gbps: !!null |
| 23 | + interface_names: [] |
| 24 | + maximum_throughput_gbps: |
| 25 | + !!null # Monitoring options (common to all benchmarks) |
26 | 26 |
|
27 |
| -# Monitoring options (common to all benchmarks) |
28 | 27 | monitoring:
|
29 |
| - with_bwm: false |
30 |
| - with_perf_stat: false |
| 28 | + with_bwm: false |
| 29 | + with_perf_stat: false |
31 | 30 |
|
32 | 31 | # ===== Mountpoint configuration =====
|
33 | 32 | mountpoint:
|
34 |
| - fuse_threads: !!null |
35 |
| - prefix: !!null |
36 |
| - metadata_ttl: "indefinite" |
37 |
| - mountpoint_max_background: !!null |
38 |
| - mountpoint_congestion_threshold: !!null |
39 |
| - mountpoint_binary: !!null |
40 |
| - upload_checksums: !!null |
41 |
| - stub_mode: "off" # Options: "off", "fs_handler", "s3_client" |
42 |
| - mountpoint_debug: false |
43 |
| - mountpoint_debug_crt: false |
| 33 | + fuse_threads: !!null |
| 34 | + prefix: !!null |
| 35 | + metadata_ttl: "indefinite" |
| 36 | + mountpoint_max_background: !!null |
| 37 | + mountpoint_congestion_threshold: !!null |
| 38 | + mountpoint_binary: !!null |
| 39 | + upload_checksums: !!null |
| 40 | + stub_mode: "off" # Options: "off", "fs_handler", "s3_client" |
| 41 | + mountpoint_debug: false |
| 42 | + mountpoint_debug_crt: false |
44 | 43 |
|
45 | 44 | # ===== Benchmark-specific configurations =====
|
46 | 45 | benchmarks:
|
47 |
| - fio: |
48 |
| - direct_io: false |
49 |
| - fio_benchmarks: |
50 |
| - - sequential_read |
51 |
| - fio_benchmark: "${benchmarks.fio.fio_benchmarks[0]}" |
52 |
| - fio_io_engine: "psync" |
53 |
| - |
54 |
| - prefetch: |
55 |
| - max_memory_target: !!null |
56 |
| - |
57 |
| - crt: |
58 |
| - crt_benchmarks_path: !!null |
| 46 | + fio: |
| 47 | + direct_io: false |
| 48 | + fio_benchmarks: |
| 49 | + - sequential_read |
| 50 | + fio_benchmark: "${benchmarks.fio.fio_benchmarks[0]}" |
| 51 | + fio_io_engine: "psync" |
59 | 52 |
|
60 |
| - client: |
61 |
| - # None |
| 53 | + prefetch: |
| 54 | + max_memory_target: !!null |
| 55 | + |
| 56 | + crt: |
| 57 | + crt_benchmarks_path: !!null |
| 58 | + |
| 59 | + client: |
| 60 | + # None |
| 61 | + filesystem_api: |
| 62 | + max_memory_target: !!null |
| 63 | + crt_memory_limit_gib: !!null |
| 64 | + threads_per_file: 1 |
| 65 | + iterations: !!null |
| 66 | + mock_client: false |
| 67 | + |
| 68 | + client_backpressure: |
| 69 | + read_window_size: !!null #2147483648 |
62 | 70 |
|
63 |
| - client_backpressure: |
64 |
| - read_window_size: !!null #2147483648 |
65 | 71 |
|
66 | 72 | hydra:
|
67 |
| - help: |
68 |
| - app_name: "Mountpoint benchmark runner" |
69 |
| - mode: MULTIRUN |
70 |
| - job: |
71 |
| - chdir: true |
72 |
| - sweeper: |
73 |
| - # Global sweeper params - use this for common parameters across all benchmarks |
74 |
| - # For specific parameter use sweep params under the specific benchmark type config |
75 |
| - params: |
76 |
| - 'application_workers': 1, 4, 16, 64, 128 |
77 |
| - 'iteration': "range(${iterations})" |
78 |
| - 'mountpoint.fuse_threads': 1, 16, 64 |
79 |
| - 'benchmarks.fio.direct_io': false, true |
80 |
| - # 'benchmarks.prefetch.max_memory_target': !!null, 1073741824, 2147483648 # null, 1GB, 2GB |
81 |
| - #'benchmarks.client_backpressure.read_window_size': 8388608, 2147483648 |
| 73 | + help: |
| 74 | + app_name: "Mountpoint benchmark runner" |
| 75 | + mode: MULTIRUN |
| 76 | + job: |
| 77 | + chdir: true |
| 78 | + sweeper: |
| 79 | + # Global sweeper params - use this for common parameters across all benchmarks |
| 80 | + # For specific parameter use sweep params under the specific benchmark type config |
| 81 | + params: |
| 82 | + "application_workers": 1, 4, 16, 64, 128 |
| 83 | + "iteration": "range(${iterations})" |
| 84 | + "mountpoint.fuse_threads": 1, 16, 64 |
| 85 | + "benchmarks.fio.direct_io": false, true |
| 86 | + # 'benchmarks.prefetch.max_memory_target': !!null, 1073741824, 2147483648 # null, 1GB, 2GB |
| 87 | + #'benchmarks.client_backpressure.read_window_size': 8388608, 2147483648 |
0 commit comments