summaryrefslogtreecommitdiffstats
path: root/src/spdk/scripts/perf/nvmf/config.json
blob: d8b16be9357ee7a24b451417ce0d95ca7477b0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "general": {
    "username": "uname",
    "password": "pass",
    "transport": "transport_type"
  },
  "target": {
    "nic_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",
    "nic_ips": ["192.0.1.1"],
    "mode": "spdk",
    "nvmecli_dir": "/path/to/nvmecli",
    "fio_dir": "/path/to/fio binary",
    "extra_params": "Extra nvme connect params"
  },
  "initiator2": {
    "ip": "10.0.0.2",
    "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
  }
}