plp-test/config.yaml
2025-04-22 18:03:59 +08:00

29 lines
652 B
YAML

server:
listen_addr: "0.0.0.0"
port: 30083
log_file: "server.log"
devices_nvme: "/dev/disk/by-id/nvme-DERAP44YGM03T2US_D77451D404M433"
devices_hdd: "/dev/disk/by-id/wwn-0x5000cca0c2c123ad"
cache_instance_id: "1"
mount_point: "/opt/sdf"
client:
server_addr: "192.168.42.217:30083"
log_file: "client.log"
concurrency: 5
timeout_sec: 30
report_format: "json"
test:
data_size_mb: 1000
verification_frequency: 10
power_cut_method: "signal" # signal或physical
test_duration: 60
block_size: 4 # 4KB
enabled_tests:
- "sequential"
- "random"
- "mixed"
- "concurrent"
- "power_loss"
- "stability"