Readme was frequently missed when adding new stuff or updating the performance script, and it is out of date. Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I1710473be576ffbcc2fa8e3701b196bd46cf6654 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6538 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
40 lines
821 B
JSON
40 lines
821 B
JSON
{
|
|
"general": {
|
|
"username": "uname",
|
|
"password": "pass",
|
|
"transport": "transport_type"
|
|
},
|
|
"target": {
|
|
"nic_ips": ["192.0.1.1", "192.0.2.1"],
|
|
"mode": "spdk",
|
|
"null_block_devices": 0,
|
|
"nvmet_dir": "/path/to/nvmetcli",
|
|
"num_cores": "[1]",
|
|
"num_shared_buffers": 4096
|
|
},
|
|
"initiator1": {
|
|
"ip": "10.0.0.1",
|
|
"nic_ips": ["192.0.1.2"],
|
|
"remote_nic_ips": ["192.0.1.1"],
|
|
"mode": "spdk",
|
|
"fio_bin": "/path/to/fio/bin",
|
|
"nvmecli_bin": "/path/to/nvmecli/bin",
|
|
"num_cores": 4
|
|
},
|
|
"initiator2": {
|
|
"ip": "10.0.0.2",
|
|
"nic_ips": ["192.0.2.2"],
|
|
"remote_nic_ips": ["192.0.2.1"],
|
|
"mode": "spdk"
|
|
},
|
|
"fio": {
|
|
"bs": ["4k"],
|
|
"qd": [128],
|
|
"rw": ["randrw"],
|
|
"rwmixread": 100,
|
|
"run_time": 5,
|
|
"ramp_time": 1,
|
|
"run_num": 3
|
|
}
|
|
}
|