Spdk/scripts/perf/nvmf/config.json
Karol Latecki a42dfab18e scripts/perf: SPDK NVMeOF benchmark scripts
Automation scripts for reproducing scenarios described in
NVMeOF performance report by Vishal.
https://ci.spdk.io/download/performance-reports/SPDK_nvmeof_perf_report_18.04.pdf

Change-Id: I006f68b67b5f42f2cc1ec82a158fc86e76371ba1
Signed-off-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/441898
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2019-03-13 23:19:10 +00:00

34 lines
613 B
JSON

{
"general": {
"username": "uname",
"password": "pass"
},
"target": {
"rdma_ips": ["192.0.1.1", "192.0.2.1"],
"mode": "spdk",
"use_null_block": false,
"nvmet_dir": "/path/to/nvmetcli",
"num_cores": "1",
"num_shared_buffers": 4096
},
"initiator1": {
"ip": "10.0.0.1",
"rdma_ips": ["192.0.1.1"],
"mode": "spdk"
},
"initiator2": {
"ip": "10.0.0.2",
"rdma_ips": ["192.0.2.1"],
"mode": "spdk"
},
"fio": {
"bs": ["4k"],
"qd": [128],
"rw": ["read"],
"rwmixread": 100,
"run_time": 5,
"ramp_time": 1,
"run_num": 3
}
}