doc/jsonrpc: update response from get_bdevs_iostat method
Update these information due to 'get_bdevs_iostat' has been added more outputs from the following commits: https://review.gerrithub.io/c/spdk/spdk/+/418117 https://review.gerrithub.io/c/spdk/spdk/+/419031 Change-Id: Ic94b871dc1a737253aa843b7fb9fdf667419bf59 Signed-off-by: Yanbo Zhou <yanbo.zhou@intel.com> Reviewed-on: https://review.gerrithub.io/424365 Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: GangCao <gang.cao@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
3e26af2a0b
commit
4f43b353bc
@ -575,12 +575,21 @@ Example response:
|
|||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"result": [
|
"result": [
|
||||||
|
{
|
||||||
|
"tick_rate": 2200000000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Nvme0n1",
|
"name": "Nvme0n1",
|
||||||
"bytes_read": 34051522560,
|
"bytes_read": 36864,
|
||||||
"num_read_ops": 8312910,
|
"num_read_ops": 2,
|
||||||
"bytes_written": 0,
|
"bytes_written": 0,
|
||||||
"num_write_ops": 0
|
"num_write_ops": 0,
|
||||||
|
"read_latency_ticks": 178904,
|
||||||
|
"write_latency_ticks": 0,
|
||||||
|
"queue_depth_polling_period": 2,
|
||||||
|
"queue_depth": 0,
|
||||||
|
"io_time": 0,
|
||||||
|
"weighted_io_time": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user