Files
3FS/tests/fuse/config/meta_bench.toml
2025-02-27 21:53:53 +08:00

20 lines
327 B
TOML

shuffle = true
subdirs = 4
files_per_dir = 10000
threads = 4
coroutines = 8
cluster_id = '${FS_CLUSTER}'
[meta_client]
network_type = 'RDMA'
selection_mode = 'UniformRandom'
[mgmtd_client]
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
[net_client]
default_timeout = '1s'
[[monitor.reporters]]
type = 'log'