Reference Guide

Table Of Contents
Name Description Schema
avg_write_late
ncy
optional
Average write latency in microseconds. number (float)
avg_write_size
optional
Average write size in bytes. number (float)
node_id
optional
Unique identifier of the node. string
read_iops
optional
Total read operations per second. number (float)
repeat_count
optional
Number of consecutive sampling periods during which
there were no changes in the metrics values. If the value is
omitted from the response, it is 1 (no additional repeats).
Minimum value : 0
Maximum value : 2147483647
integer (int32)
timestamp
optional
End of sample period. string (date-time)
total_calls
optional
Total calls. number (float)
total_iops
optional
Total read and write operations per second. number (float)
write_iops
optional
Total write operations per second. number (float)
base_performance_metrics_by_smb_v1_node_rollup
Summary of smb v1 node level performance metric data for the period beginning with timestamp,
including the average and maximum values for that period.
Name Description Schema
avg_calls
optional
Average calls. number (float)
avg_io_size
optional
Average read and write size in bytes. number (float)
461