volume
stats

Get stats for volume with specified id.

get/osd-volumes/stats/{id}

Path parameters

idstring required

id to get volume with

Response

volume set response

bytes_usedinteger

BytesUsed

interval_msinteger

Interval in ms during which stats were collected

io_msinteger

Time spent doing IOs ms

io_progressinteger

IOs curently in progress

read_bytesinteger
read_msinteger

Time spent in reads in ms

readsinteger

Reads completed successfully

write_bytesinteger
write_msinteger

Time spent in writes in ms

writesinteger

Writes completed successfully

Changes