Reference Guide

Table Of Contents
base_performance_metrics_by_smb_v2_builtin_client_
rollup
Summary of smb v1 client 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)
avg_iops
optional
Average read and write operations per second. number (float)
avg_latency
optional
Maximum read and write latency in microseconds. number (float)
avg_read_iops
optional
Average read operations per second. number (float)
avg_read_late
ncy
optional
Maximum read latency in microseconds. number (float)
avg_read_size
optional
Average read size in bytes. number (float)
avg_write_iop
s
optional
Average write operations per second. number (float)
avg_write_late
ncy
optional
Maximum write latency in microseconds. number (float)
avg_write_size
optional
Average write size in bytes. number (float)
max_avg_late
ncy
optional
Maximum of average read and write latency in
microseconds.
number (float)
465