Reference Guide

Table Of Contents
base_performance_metrics_by_ip_port_rollup
Summary of ip port (total) performance metric data for various rollup intervals beginning with
timestamp, including the average and maximum values for that period. Was added in version
2.0.0.0.
Name Description Schema
avg_io_size
optional
Average size of read and write operations in bytes. number (float)
avg_latency
optional
Weighted average latency in microseconds. number (float)
avg_read_ban
dwidth
optional
Weighted average read bandwidth in bytes per second. number (float)
avg_read_iops
optional
Average reads per second. number (float)
avg_read_late
ncy
optional
Weighted average read latency in microseconds. number (float)
avg_read_size
optional
Weighted average read size in bytes. number (float)
avg_total_ban
dwidth
optional
Weighted average total bandwidth in bytes per second. number (float)
avg_total_iops
optional
Average total input and output operations per second. number
avg_write_ban
dwidth
optional
Weighted average write bandwidth in bytes per second. number (float)
avg_write_iop
s
optional
Average writes per second. number (float)
avg_write_late
ncy
optional
Weighted average write latency in microseconds. number (float)
430