Skip to content

ONTAP Metrics

This document describes how Harvest metrics relate to their relevant ONTAP ZAPI and REST mappings, including:

  • Details about which Harvest metrics each dashboard uses. These can be generated on demand by running bin/harvest grafana metrics. See #1577 for details.

  • More information about ONTAP REST performance counters can be found here.

Creation Date : 2024-Nov-25
ONTAP Version: 9.15.1

Understanding the structure

Below is an annotated example of how to interpret the structure of each of the metrics.

disk_io_queued Name of the metric exported by Harvest

Number of I/Os queued to the disk but not yet issued Description of the ONTAP metric

  • API will be one of REST or ZAPI depending on which collector is used to collect the metric
  • Endpoint name of the REST or ZAPI API used to collect this metric
  • Metric name of the ONTAP metric Template path of the template that collects the metric

Performance related metrics also include:

  • Unit the unit of the metric
  • Type describes how to calculate a cooked metric from two consecutive ONTAP raw metrics
  • Base some counters require a base counter for post-processing. When required, this property lists the base counter
API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

Metrics

aggr_disk_busy

The utilization percent of the disk. aggr_disk_busy is disk_busy aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent disk_busy_percent
Unit: percent
Type: percent
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent disk_busy
Unit: percent
Type: percent
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_capacity

Disk capacity in MB. aggr_disk_capacity is disk_capacity aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent capacity
Unit: mb
Type: raw
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent disk_capacity
Unit: mb
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_cp_read_chain

Average number of blocks transferred in each consistency point read operation during a CP. aggr_disk_cp_read_chain is disk_cp_read_chain aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_chain
Unit: none
Type: average
Base: cp_read_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_read_chain
Unit: none
Type: average
Base: cp_reads
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_cp_read_latency

Average latency per block in microseconds for consistency point read operations. aggr_disk_cp_read_latency is disk_cp_read_latency aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_latency
Unit: microsec
Type: average
Base: cp_read_blocks
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_read_latency
Unit: microsec
Type: average
Base: cp_read_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_cp_reads

Number of disk read operations initiated each second for consistency point processing. aggr_disk_cp_reads is disk_cp_reads aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_reads
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_io_pending

Average number of I/Os issued to the disk for which we have not yet received the response. aggr_disk_io_pending is disk_io_pending aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent io_pending
Unit: none
Type: average
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent io_pending
Unit: none
Type: average
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_io_queued

Number of I/Os queued to the disk but not yet issued. aggr_disk_io_queued is disk_io_queued aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_busy

The utilization percent of the disk. aggr_disk_max_busy is the maximum of disk_busy for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent disk_busy_percent
Unit: percent
Type: percent
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent disk_busy
Unit: percent
Type: percent
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_capacity

Disk capacity in MB. aggr_disk_max_capacity is the maximum of disk_capacity for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent capacity
Unit: mb
Type: raw
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent disk_capacity
Unit: mb
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_cp_read_chain

Average number of blocks transferred in each consistency point read operation during a CP. aggr_disk_max_cp_read_chain is the maximum of disk_cp_read_chain for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_chain
Unit: none
Type: average
Base: cp_read_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_read_chain
Unit: none
Type: average
Base: cp_reads
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_cp_read_latency

Average latency per block in microseconds for consistency point read operations. aggr_disk_max_cp_read_latency is the maximum of disk_cp_read_latency for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_latency
Unit: microsec
Type: average
Base: cp_read_blocks
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_read_latency
Unit: microsec
Type: average
Base: cp_read_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_cp_reads

Number of disk read operations initiated each second for consistency point processing. aggr_disk_max_cp_reads is the maximum of disk_cp_reads for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_reads
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_io_pending

Average number of I/Os issued to the disk for which we have not yet received the response. aggr_disk_max_io_pending is the maximum of disk_io_pending for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent io_pending
Unit: none
Type: average
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent io_pending
Unit: none
Type: average
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_io_queued

Number of I/Os queued to the disk but not yet issued. aggr_disk_max_io_queued is the maximum of disk_io_queued for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_total_data

Total throughput for user operations per second. aggr_disk_max_total_data is the maximum of disk_total_data for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent total_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent total_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_total_transfers

Total number of disk operations involving data transfer initiated per second. aggr_disk_max_total_transfers is the maximum of disk_total_transfers for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent total_transfer_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent total_transfers
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_read_blocks

Number of blocks transferred for user read operations per second. aggr_disk_max_user_read_blocks is the maximum of disk_user_read_blocks for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_block_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_blocks
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_read_chain

Average number of blocks transferred in each user read operation. aggr_disk_max_user_read_chain is the maximum of disk_user_read_chain for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_chain
Unit: none
Type: average
Base: user_read_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_chain
Unit: none
Type: average
Base: user_reads
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_read_latency

Average latency per block in microseconds for user read operations. aggr_disk_max_user_read_latency is the maximum of disk_user_read_latency for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_latency
Unit: microsec
Type: average
Base: user_read_block_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_latency
Unit: microsec
Type: average
Base: user_read_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_reads

Number of disk read operations initiated each second for retrieving data or metadata associated with user requests. aggr_disk_max_user_reads is the maximum of disk_user_reads for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_reads
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_write_blocks

Number of blocks transferred for user write operations per second. aggr_disk_max_user_write_blocks is the maximum of disk_user_write_blocks for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_block_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_blocks
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_write_chain

Average number of blocks transferred in each user write operation. aggr_disk_max_user_write_chain is the maximum of disk_user_write_chain for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_chain
Unit: none
Type: average
Base: user_write_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_chain
Unit: none
Type: average
Base: user_writes
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_write_latency

Average latency per block in microseconds for user write operations. aggr_disk_max_user_write_latency is the maximum of disk_user_write_latency for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_latency
Unit: microsec
Type: average
Base: user_write_block_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_latency
Unit: microsec
Type: average
Base: user_write_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_max_user_writes

Number of disk write operations initiated each second for storing data or metadata associated with user requests. aggr_disk_max_user_writes is the maximum of disk_user_writes for label aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_writes
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_total_data

Total throughput for user operations per second. aggr_disk_total_data is disk_total_data aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent total_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent total_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_total_transfers

Total number of disk operations involving data transfer initiated per second. aggr_disk_total_transfers is disk_total_transfers aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent total_transfer_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent total_transfers
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_read_blocks

Number of blocks transferred for user read operations per second. aggr_disk_user_read_blocks is disk_user_read_blocks aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_block_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_blocks
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_read_chain

Average number of blocks transferred in each user read operation. aggr_disk_user_read_chain is disk_user_read_chain aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_chain
Unit: none
Type: average
Base: user_read_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_chain
Unit: none
Type: average
Base: user_reads
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_read_latency

Average latency per block in microseconds for user read operations. aggr_disk_user_read_latency is disk_user_read_latency aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_latency
Unit: microsec
Type: average
Base: user_read_block_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_latency
Unit: microsec
Type: average
Base: user_read_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_reads

Number of disk read operations initiated each second for retrieving data or metadata associated with user requests. aggr_disk_user_reads is disk_user_reads aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_reads
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_write_blocks

Number of blocks transferred for user write operations per second. aggr_disk_user_write_blocks is disk_user_write_blocks aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_block_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_blocks
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_write_chain

Average number of blocks transferred in each user write operation. aggr_disk_user_write_chain is disk_user_write_chain aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_chain
Unit: none
Type: average
Base: user_write_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_chain
Unit: none
Type: average
Base: user_writes
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_write_latency

Average latency per block in microseconds for user write operations. aggr_disk_user_write_latency is disk_user_write_latency aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_latency
Unit: microsec
Type: average
Base: user_write_block_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_latency
Unit: microsec
Type: average
Base: user_write_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_disk_user_writes

Number of disk write operations initiated each second for storing data or metadata associated with user requests. aggr_disk_user_writes is disk_user_writes aggregated by aggr.

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_writes
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_efficiency_savings

Space saved by storage efficiencies (logical_used - used)

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency.savings conf/rest/9.12.0/aggr.yaml

aggr_efficiency_savings_wo_snapshots

Space saved by storage efficiencies (logical_used - used)

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency_without_snapshots.savings conf/rest/9.12.0/aggr.yaml

aggr_efficiency_savings_wo_snapshots_flexclones

Space saved by storage efficiencies (logical_used - used)

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency_without_snapshots_flexclones.savings conf/rest/9.12.0/aggr.yaml

aggr_hybrid_cache_size_total

Total usable space in bytes of SSD cache. Only provided when hybrid_cache.enabled is 'true'.

API Endpoint Metric Template
REST api/storage/aggregates block_storage.hybrid_cache.size conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.hybrid-cache-size-total conf/zapi/cdot/9.8.0/aggr.yaml

aggr_hybrid_disk_count

Number of disks used in the cache tier of the aggregate. Only provided when hybrid_cache.enabled is 'true'.

API Endpoint Metric Template
REST api/storage/aggregates block_storage.hybrid_cache.disk_count conf/rest/9.12.0/aggr.yaml

aggr_inode_files_private_used

Number of system metadata files used. If the referenced file system is restricted or offline, a value of 0 is returned.This is an advanced property; there is an added computational cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either footprint or **.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.files_private_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.files-private-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_files_total

Maximum number of user-visible files that this referenced file system can currently hold. If the referenced file system is restricted or offline, a value of 0 is returned.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.files_total conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.files-total conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_files_used

Number of user-visible files used in the referenced file system. If the referenced file system is restricted or offline, a value of 0 is returned.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.files_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.files-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_inodefile_private_capacity

Number of files that can currently be stored on disk for system metadata files. This number will dynamically increase as more system files are created.This is an advanced property; there is an added computationl cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either footprint or **.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.file_private_capacity conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.inodefile-private-capacity conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_inodefile_public_capacity

Number of files that can currently be stored on disk for user-visible files. This number will dynamically increase as more user-visible files are created.This is an advanced property; there is an added computational cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either footprint or **.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.file_public_capacity conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.inodefile-public-capacity conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_maxfiles_available

The count of the maximum number of user-visible files currently allowable on the referenced file system.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.max_files_available conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.maxfiles-available conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_maxfiles_possible

The largest value to which the maxfiles-available parameter can be increased by reconfiguration, on the referenced file system.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.max_files_possible conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.maxfiles-possible conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_maxfiles_used

The number of user-visible files currently in use on the referenced file system.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.max_files_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.maxfiles-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_inode_used_percent

The percentage of disk space currently in use based on user-visible file count on the referenced file system.

API Endpoint Metric Template
REST api/storage/aggregates inode_attributes.used_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-inode-attributes.percent-inode-used-capacity conf/zapi/cdot/9.8.0/aggr.yaml

aggr_logical_used_wo_snapshots

Logical used

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency_without_snapshots.logical_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-efficiency-get-iter aggr-efficiency-info.aggr-efficiency-cumulative-info.total-data-reduction-logical-used-wo-snapshots conf/zapi/cdot/9.9.0/aggr_efficiency.yaml

aggr_logical_used_wo_snapshots_flexclones

Logical used

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency_without_snapshots_flexclones.logical_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-efficiency-get-iter aggr-efficiency-info.aggr-efficiency-cumulative-info.total-data-reduction-logical-used-wo-snapshots-flexclones conf/zapi/cdot/9.9.0/aggr_efficiency.yaml

aggr_new_status

This metric indicates a value of 1 if the aggregate state is online (indicating the aggregate is operational) and a value of 0 for any other state.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/aggr.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/aggr.yaml

aggr_object_store_logical_used

Logical space usage of aggregates in the attached object store.

API Endpoint Metric Template
REST api/private/cli/aggr/show-space object_store_logical_used conf/rest/9.12.0/aggr.yaml

aggr_object_store_physical_used

Physical space usage of aggregates in the attached object store.

API Endpoint Metric Template
REST api/private/cli/aggr/show-space object_store_physical_used conf/rest/9.12.0/aggr.yaml

aggr_other_data

Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.throughput_raw.other
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

aggr_other_latency

Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.latency_raw.other
Unit: microsec
Type: average
Base: aggr_statistics.iops_raw.other
conf/keyperf/9.15.0/aggr.yaml

aggr_other_ops

Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.iops_raw.other
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

aggr_physical_used_wo_snapshots

Total Data Reduction Physical Used Without Snapshots

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency_without_snapshots.logical_used, space.efficiency_without_snapshots.savings conf/rest/9.12.0/aggr.yaml
ZAPI aggr-efficiency-get-iter aggr-efficiency-info.aggr-efficiency-cumulative-info.total-data-reduction-physical-used-wo-snapshots conf/zapi/cdot/9.9.0/aggr_efficiency.yaml

aggr_physical_used_wo_snapshots_flexclones

Total Data Reduction Physical Used without snapshots and flexclones

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency_without_snapshots_flexclones.logical_used, space.efficiency_without_snapshots_flexclones.savings conf/rest/9.12.0/aggr.yaml
ZAPI aggr-efficiency-get-iter aggr-efficiency-info.aggr-efficiency-cumulative-info.total-data-reduction-physical-used-wo-snapshots-flexclones conf/zapi/cdot/9.9.0/aggr_efficiency.yaml

aggr_power

Power consumed by aggregate in Watts.

API Endpoint Metric Template
REST NA Harvest generated
Unit:
Type:
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI NA Harvest generated
Unit:
Type:
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

aggr_primary_disk_count

Number of disks used in the aggregate. This includes parity disks, but excludes disks in the hybrid cache.

API Endpoint Metric Template
REST api/storage/aggregates block_storage.primary.disk_count conf/rest/9.12.0/aggr.yaml

aggr_raid_disk_count

Number of disks in the aggregate.

API Endpoint Metric Template
REST api/storage/aggregates block_storage.primary.disk_count, block_storage.hybrid_cache.disk_count conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-raid-attributes.disk-count conf/zapi/cdot/9.8.0/aggr.yaml

aggr_raid_plex_count

Number of plexes in the aggregate

API Endpoint Metric Template
REST api/storage/aggregates block_storage.plexes.# conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-raid-attributes.plex-count conf/zapi/cdot/9.8.0/aggr.yaml

aggr_raid_size

Option to specify the maximum number of disks that can be included in a RAID group.

API Endpoint Metric Template
REST api/storage/aggregates block_storage.primary.raid_size conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-raid-attributes.raid-size conf/zapi/cdot/9.8.0/aggr.yaml

aggr_read_data

Performance metric for read I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.throughput_raw.read
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

aggr_read_latency

Performance metric for read I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.latency_raw.read
Unit: microsec
Type: average
Base: aggr_statistics.iops_raw.read
conf/keyperf/9.15.0/aggr.yaml

aggr_read_ops

Performance metric for read I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.iops_raw.read
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

aggr_snapshot_files_total

Total files allowed in Snapshot copies

API Endpoint Metric Template
REST api/storage/aggregates snapshot.files_total conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.files-total conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_files_used

Total files created in Snapshot copies

API Endpoint Metric Template
REST api/storage/aggregates snapshot.files_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.files-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_inode_used_percent

The percentage of disk space currently in use based on user-visible file (inode) count on the referenced file system.

API Endpoint Metric Template
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.percent-inode-used-capacity conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_maxfiles_available

Maximum files available for Snapshot copies

API Endpoint Metric Template
REST api/storage/aggregates snapshot.max_files_available conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.maxfiles-available conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_maxfiles_possible

The largest value to which the maxfiles-available parameter can be increased by reconfiguration, on the referenced file system.

API Endpoint Metric Template
REST api/storage/aggregates snapshot.max_files_available, snapshot.max_files_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.maxfiles-possible conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_maxfiles_used

Files in use by Snapshot copies

API Endpoint Metric Template
REST api/storage/aggregates snapshot.max_files_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.maxfiles-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_reserve_percent

Percentage of space reserved for Snapshot copies

API Endpoint Metric Template
REST api/storage/aggregates space.snapshot.reserve_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.snapshot-reserve-percent conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_size_available

Available space for Snapshot copies in bytes

API Endpoint Metric Template
REST api/storage/aggregates space.snapshot.available conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.size-available conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_size_total

Total space for Snapshot copies in bytes

API Endpoint Metric Template
REST api/storage/aggregates space.snapshot.total conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.size-total conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_size_used

Space used by Snapshot copies in bytes

API Endpoint Metric Template
REST api/storage/aggregates space.snapshot.used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.size-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_snapshot_used_percent

Percentage of disk space used by Snapshot copies

API Endpoint Metric Template
REST api/storage/aggregates space.snapshot.used_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-snapshot-attributes.percent-used-capacity conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_available

Space available in bytes.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.available conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.size-available conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_capacity_tier_used

Used space in bytes in the cloud store. Only applicable for aggregates with a cloud store tier.

API Endpoint Metric Template
REST api/storage/aggregates space.cloud_storage.used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.capacity-tier-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_data_compacted_count

Amount of compacted data in bytes.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.data_compacted_count conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.data-compacted-count conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_data_compaction_saved

Space saved in bytes by compacting the data.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.data_compaction_space_saved conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.data-compaction-space-saved conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_data_compaction_saved_percent

Percentage saved by compacting the data.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.data_compaction_space_saved_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.data-compaction-space-saved-percent conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_performance_tier_inactive_user_data

The size that is physically used in the block storage and has a cold temperature, in bytes. This property is only supported if the aggregate is either attached to a cloud store or can be attached to a cloud store.This is an advanced property; there is an added computational cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either block_storage.inactive_user_data or **.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.inactive_user_data conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.performance-tier-inactive-user-data conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_performance_tier_inactive_user_data_percent

The percentage of inactive user data in the block storage. This property is only supported if the aggregate is either attached to a cloud store or can be attached to a cloud store.This is an advanced property; there is an added computational cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either block_storage.inactive_user_data_percent or **.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.inactive_user_data_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.performance-tier-inactive-user-data-percent conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_performance_tier_used

A summation of volume footprints (including volume guarantees), in bytes. This includes all of the volume footprints in the block_storage tier and the cloud_storage tier.This is an advanced property; there is an added computational cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either footprint or **.

API Endpoint Metric Template
REST api/storage/aggregates space.footprint conf/rest/9.12.0/aggr.yaml
ZAPI aggr-space-get-iter volume-footprints conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_performance_tier_used_percent

A summation of volume footprints inside the aggregate,as a percentage. A volume's footprint is the amount of space being used for the volume in the aggregate.

API Endpoint Metric Template
REST api/storage/aggregates space.footprint_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-space-get-iter volume-footprints-percent conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_physical_used

Total physical used size of an aggregate in bytes.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.physical_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.physical-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_physical_used_percent

Physical used percentage.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.physical_used_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.physical-used-percent conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_reserved

The total disk space in bytes that is reserved on the referenced file system. The reserved space is already counted in the used space, so this element can be used to see what portion of the used space represents space reserved for future use.

API Endpoint Metric Template
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.total-reserved-space conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_sis_saved

Amount of space saved in bytes by storage efficiency.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.volume_deduplication_space_saved conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.sis-space-saved conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_sis_saved_percent

Percentage of space saved by storage efficiency.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.volume_deduplication_space_saved_percent conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.sis-space-saved-percent conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_sis_shared_count

Amount of shared bytes counted by storage efficiency.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.volume_deduplication_shared_count conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.sis-shared-count conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_total

Total usable space in bytes, not including WAFL reserve and aggregate Snapshot copy reserve.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.size conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.size-total conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_used

Space used or reserved in bytes. Includes volume guarantees and aggregate metadata.

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.size-used conf/zapi/cdot/9.8.0/aggr.yaml

aggr_space_used_percent

The percentage of disk space currently in use on the referenced file system

API Endpoint Metric Template
REST api/storage/aggregates space.block_storage.used, space.block_storage.size conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-space-attributes.percent-used-capacity conf/zapi/cdot/9.8.0/aggr.yaml

aggr_total_data

Performance metric aggregated over all types of I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.throughput_raw.total
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

aggr_total_latency

Performance metric aggregated over all types of I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.latency_raw.total
Unit: microsec
Type: average
Base: aggr_statistics.iops_raw.total
conf/keyperf/9.15.0/aggr.yaml

aggr_total_logical_used

Logical used

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency.logical_used conf/rest/9.12.0/aggr.yaml
ZAPI aggr-efficiency-get-iter aggr-efficiency-info.aggr-efficiency-cumulative-info.total-logical-used conf/zapi/cdot/9.9.0/aggr_efficiency.yaml

aggr_total_ops

Performance metric aggregated over all types of I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.iops_raw.total
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

aggr_total_physical_used

Total Physical Used

API Endpoint Metric Template
REST api/storage/aggregates space.efficiency.logical_used, space.efficiency.savings conf/rest/9.12.0/aggr.yaml
ZAPI aggr-efficiency-get-iter aggr-efficiency-info.aggr-efficiency-cumulative-info.total-physical-used conf/zapi/cdot/9.9.0/aggr_efficiency.yaml

aggr_volume_count

The aggregate's volume count, which includes both FlexVols and FlexGroup constituents.

API Endpoint Metric Template
REST api/storage/aggregates volume_count conf/rest/9.12.0/aggr.yaml
ZAPI aggr-get-iter aggr-attributes.aggr-volume-count-attributes.flexvol-count conf/zapi/cdot/9.8.0/aggr.yaml

aggr_write_data

Peformance metric for write I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.throughput_raw.write
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

aggr_write_latency

Peformance metric for write I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.latency_raw.write
Unit: microsec
Type: average
Base: aggr_statistics.iops_raw.write
conf/keyperf/9.15.0/aggr.yaml

aggr_write_ops

Peformance metric for write I/O operations.

API Endpoint Metric Template
KeyPerf api/storage/aggregates statistics.iops_raw.write
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/aggr.yaml

cifs_session_connection_count

A counter used to track requests that are sent to the volumes to the node.

API Endpoint Metric Template
REST api/protocols/cifs/sessions connection_count conf/rest/9.8.0/cifs_session.yaml
ZAPI cifs-session-get-iter cifs-session.connection-count conf/zapi/cdot/9.8.0/cifs_session.yaml

cloud_target_used

The amount of cloud space used by all the aggregates attached to the target, in bytes. This field is only populated for FabricPool targets. The value is recalculated once every 5 minutes.

API Endpoint Metric Template
REST api/cloud/targets used conf/rest/9.12.0/cloud_target.yaml
ZAPI aggr-object-store-config-get-iter aggr-object-store-config-info.used-space conf/zapi/cdot/9.10.0/aggr_object_store_config.yaml

cluster_new_status

It is an indicator of the overall health status of the cluster, with a value of 1 indicating a healthy status and a value of 0 indicating an unhealthy status.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/status.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/status.yaml

cluster_other_data

Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on.

API Endpoint Metric Template
KeyPerf api/cluster statistics.throughput_raw.other
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

cluster_other_latency

Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on.

API Endpoint Metric Template
KeyPerf api/cluster statistics.latency_raw.other
Unit: microsec
Type: average
Base: cluster_statistics.iops_raw.other
conf/keyperf/9.15.0/cluster.yaml

cluster_other_ops

Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on.

API Endpoint Metric Template
KeyPerf api/cluster statistics.iops_raw.other
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

cluster_peer_non_encrypted

This metric indicates a value of 1 if the cluster peer encryption state is none (indicating the connection is not encrypted) and a value of 0 for any other state.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/clusterpeer.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/clusterpeer.yaml

cluster_read_data

Performance metric for read I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.throughput_raw.read
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

cluster_read_latency

Performance metric for read I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.latency_raw.read
Unit: microsec
Type: average
Base: cluster_statistics.iops_raw.read
conf/keyperf/9.15.0/cluster.yaml

cluster_read_ops

Performance metric for read I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.iops_raw.read
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

cluster_software_status

Displays the software job with its status.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/clustersoftware.yaml

cluster_software_update

Displays the software update phase with its status.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/clustersoftware.yaml

cluster_software_validation

Displays the software pre-validation checks with their status.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/clustersoftware.yaml

cluster_subsystem_new_status

This metric indicates a value of 1 if the subsystem health is ok (indicating the subsystem is operational) and a value of 0 for any other health status.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/subsystem.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/subsystem.yaml

cluster_subsystem_outstanding_alerts

Number of outstanding alerts

API Endpoint Metric Template
REST api/private/cli/system/health/subsystem outstanding_alert_count conf/rest/9.12.0/subsystem.yaml
ZAPI diagnosis-subsystem-config-get-iter diagnosis-subsystem-config-info.outstanding-alert-count conf/zapi/cdot/9.8.0/subsystem.yaml

cluster_subsystem_suppressed_alerts

Number of suppressed alerts

API Endpoint Metric Template
REST api/private/cli/system/health/subsystem suppressed_alert_count conf/rest/9.12.0/subsystem.yaml
ZAPI diagnosis-subsystem-config-get-iter diagnosis-subsystem-config-info.suppressed-alert-count conf/zapi/cdot/9.8.0/subsystem.yaml

cluster_tags

Displays tags at the cluster level.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/status.yaml

cluster_total_data

Performance metric aggregated over all types of I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.throughput_raw.total
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

cluster_total_latency

Performance metric aggregated over all types of I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.latency_raw.total
Unit: microsec
Type: average
Base: cluster_statistics.iops_raw.total
conf/keyperf/9.15.0/cluster.yaml

cluster_total_ops

Performance metric aggregated over all types of I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.iops_raw.total
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

cluster_write_data

Peformance metric for write I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.throughput_raw.write
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

cluster_write_latency

Peformance metric for write I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.latency_raw.write
Unit: microsec
Type: average
Base: cluster_statistics.iops_raw.write
conf/keyperf/9.15.0/cluster.yaml

cluster_write_ops

Peformance metric for write I/O operations.

API Endpoint Metric Template
KeyPerf api/cluster statistics.iops_raw.write
Unit: per_sec
Type: rate
Base:
conf/keyperf/9.15.0/cluster.yaml

copy_manager_bce_copy_count_curr

Current number of copy requests being processed by the Block Copy Engine.

API Endpoint Metric Template
REST api/cluster/counter/tables/copy_manager block_copy_engine_current_copy_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/copy_manager.yaml
ZAPI perf-object-get-instances copy_manager bce_copy_count_curr
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/copy_manager.yaml

copy_manager_kb_copied

Sum of kilo-bytes copied.

API Endpoint Metric Template
REST api/cluster/counter/tables/copy_manager KB_copied
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/copy_manager.yaml
ZAPI perf-object-get-instances copy_manager KB_copied
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/copy_manager.yaml

copy_manager_ocs_copy_count_curr

Current number of copy requests being processed by the ONTAP copy subsystem.

API Endpoint Metric Template
REST api/cluster/counter/tables/copy_manager ontap_copy_subsystem_current_copy_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/copy_manager.yaml
ZAPI perf-object-get-instances copy_manager ocs_copy_count_curr
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/copy_manager.yaml

copy_manager_sce_copy_count_curr

Current number of copy requests being processed by the System Continuous Engineering.

API Endpoint Metric Template
REST api/cluster/counter/tables/copy_manager system_continuous_engineering_current_copy_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/copy_manager.yaml
ZAPI perf-object-get-instances copy_manager sce_copy_count_curr
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/copy_manager.yaml

copy_manager_spince_copy_count_curr

Current number of copy requests being processed by the SpinCE.

API Endpoint Metric Template
REST api/cluster/counter/tables/copy_manager spince_current_copy_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/copy_manager.yaml
ZAPI perf-object-get-instances copy_manager spince_copy_count_curr
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/copy_manager.yaml

disk_busy

The utilization percent of the disk

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent disk_busy_percent
Unit: percent
Type: percent
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent disk_busy
Unit: percent
Type: percent
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_bytes_per_sector

Bytes per sector.

API Endpoint Metric Template
REST api/storage/disks bytes_per_sector conf/rest/9.12.0/disk.yaml
ZAPI storage-disk-get-iter storage-disk-info.disk-inventory-info.bytes-per-sector conf/zapi/cdot/9.8.0/disk.yaml

disk_capacity

Disk capacity in MB

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent capacity
Unit: mb
Type: raw
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent disk_capacity
Unit: mb
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_cp_read_chain

Average number of blocks transferred in each consistency point read operation during a CP

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_chain
Unit: none
Type: average
Base: cp_read_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_read_chain
Unit: none
Type: average
Base: cp_reads
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_cp_read_latency

Average latency per block in microseconds for consistency point read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_latency
Unit: microsec
Type: average
Base: cp_read_blocks
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_read_latency
Unit: microsec
Type: average
Base: cp_read_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_cp_reads

Number of disk read operations initiated each second for consistency point processing

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent cp_read_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent cp_reads
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_io_pending

Average number of I/Os issued to the disk for which we have not yet received the response

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent io_pending
Unit: none
Type: average
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent io_pending
Unit: none
Type: average
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_io_queued

Number of I/Os queued to the disk but not yet issued

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent io_queued
Unit: none
Type: average
Base: base_for_disk_busy
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_new_status

This metric indicates a value of 1 if the disk is not in an outage (i.e., the outage label is empty) and a value of 0 if the shelf is in an outage.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/disk.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/disk.yaml

disk_power_on_hours

Hours powered on.

API Endpoint Metric Template
REST api/storage/disks stats.power_on_hours conf/rest/9.12.0/disk.yaml

disk_sectors

Number of sectors on the disk.

API Endpoint Metric Template
REST api/storage/disks sector_count conf/rest/9.12.0/disk.yaml
ZAPI storage-disk-get-iter storage-disk-info.disk-inventory-info.capacity-sectors conf/zapi/cdot/9.8.0/disk.yaml

disk_stats_average_latency

Average I/O latency across all active paths, in milliseconds.

API Endpoint Metric Template
REST api/storage/disks stats.average_latency conf/rest/9.12.0/disk.yaml
ZAPI storage-disk-get-iter storage-disk-info.disk-stats-info.average-latency conf/zapi/cdot/9.8.0/disk.yaml

disk_stats_io_kbps

Total Disk Throughput in KBPS Across All Active Paths

API Endpoint Metric Template
REST api/private/cli/disk disk_io_kbps_total conf/rest/9.12.0/disk.yaml
ZAPI storage-disk-get-iter storage-disk-info.disk-stats-info.disk-io-kbps conf/zapi/cdot/9.8.0/disk.yaml

disk_stats_sectors_read

Number of Sectors Read

API Endpoint Metric Template
REST api/private/cli/disk sectors_read conf/rest/9.12.0/disk.yaml
ZAPI storage-disk-get-iter storage-disk-info.disk-stats-info.sectors-read conf/zapi/cdot/9.8.0/disk.yaml

disk_stats_sectors_written

Number of Sectors Written

API Endpoint Metric Template
REST api/private/cli/disk sectors_written conf/rest/9.12.0/disk.yaml
ZAPI storage-disk-get-iter storage-disk-info.disk-stats-info.sectors-written conf/zapi/cdot/9.8.0/disk.yaml

disk_total_data

Total throughput for user operations per second

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent total_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent total_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_total_transfers

Total number of disk operations involving data transfer initiated per second

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent total_transfer_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent total_transfers
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_uptime

Number of seconds the drive has been powered on

API Endpoint Metric Template
REST api/storage/disks stats.power_on_hours, 60, 60 conf/rest/9.12.0/disk.yaml
ZAPI storage-disk-get-iter storage-disk-info.disk-stats-info.power-on-time-interval conf/zapi/cdot/9.8.0/disk.yaml

disk_usable_size

Usable size of each disk, in bytes.

API Endpoint Metric Template
REST api/storage/disks usable_size conf/rest/9.12.0/disk.yaml

disk_user_read_blocks

Number of blocks transferred for user read operations per second

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_block_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_blocks
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_user_read_chain

Average number of blocks transferred in each user read operation

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_chain
Unit: none
Type: average
Base: user_read_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_chain
Unit: none
Type: average
Base: user_reads
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_user_read_latency

Average latency per block in microseconds for user read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_latency
Unit: microsec
Type: average
Base: user_read_block_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_read_latency
Unit: microsec
Type: average
Base: user_read_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_user_reads

Number of disk read operations initiated each second for retrieving data or metadata associated with user requests

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_read_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_reads
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_user_write_blocks

Number of blocks transferred for user write operations per second

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_block_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_blocks
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_user_write_chain

Average number of blocks transferred in each user write operation

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_chain
Unit: none
Type: average
Base: user_write_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_chain
Unit: none
Type: average
Base: user_writes
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_user_write_latency

Average latency per block in microseconds for user write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_latency
Unit: microsec
Type: average
Base: user_write_block_count
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_write_latency
Unit: microsec
Type: average
Base: user_write_blocks
conf/zapiperf/cdot/9.8.0/disk.yaml

disk_user_writes

Number of disk write operations initiated each second for storing data or metadata associated with user requests

API Endpoint Metric Template
REST api/cluster/counter/tables/disk:constituent user_write_count
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/disk.yaml
ZAPI perf-object-get-instances disk:constituent user_writes
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/disk.yaml

ems_events

Indicates EMS events that have occurred in the ONTAP as configured in the ems.yaml.

API Endpoint Metric Template
REST api/support/ems/events Harvest generated conf/ems/9.6.0/ems.yaml

environment_sensor_average_ambient_temperature

Average temperature of all ambient sensors for node in Celsius.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_average_fan_speed

Average fan speed for node in rpm.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_average_temperature

Average temperature of all non-ambient sensors for node in Celsius.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_max_fan_speed

Maximum fan speed for node in rpm.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_max_temperature

Maximum temperature of all non-ambient sensors for node in Celsius.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_min_ambient_temperature

Minimum temperature of all ambient sensors for node in Celsius.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_min_fan_speed

Minimum fan speed for node in rpm.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_min_temperature

Minimum temperature of all non-ambient sensors for node in Celsius.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_power

Power consumed by a node in Watts.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_status

This metric indicates a value of 1 if the sensor threshold state is normal (indicating the sensor is operating within normal parameters) and a value of 0 for any other state.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/sensor.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/sensor.yaml

environment_sensor_threshold_value

Provides the sensor reading.

API Endpoint Metric Template
REST api/cluster/sensors value conf/rest/9.12.0/sensor.yaml
ZAPI environment-sensors-get-iter environment-sensors-info.threshold-sensor-value conf/zapi/cdot/9.8.0/sensor.yaml

external_service_op_num_not_found_responses

Number of 'Not Found' responses for calls to this operation.

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op num_not_found_responses
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

external_service_op_num_request_failures

A cumulative count of all request failures.

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op num_request_failures
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

external_service_op_num_requests_sent

Number of requests sent to this service.

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op num_requests_sent
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

external_service_op_num_responses_received

Number of responses received from the server (does not include timeouts).

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op num_responses_received
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

external_service_op_num_successful_responses

Number of successful responses to this operation.

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op num_successful_responses
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

external_service_op_num_timeouts

Number of times requests to the server for this operation timed out, meaning no response was recevied in a given time period.

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op num_timeouts
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

external_service_op_request_latency

Average latency of requests for operations of this type on this server.

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op request_latency
Unit: microsec
Type: average
Base: num_requests_sent
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

external_service_op_request_latency_hist

This histogram holds the latency values for requests of this operation to the specified server.

API Endpoint Metric Template
ZAPI perf-object-get-instances external_service_op request_latency_hist
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/external_service_operation.yaml

fabricpool_average_latency

This counter is deprecated.Average latencies executed during various phases of command execution. The execution-start latency represents the average time taken to start executing an operation. The request-prepare latency represent the average time taken to prepare the commplete request that needs to be sent to the server. The send latency represents the average time taken to send requests to the server. The execution-start-to-send-complete represents the average time taken to send an operation out since its execution started. The execution-start-to-first-byte-received represent the average time taken to receive the first byte of a response since the command's request execution started. These counters can be used to identify performance bottlenecks within the object store client module.

API Endpoint Metric Template
ZAPI perf-object-get-instances object_store_client_op average_latency
Unit:
Type:
Base:
conf/zapiperf/cdot/9.8.0/object_store_client_op.yaml

fabricpool_cloud_bin_op_latency_average

Cloud bin operation latency average in milliseconds.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_comp_aggr_vol_bin cloud_bin_op_latency_average
Unit: millisec
Type: raw
Base:
conf/restperf/9.12.0/wafl_comp_aggr_vol_bin.yaml
ZAPI perf-object-get-instances wafl_comp_aggr_vol_bin cloud_bin_op_latency_average
Unit: millisec
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/wafl_comp_aggr_vol_bin.yaml

fabricpool_cloud_bin_operation

Cloud bin operation counters.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_comp_aggr_vol_bin cloud_bin_op
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/wafl_comp_aggr_vol_bin.yaml
ZAPI perf-object-get-instances wafl_comp_aggr_vol_bin cloud_bin_operation
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/wafl_comp_aggr_vol_bin.yaml

fabricpool_get_throughput_bytes

This counter is deprecated. Counter that indicates the throughput for GET command in bytes per second.

API Endpoint Metric Template
ZAPI perf-object-get-instances object_store_client_op get_throughput_bytes
Unit:
Type:
Base:
conf/zapiperf/cdot/9.8.0/object_store_client_op.yaml

fabricpool_put_throughput_bytes

This counter is deprecated. Counter that indicates the throughput for PUT command in bytes per second.

API Endpoint Metric Template
ZAPI perf-object-get-instances object_store_client_op put_throughput_bytes
Unit:
Type:
Base:
conf/zapiperf/cdot/9.8.0/object_store_client_op.yaml

fabricpool_stats

This counter is deprecated. Counter that indicates the number of object store operations sent, and their success and failure counts. The objstore_client_op_name array indicate the operation name such as PUT, GET, etc. The objstore_client_op_stats_name array contain the total number of operations, their success and failure counter for each operation.

API Endpoint Metric Template
ZAPI perf-object-get-instances object_store_client_op stats
Unit:
Type:
Base:
conf/zapiperf/cdot/9.8.0/object_store_client_op.yaml

fabricpool_throughput_ops

Counter that indicates the throughput for commands in ops per second.

API Endpoint Metric Template
ZAPI perf-object-get-instances object_store_client_op throughput_ops
Unit: per_sec
Type: rate,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/object_store_client_op.yaml

fcp_avg_other_latency

Average latency for operations other than read and write

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp average_other_latency
Unit: microsec
Type: average
Base: other_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port avg_other_latency
Unit: microsec
Type: average
Base: other_ops
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_avg_read_latency

Average latency for read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp average_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port avg_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_avg_write_latency

Average latency for write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp average_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port avg_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_discarded_frames_count

Number of discarded frames.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp discarded_frames_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port discarded_frames_count
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_fabric_connected_speed

The negotiated data rate between the target FC port and the fabric in gigabits per second.

API Endpoint Metric Template
REST api/network/fc/ports fabric.connected_speed conf/rest/9.6.0/fcp.yaml

fcp_int_count

Number of interrupts

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp interrupt_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port int_count
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_invalid_crc

Number of invalid cyclic redundancy checks (CRC count)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp invalid.crc
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port invalid_crc
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_invalid_transmission_word

Number of invalid transmission words

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp invalid.transmission_word
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port invalid_transmission_word
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_isr_count

Number of interrupt responses

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp isr.count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port isr_count
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_lif_avg_latency

Average latency for FCP operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif average_latency
Unit: microsec
Type: average
Base: total_ops
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif avg_latency
Unit: microsec
Type: average
Base: total_ops
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_avg_other_latency

Average latency for operations other than read and write

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif average_other_latency
Unit: microsec
Type: average
Base: other_ops
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif avg_other_latency
Unit: microsec
Type: average
Base: other_ops
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_avg_read_latency

Average latency for read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif average_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif avg_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_avg_write_latency

Average latency for write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif average_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif avg_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_other_ops

Number of operations that are not read or write.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif other_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif other_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_read_data

Amount of data read from the storage system

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif read_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_read_ops

Number of read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif read_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_total_ops

Total number of operations.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif total_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif total_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_write_data

Amount of data written to the storage system

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif write_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif write_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

fcp_lif_write_ops

Number of write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp_lif write_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp_lif.yaml
ZAPI perf-object-get-instances fcp_lif write_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp_lif.yaml

Number of times the Fibre Channel link was lost

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp link.down
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port link_down
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

Number of link failures

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp link_failure
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port link_failure
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

Number of times the Fibre Channel link was established

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp link.up
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port link_up
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_loss_of_signal

Number of times this port lost signal

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp loss_of_signal
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port loss_of_signal
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_loss_of_sync

Number of times this port lost sync

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp loss_of_sync
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port loss_of_sync
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_max_speed

The maximum speed supported by the FC port in gigabits per second.

API Endpoint Metric Template
REST api/network/fc/ports speed.maximum conf/rest/9.6.0/fcp.yaml

fcp_nvmf_avg_other_latency

Average latency for operations other than read and write (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.average_other_latency
Unit: microsec
Type: average
Base: nvmf.other_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_avg_other_latency
Unit: microsec
Type: average
Base: nvmf_other_ops
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_avg_read_latency

Average latency for read operations (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.average_read_latency
Unit: microsec
Type: average
Base: nvmf.read_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_avg_read_latency
Unit: microsec
Type: average
Base: nvmf_read_ops
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_avg_remote_other_latency

Average latency for remote operations other than read and write (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.average_remote_other_latency
Unit: microsec
Type: average
Base: nvmf_remote.other_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_avg_remote_other_latency
Unit: microsec
Type: average
Base: nvmf_remote_other_ops
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_avg_remote_read_latency

Average latency for remote read operations (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.average_remote_read_latency
Unit: microsec
Type: average
Base: nvmf_remote.read_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_avg_remote_read_latency
Unit: microsec
Type: average
Base: nvmf_remote_read_ops
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_avg_remote_write_latency

Average latency for remote write operations (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.average_remote_write_latency
Unit: microsec
Type: average
Base: nvmf_remote.write_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_avg_remote_write_latency
Unit: microsec
Type: average
Base: nvmf_remote_write_ops
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_avg_write_latency

Average latency for write operations (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.average_write_latency
Unit: microsec
Type: average
Base: nvmf.write_ops
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_avg_write_latency
Unit: microsec
Type: average
Base: nvmf_write_ops
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_caw_data

Amount of CAW data sent to the storage system (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.caw_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_caw_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_caw_ops

Number of FC-NVMe CAW operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.caw_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_caw_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_command_slots

Number of command slots that have been used by initiators logging into this port. This shows the command fan-in on the port.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.command_slots
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_command_slots
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_other_ops

Number of NVMF operations that are not read or write.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.other_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_other_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_read_data

Amount of data read from the storage system (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_read_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_read_ops

Number of FC-NVMe read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_read_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_caw_data

Amount of remote CAW data sent to the storage system (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.caw_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_caw_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_caw_ops

Number of FC-NVMe remote CAW operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.caw_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_caw_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_other_ops

Number of NVMF remote operations that are not read or write.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.other_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_other_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_read_data

Amount of remote data read from the storage system (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_read_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_read_ops

Number of FC-NVMe remote read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_read_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_total_data

Amount of remote FC-NVMe traffic to and from the storage system

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.total_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_total_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_total_ops

Total number of remote FC-NVMe operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.total_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_total_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_write_data

Amount of remote data written to the storage system (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.write_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_write_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_remote_write_ops

Number of FC-NVMe remote write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf_remote.write_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_remote_write_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_total_data

Amount of FC-NVMe traffic to and from the storage system

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.total_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_total_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_total_ops

Total number of FC-NVMe operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.total_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_total_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_write_data

Amount of data written to the storage system (FC-NVMe)

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.write_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_write_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_nvmf_write_ops

Number of FC-NVMe write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp nvmf.write_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port nvmf_write_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/fcp.yaml

fcp_other_ops

Number of operations that are not read or write.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp other_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port other_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_prim_seq_err

Number of primitive sequence errors

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp primitive_seq_err
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port prim_seq_err
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_queue_full

Number of times a queue full condition occurred.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp queue_full
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port queue_full
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_read_data

Amount of data read from the storage system

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port read_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_read_ops

Number of read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port read_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_reset_count

Number of physical port resets

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp reset_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port reset_count
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_shared_int_count

Number of shared interrupts

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp shared_interrupt_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port shared_int_count
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_spurious_int_count

Number of spurious interrupts

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp spurious_interrupt_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port spurious_int_count
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_threshold_full

Number of times the total number of outstanding commands on the port exceeds the threshold supported by this port.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp threshold_full
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port threshold_full
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_total_data

Amount of FCP traffic to and from the storage system

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp total_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port total_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_total_ops

Total number of FCP operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp total_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port total_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_write_data

Amount of data written to the storage system

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp write_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port write_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcp_write_ops

Number of write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/fcp write_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcp.yaml
ZAPI perf-object-get-instances fcp_port write_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcp.yaml

fcvi_firmware_invalid_crc_count

Firmware reported invalid CRC count

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi firmware.invalid_crc_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi fw_invalid_crc
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_firmware_invalid_transmit_word_count

Firmware reported invalid transmit word count

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi firmware.invalid_transmit_word_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi fw_invalid_xmit_words
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

Firmware reported link failure count

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi firmware.link_failure_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi fw_link_failure
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_firmware_loss_of_signal_count

Firmware reported loss of signal count

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi firmware.loss_of_signal_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi fw_loss_of_signal
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_firmware_loss_of_sync_count

Firmware reported loss of sync count

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi firmware.loss_of_sync_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi fw_loss_of_sync
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_firmware_systat_discard_frames

Firmware reported SyStatDiscardFrames value

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi firmware.systat.discard_frames
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi fw_SyStatDiscardFrames
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_hard_reset_count

Number of times hard reset of FCVI adapter got issued.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi hard_reset_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi hard_reset_cnt
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_rdma_write_avg_latency

Average RDMA write I/O latency.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi rdma.write_average_latency
Unit: microsec
Type: average
Base: rdma.write_ops
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi rdma_write_avg_latency
Unit: microsec
Type: average
Base: rdma_write_ops
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_rdma_write_ops

Number of RDMA write I/Os issued per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi rdma.write_ops
Unit: none
Type: rate
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi rdma_write_ops
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_rdma_write_throughput

RDMA write throughput in bytes per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi rdma.write_throughput
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi rdma_write_throughput
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

fcvi_soft_reset_count

Number of times soft reset of FCVI adapter got issued.

API Endpoint Metric Template
REST api/cluster/counter/tables/fcvi soft_reset_count
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/fcvi.yaml
ZAPI perf-object-get-instances fcvi soft_reset_cnt
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/fcvi.yaml

flashcache_accesses

External cache accesses per second

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache accesses
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj accesses
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_disk_reads_replaced

Estimated number of disk reads per second replaced by cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache disk_reads_replaced
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj disk_reads_replaced
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_evicts

Number of blocks evicted from the external cache to make room for new blocks

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache evicts
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj evicts
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_hit

Number of WAFL buffers served off the external cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache hit.total
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj hit
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_hit_directory

Number of directory buffers served off the external cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache hit.directory
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj hit_directory
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_hit_indirect

Number of indirect file buffers served off the external cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache hit.indirect
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj hit_indirect
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_hit_metadata_file

Number of metadata file buffers served off the external cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache hit.metadata_file
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj hit_metadata_file
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_hit_normal_lev0

Number of normal level 0 WAFL buffers served off the external cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache hit.normal_level_zero
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj hit_normal_lev0
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_hit_percent

External cache hit rate

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache hit.percent
Unit: percent
Type: average
Base: accesses
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj hit_percent
Unit: percent
Type: percent
Base: accesses
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_inserts

Number of WAFL buffers inserted into the external cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache inserts
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj inserts
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_invalidates

Number of blocks invalidated in the external cache

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache invalidates
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj invalidates
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_miss

External cache misses

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache miss.total
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj miss
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_miss_directory

External cache misses accessing directory buffers

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache miss.directory
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj miss_directory
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_miss_indirect

External cache misses accessing indirect file buffers

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache miss.indirect
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj miss_indirect
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_miss_metadata_file

External cache misses accessing metadata file buffers

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache miss.metadata_file
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj miss_metadata_file
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_miss_normal_lev0

External cache misses accessing normal level 0 buffers

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache miss.normal_level_zero
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj miss_normal_lev0
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashcache_usage

Percentage of blocks in external cache currently containing valid data

API Endpoint Metric Template
REST api/cluster/counter/tables/external_cache usage
Unit: percent
Type: raw
Base:
conf/restperf/9.12.0/ext_cache_obj.yaml
ZAPI perf-object-get-instances ext_cache_obj usage
Unit: percent
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml

flashpool_cache_stats

Automated Working-set Analyzer (AWA) per-interval pseudo cache statistics for the most recent intervals. The number of intervals defined as recent is CM_WAFL_HYAS_INT_DIS_CNT. This array is a table with fields corresponding to the enum type of hyas_cache_stat_type_t.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_sizer cache_stats
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/wafl_hya_sizer.yaml
ZAPI perf-object-get-instances wafl_hya_sizer cache_stats
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_sizer.yaml

flashpool_evict_destage_rate

Number of block destage per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate evict_destage_rate
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr evict_destage_rate
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_evict_remove_rate

Number of block free per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate evict_remove_rate
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr evict_remove_rate
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_hya_read_hit_latency_average

Average of RAID I/O latency on read hit.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate hya_read_hit_latency_average
Unit: millisec
Type: average
Base: hya_read_hit_latency_count
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr hya_read_hit_latency_average
Unit: millisec
Type: average
Base: hya_read_hit_latency_count
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_hya_read_miss_latency_average

Average read miss latency.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate hya_read_miss_latency_average
Unit: millisec
Type: average
Base: hya_read_miss_latency_count
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr hya_read_miss_latency_average
Unit: millisec
Type: average
Base: hya_read_miss_latency_count
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_hya_write_hdd_latency_average

Average write latency to HDD.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate hya_write_hdd_latency_average
Unit: millisec
Type: average
Base: hya_write_hdd_latency_count
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr hya_write_hdd_latency_average
Unit: millisec
Type: average
Base: hya_write_hdd_latency_count
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_hya_write_ssd_latency_average

Average of RAID I/O latency on write to SSD.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate hya_write_ssd_latency_average
Unit: millisec
Type: average
Base: hya_write_ssd_latency_count
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr hya_write_ssd_latency_average
Unit: millisec
Type: average
Base: hya_write_ssd_latency_count
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_read_cache_ins_rate

Cache insert rate blocks/sec.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate read_cache_insert_rate
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr read_cache_ins_rate
Unit: per_sec
Type: rate,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_read_ops_replaced

Number of HDD read operations replaced by SSD reads per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate read_ops_replaced
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr read_ops_replaced
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_read_ops_replaced_percent

Percentage of HDD read operations replace by SSD.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate read_ops_replaced_percent
Unit: percent
Type: percent
Base: read_ops_total
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr read_ops_replaced_percent
Unit: percent
Type: percent
Base: read_ops_total
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_ssd_available

Total SSD blocks available.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate ssd_available
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr ssd_available
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_ssd_read_cached

Total read cached SSD blocks.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate ssd_read_cached
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr ssd_read_cached
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_ssd_total

Total SSD blocks.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate ssd_total
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr ssd_total
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_ssd_total_used

Total SSD blocks used.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate ssd_total_used
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr ssd_total_used
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_ssd_write_cached

Total write cached SSD blocks.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate ssd_write_cached
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr ssd_write_cached
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_wc_write_blks_total

Number of write-cache blocks written per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate wc_write_blocks_total
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr wc_write_blks_total
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_write_blks_replaced

Number of HDD write blocks replaced by SSD writes per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate write_blocks_replaced
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr write_blks_replaced
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flashpool_write_blks_replaced_percent

Percentage of blocks overwritten to write-cache among all disk writes.

API Endpoint Metric Template
REST api/cluster/counter/tables/wafl_hya_per_aggregate write_blocks_replaced_percent
Unit: percent
Type: average
Base: estimated_write_blocks_total
conf/restperf/9.12.0/wafl_hya_per_aggr.yaml
ZAPI perf-object-get-instances wafl_hya_per_aggr write_blks_replaced_percent
Unit: percent
Type: average
Base: est_write_blks_total
conf/zapiperf/cdot/9.8.0/wafl_hya_per_aggr.yaml

flexcache_blocks_requested_from_client

Total blocks requested by the client.

API Endpoint Metric Template
KeyPerf api/storage/volumes statistics.flexcache_raw.client_requested_blocks
Unit:
Type: delta
Base:
conf/keyperf/9.15.0/flexcache.yaml
ZAPI perf-object-get-instances flexcache_per_volume blocks_requested_from_client
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_blocks_retrieved_from_origin

Blocks retrieved from origin in case of a cache miss. This can be divided by the raw client_requested_blocks and multiplied by 100 to calculate the cache miss percentage.

API Endpoint Metric Template
KeyPerf api/storage/volumes statistics.flexcache_raw.cache_miss_blocks
Unit:
Type: delta
Base:
conf/keyperf/9.15.0/flexcache.yaml
ZAPI perf-object-get-instances flexcache_per_volume blocks_retrieved_from_origin
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_evict_rw_cache_skipped_reason_disconnected

Total number of read-write cache evict operations skipped because cache is disconnected.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume evict_rw_cache_skipped_reason_disconnected
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_evict_skipped_reason_config_noent

Total number of evict operation is skipped because cache config is not available.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume evict_skipped_reason_config_noent
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_evict_skipped_reason_disconnected

Total number of evict operation is skipped because cache is disconnected.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume evict_skipped_reason_disconnected
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_evict_skipped_reason_offline

Total number of evict operation is skipped because cache volume is offline.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume evict_skipped_reason_offline
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_invalidate_skipped_reason_config_noent

Total number of invalidate operation is skipped because cache config is not available.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume invalidate_skipped_reason_config_noent
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_invalidate_skipped_reason_disconnected

Total number of invalidate operation is skipped because cache is disconnected.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume invalidate_skipped_reason_disconnected
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_invalidate_skipped_reason_offline

Total number of invalidate operation is skipped because cache volume is offline.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume invalidate_skipped_reason_offline
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_miss_percent

This metric represents the percentage of block requests from a client that resulted in a "miss" in the FlexCache. A "miss" occurs when the requested data is not found in the cache and has to be retrieved from the origin volume.

API Endpoint Metric Template
KeyPerf api/storage/volumes blocks_retrieved_from_origin, blocks_requested_from_client
Unit:
Type:
Base:
conf/keyperf/9.15.0/flexcache.yaml
ZAPI flexcache_per_volume blocks_retrieved_from_origin, blocks_requested_from_client
Unit:
Type:
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_nix_retry_skipped_reason_initiator_retrieve

Total retry nix operations skipped because the initiator is retrieve operation.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume nix_retry_skipped_reason_initiator_retrieve
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_nix_skipped_reason_config_noent

Total number of nix operation is skipped because cache config is not available.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume nix_skipped_reason_config_noent
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_nix_skipped_reason_disconnected

Total number of nix operation is skipped because cache is disconnected.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume nix_skipped_reason_disconnected
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_nix_skipped_reason_in_progress

Total nix operations skipped because of an in-progress nix.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume nix_skipped_reason_in_progress
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_nix_skipped_reason_offline

Total number of nix operation is skipped because cache volume is offline.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume nix_skipped_reason_offline
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_reconciled_data_entries

Total number of reconciled data entries at cache side.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume reconciled_data_entries
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_reconciled_lock_entries

Total number of reconciled lock entries at cache side.

API Endpoint Metric Template
ZAPI perf-object-get-instances flexcache_per_volume reconciled_lock_entries
Unit: none
Type: delta,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/flexcache.yaml

flexcache_size

Physical size of the volume, in bytes. The minimum size for a FlexVol volume is 20MB and the minimum size for a FlexGroup volume is 200MB per constituent. The recommended size for a FlexGroup volume is a minimum of 100GB per constituent. For all volumes, the default size is equal to the minimum size.

API Endpoint Metric Template
REST api/storage/flexcache/flexcaches size conf/rest/9.12.0/flexcache.yaml
ZAPI flexcache-get-iter flexcache-info.size conf/zapi/cdot/9.8.0/flexcache.yaml

fru_status

This metric indicates a value of 1 if the FRU status is ok and a value of 0 for any other state.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/fru.yaml

headroom_aggr_current_latency

This is the storage aggregate average latency per message at the disk level.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate current_latency
Unit: microsec
Type: average
Base: current_ops
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr current_latency
Unit: microsec
Type: average
Base: current_ops
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_current_ops

Total number of I/Os processed by the aggregate per second.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate current_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr current_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_current_utilization

This is the storage aggregate average utilization of all the data disks in the aggregate.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate current_utilization
Unit: percent
Type: percent
Base: current_utilization_denominator
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr current_utilization
Unit: percent
Type: percent
Base: current_utilization_total
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_ewma_daily

Daily exponential weighted moving average.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate ewma.daily
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr ewma_daily
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_ewma_hourly

Hourly exponential weighted moving average.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate ewma.hourly
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr ewma_hourly
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_ewma_monthly

Monthly exponential weighted moving average.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate ewma.monthly
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr ewma_monthly
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_ewma_weekly

Weekly exponential weighted moving average.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate ewma.weekly
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr ewma_weekly
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_optimal_point_confidence_factor

The confidence factor for the optimal point value based on the observed resource latency and utilization.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate optimal_point.confidence_factor
Unit: none
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr optimal_point_confidence_factor
Unit: none
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_optimal_point_latency

The latency component of the optimal point of the latency/utilization curve.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate optimal_point.latency
Unit: microsec
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr optimal_point_latency
Unit: microsec
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_optimal_point_ops

The ops component of the optimal point derived from the latency/utilzation curve.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate optimal_point.ops
Unit: per_sec
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr optimal_point_ops
Unit: per_sec
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_aggr_optimal_point_utilization

The utilization component of the optimal point of the latency/utilization curve.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_aggregate optimal_point.utilization
Unit: none
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_aggr.yaml
ZAPI perf-object-get-instances resource_headroom_aggr optimal_point_utilization
Unit: none
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_aggr.yaml

headroom_cpu_current_latency

Current operation latency of the resource.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu current_latency
Unit: microsec
Type: average
Base: current_ops
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu current_latency
Unit: microsec
Type: average
Base: current_ops
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_current_ops

Total number of operations per second (also referred to as dblade ops).

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu current_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu current_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_current_utilization

Average processor utilization across all processors in the system.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu current_utilization
Unit: percent
Type: percent
Base: elapsed_time
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu current_utilization
Unit: percent
Type: percent
Base: current_utilization_total
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_ewma_daily

Daily exponential weighted moving average for current_ops, optimal_point_ops, current_latency, optimal_point_latency, current_utilization, optimal_point_utilization and optimal_point_confidence_factor.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu ewma.daily
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu ewma_daily
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_ewma_hourly

Hourly exponential weighted moving average for current_ops, optimal_point_ops, current_latency, optimal_point_latency, current_utilization, optimal_point_utilization and optimal_point_confidence_factor.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu ewma.hourly
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu ewma_hourly
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_ewma_monthly

Monthly exponential weighted moving average for current_ops, optimal_point_ops, current_latency, optimal_point_latency, current_utilization, optimal_point_utilization and optimal_point_confidence_factor.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu ewma.monthly
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu ewma_monthly
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_ewma_weekly

Weekly exponential weighted moving average for current_ops, optimal_point_ops, current_latency, optimal_point_latency, current_utilization, optimal_point_utilization and optimal_point_confidence_factor.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu ewma.weekly
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu ewma_weekly
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_optimal_point_confidence_factor

Confidence factor for the optimal point value based on the observed resource latency and utilization. The possible values are: 0 - unknown, 1 - low, 2 - medium, 3 - high. This counter can provide an average confidence factor over a range of time.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu optimal_point.confidence_factor
Unit: none
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu optimal_point_confidence_factor
Unit: none
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_optimal_point_latency

Latency component of the optimal point of the latency/utilization curve. This counter can provide an average latency over a range of time.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu optimal_point.latency
Unit: microsec
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu optimal_point_latency
Unit: microsec
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_optimal_point_ops

Ops component of the optimal point derived from the latency/utilization curve. This counter can provide an average ops over a range of time.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu optimal_point.ops
Unit: per_sec
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu optimal_point_ops
Unit: per_sec
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

headroom_cpu_optimal_point_utilization

Utilization component of the optimal point of the latency/utilization curve. This counter can provide an average utilization over a range of time.

API Endpoint Metric Template
REST api/cluster/counter/tables/headroom_cpu optimal_point.utilization
Unit: none
Type: average
Base: optimal_point.samples
conf/restperf/9.12.0/resource_headroom_cpu.yaml
ZAPI perf-object-get-instances resource_headroom_cpu optimal_point_utilization
Unit: none
Type: average
Base: optimal_point_samples
conf/zapiperf/cdot/9.8.0/resource_headroom_cpu.yaml

health_disk_alerts

Provides any issues related to Disks health check if disks are broken or unassigned. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_ems_alerts

The health_ems_alerts metric monitors EMS (Event Management System), providing a count based on their severity and other attributes. This metric includes labels such as node, message, source, and severity (e.g., emergency, alert, error). By default, it monitors alerts with emergency severity.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_ha_alerts

Provides any issues related to HA health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_license_alerts

Provides any issues related to License health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_lif_alerts

Provides any issues related to LIF health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_network_ethernet_port_alerts

Provides any issues related to Network Ethernet Port health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_network_fc_port_alerts

Provides any issues related to Network FC Port health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_node_alerts

Provides any issues related to Node health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_shelf_alerts

Provides any issues related to Shelf health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_support_alerts

Provides any issues related to Support health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_volume_move_alerts

Provides any issues related to Volume Move health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

health_volume_ransomware_alerts

Provides any issues related to Volume Ransomware health check. Value of 1 means issue is happening and 0 means that issue is resolved.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.6.0/health.yaml

hostadapter_bytes_read

Bytes read through a host adapter

API Endpoint Metric Template
REST api/cluster/counter/tables/host_adapter bytes_read
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/hostadapter.yaml
ZAPI perf-object-get-instances hostadapter bytes_read
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/hostadapter.yaml

hostadapter_bytes_written

Bytes written through a host adapter

API Endpoint Metric Template
REST api/cluster/counter/tables/host_adapter bytes_written
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/hostadapter.yaml
ZAPI perf-object-get-instances hostadapter bytes_written
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/hostadapter.yaml

iscsi_lif_avg_latency

Average latency for iSCSI operations

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif average_latency
Unit: microsec
Type: average
Base: cmd_transferred
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif avg_latency
Unit: microsec
Type: average
Base: cmd_transfered
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_avg_other_latency

Average latency for operations other than read and write (for example, Inquiry, Report LUNs, SCSI Task Management Functions)

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif average_other_latency
Unit: microsec
Type: average
Base: iscsi_other_ops
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif avg_other_latency
Unit: microsec
Type: average
Base: iscsi_other_ops
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_avg_read_latency

Average latency for read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif average_read_latency
Unit: microsec
Type: average
Base: iscsi_read_ops
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif avg_read_latency
Unit: microsec
Type: average
Base: iscsi_read_ops
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_avg_write_latency

Average latency for write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif average_write_latency
Unit: microsec
Type: average
Base: iscsi_write_ops
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif avg_write_latency
Unit: microsec
Type: average
Base: iscsi_write_ops
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_cmd_transfered

Command transferred by this iSCSI connection

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif cmd_transferred
Unit: none
Type: rate
Base:
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif cmd_transfered
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_iscsi_other_ops

iSCSI other operations per second on this logical interface (LIF)

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif iscsi_other_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif iscsi_other_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_iscsi_read_ops

iSCSI read operations per second on this logical interface (LIF)

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif iscsi_read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif iscsi_read_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_iscsi_write_ops

iSCSI write operations per second on this logical interface (LIF)

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif iscsi_write_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif iscsi_write_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_protocol_errors

Number of protocol errors from iSCSI sessions on this logical interface (LIF)

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif protocol_errors
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif protocol_errors
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_read_data

Amount of data read from the storage system in bytes

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif read_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iscsi_lif_write_data

Amount of data written to the storage system in bytes

API Endpoint Metric Template
REST api/cluster/counter/tables/iscsi_lif write_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/iscsi_lif.yaml
ZAPI perf-object-get-instances iscsi_lif write_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/iscsi_lif.yaml

iw_avg_latency

Average RDMA I/O latency.

API Endpoint Metric Template
REST api/cluster/counter/tables/iwarp average_latency
Unit: microsec
Type: average
Base: ops
conf/restperf/9.14.1/iwarp.yaml
ZAPI perf-object-get-instances iwarp iw_avg_latency
Unit: microsec
Type: average
Base: iw_ops
conf/zapiperf/cdot/9.8.0/iwarp.yaml

iw_ops

Number of RDMA I/Os issued.

API Endpoint Metric Template
REST api/cluster/counter/tables/iwarp ops
Unit: none
Type: rate
Base:
conf/restperf/9.14.1/iwarp.yaml
ZAPI perf-object-get-instances iwarp iw_ops
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/iwarp.yaml

iw_read_ops

Number of RDMA read I/Os issued.

API Endpoint Metric Template
REST api/cluster/counter/tables/iwarp read_ops
Unit: none
Type: rate
Base:
conf/restperf/9.14.1/iwarp.yaml
ZAPI perf-object-get-instances iwarp iw_read_ops
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/iwarp.yaml

iw_write_ops

Number of RDMA write I/Os issued.

API Endpoint Metric Template
REST api/cluster/counter/tables/iwarp write_ops
Unit: none
Type: rate
Base:
conf/restperf/9.14.1/iwarp.yaml
ZAPI perf-object-get-instances iwarp iw_write_ops
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/iwarp.yaml

lif_recv_data

Number of bytes received per second

API Endpoint Metric Template
REST api/cluster/counter/tables/lif received_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/lif.yaml
KeyPerf api/network/ip/interfaces statistics.throughput_raw.write
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/lif.yaml
ZAPI perf-object-get-instances lif recv_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lif.yaml

lif_recv_errors

Number of received Errors per second

API Endpoint Metric Template
REST api/cluster/counter/tables/lif received_errors
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lif.yaml
ZAPI perf-object-get-instances lif recv_errors
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lif.yaml

lif_recv_packet

Number of packets received per second

API Endpoint Metric Template
REST api/cluster/counter/tables/lif received_packets
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lif.yaml
ZAPI perf-object-get-instances lif recv_packet
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lif.yaml

lif_sent_data

Number of bytes sent per second

API Endpoint Metric Template
REST api/cluster/counter/tables/lif sent_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/lif.yaml
KeyPerf api/network/ip/interfaces statistics.throughput_raw.read
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/lif.yaml
ZAPI perf-object-get-instances lif sent_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lif.yaml

lif_sent_errors

Number of sent errors per second

API Endpoint Metric Template
REST api/cluster/counter/tables/lif sent_errors
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lif.yaml
ZAPI perf-object-get-instances lif sent_errors
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lif.yaml

lif_sent_packet

Number of packets sent per second

API Endpoint Metric Template
REST api/cluster/counter/tables/lif sent_packets
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lif.yaml
ZAPI perf-object-get-instances lif sent_packet
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lif.yaml

lif_total_data

Performance metric aggregated over all types of I/O operations.

API Endpoint Metric Template
KeyPerf api/network/ip/interfaces statistics.throughput_raw.total
Unit: b_per_sec
Type: rate
Base:
conf/keyperf/9.15.0/lif.yaml

lun_avg_read_latency

Average read latency in microseconds for all operations on the LUN

API Endpoint Metric Template
REST api/cluster/counter/tables/lun average_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun avg_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_avg_write_latency

Average write latency in microseconds for all operations on the LUN

API Endpoint Metric Template
REST api/cluster/counter/tables/lun average_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun avg_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_avg_xcopy_latency

Average latency in microseconds for xcopy requests

API Endpoint Metric Template
REST api/cluster/counter/tables/lun average_xcopy_latency
Unit: microsec
Type: average
Base: xcopy_requests
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun avg_xcopy_latency
Unit: microsec
Type: average
Base: xcopy_reqs
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_caw_reqs

Number of compare and write requests

API Endpoint Metric Template
REST api/cluster/counter/tables/lun caw_requests
Unit: none
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun caw_reqs
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_enospc

Number of operations receiving ENOSPC errors

API Endpoint Metric Template
REST api/cluster/counter/tables/lun enospc
Unit: none
Type: delta
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun enospc
Unit: none
Type: delta
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_new_status

This metric indicates a value of 1 if the LUN state is online (indicating the LUN is operational) and a value of 0 for any other state. and a value of 0 for any other state.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/lun.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/lun.yaml

lun_queue_full

Queue full responses

API Endpoint Metric Template
REST api/cluster/counter/tables/lun queue_full
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun queue_full
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_read_align_histo

Histogram of WAFL read alignment (number sectors off WAFL block start)

API Endpoint Metric Template
REST api/cluster/counter/tables/lun read_align_histogram
Unit: percent
Type: percent
Base: read_ops_sent
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun read_align_histo
Unit: percent
Type: percent
Base: read_ops_sent
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_read_data

Read bytes

API Endpoint Metric Template
REST api/cluster/counter/tables/lun read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun read_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_read_ops

Number of read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/lun read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun read_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_read_partial_blocks

Percentage of reads whose size is not a multiple of WAFL block size

API Endpoint Metric Template
REST api/cluster/counter/tables/lun read_partial_blocks
Unit: percent
Type: percent
Base: read_ops
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun read_partial_blocks
Unit: percent
Type: percent
Base: read_ops
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_remote_bytes

I/O to or from a LUN which is not owned by the storage system handling the I/O.

API Endpoint Metric Template
REST api/cluster/counter/tables/lun remote_bytes
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun remote_bytes
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_remote_ops

Number of operations received by a storage system that does not own the LUN targeted by the operations.

API Endpoint Metric Template
REST api/cluster/counter/tables/lun remote_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun remote_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_size

The total provisioned size of the LUN. The LUN size can be increased but not be made smaller using the REST interface.
The maximum and minimum sizes listed here are the absolute maximum and absolute minimum sizes in bytes. The actual minimum and maxiumum sizes vary depending on the ONTAP version, ONTAP platform and the available space in the containing volume and aggregate.
For more information, see Size properties in the docs section of the ONTAP REST API documentation.

API Endpoint Metric Template
REST api/storage/luns space.size conf/rest/9.12.0/lun.yaml
ZAPI lun-get-iter lun-info.size conf/zapi/cdot/9.8.0/lun.yaml

lun_size_used

The amount of space consumed by the main data stream of the LUN.
This value is the total space consumed in the volume by the LUN, including filesystem overhead, but excluding prefix and suffix streams. Due to internal filesystem overhead and the many ways SAN filesystems and applications utilize blocks within a LUN, this value does not necessarily reflect actual consumption/availability from the perspective of the filesystem or application. Without specific knowledge of how the LUN blocks are utilized outside of ONTAP, this property should not be used as an indicator for an out-of-space condition.
For more information, see Size properties in the docs section of the ONTAP REST API documentation.

API Endpoint Metric Template
REST api/storage/luns space.used conf/rest/9.12.0/lun.yaml
ZAPI lun-get-iter lun-info.size-used conf/zapi/cdot/9.8.0/lun.yaml

lun_size_used_percent

This metric represents the percentage of a LUN that is currently being used.

API Endpoint Metric Template
REST api/storage/luns size_used, size conf/rest/9.12.0/lun.yaml
ZAPI lun-get-iter size_used, size conf/zapi/cdot/9.8.0/lun.yaml

lun_unmap_reqs

Number of unmap command requests

API Endpoint Metric Template
REST api/cluster/counter/tables/lun unmap_requests
Unit: none
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun unmap_reqs
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_write_align_histo

Histogram of WAFL write alignment (number of sectors off WAFL block start)

API Endpoint Metric Template
REST api/cluster/counter/tables/lun write_align_histogram
Unit: percent
Type: percent
Base: write_ops_sent
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun write_align_histo
Unit: percent
Type: percent
Base: write_ops_sent
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_write_data

Write bytes

API Endpoint Metric Template
REST api/cluster/counter/tables/lun write_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun write_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_write_ops

Number of write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/lun write_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun write_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_write_partial_blocks

Percentage of writes whose size is not a multiple of WAFL block size

API Endpoint Metric Template
REST api/cluster/counter/tables/lun write_partial_blocks
Unit: percent
Type: percent
Base: write_ops
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun write_partial_blocks
Unit: percent
Type: percent
Base: write_ops
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_writesame_reqs

Number of write same command requests

API Endpoint Metric Template
REST api/cluster/counter/tables/lun writesame_requests
Unit: none
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun writesame_reqs
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_writesame_unmap_reqs

Number of write same commands requests with unmap bit set

API Endpoint Metric Template
REST api/cluster/counter/tables/lun writesame_unmap_requests
Unit: none
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun writesame_unmap_reqs
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

lun_xcopy_reqs

Total number of xcopy operations on the LUN

API Endpoint Metric Template
REST api/cluster/counter/tables/lun xcopy_requests
Unit: none
Type: rate
Base:
conf/restperf/9.12.0/lun.yaml
ZAPI perf-object-get-instances lun xcopy_reqs
Unit: none
Type: rate
Base:
conf/zapiperf/cdot/9.8.0/lun.yaml

metadata_collector_api_time

amount of time to collect data from monitored cluster object

API Endpoint Metric Template
REST NA Harvest generated
Unit: microseconds
NA
ZAPI NA Harvest generated
Unit: microseconds
NA

metadata_collector_bytesRx

The amount of data received by the collector from the monitored cluster.

API Endpoint Metric Template
REST NA Harvest generated
Unit: bytes
NA
ZAPI NA Harvest generated
Unit: bytes
NA

metadata_collector_calc_time

amount of time it took to compute metrics between two successive polls, specifically using properties like raw, delta, rate, average, and percent. This metric is available for ZapiPerf/RestPerf collectors.

API Endpoint Metric Template
REST NA Harvest generated
Unit: microseconds
NA
ZAPI NA Harvest generated
Unit: microseconds
NA

metadata_collector_instances

number of objects collected from monitored cluster

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_collector_metrics

number of counters collected from monitored cluster

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_collector_numCalls

The number of API calls made by the collector to the monitored cluster.

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_collector_numPartials

The number of partial responses received by the collector from the monitored cluster.

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_collector_parse_time

amount of time to parse XML, JSON, etc. for cluster object

API Endpoint Metric Template
REST NA Harvest generated
Unit: microseconds
NA
ZAPI NA Harvest generated
Unit: microseconds
NA

metadata_collector_pluginInstances

The number of plugin instances generated by the collector.

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_collector_plugin_time

amount of time for all plugins to post-process metrics

API Endpoint Metric Template
REST NA Harvest generated
Unit: microseconds
NA
ZAPI NA Harvest generated
Unit: microseconds
NA

metadata_collector_poll_time

amount of time it took for the poll to finish

API Endpoint Metric Template
REST NA Harvest generated
Unit: microseconds
NA
ZAPI NA Harvest generated
Unit: microseconds
NA

metadata_collector_skips

number of metrics that were not calculated between two successive polls. This metric is available for ZapiPerf/RestPerf collectors.

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_collector_task_time

amount of time it took for each collector's subtasks to complete

API Endpoint Metric Template
REST NA Harvest generated
Unit: microseconds
NA
ZAPI NA Harvest generated
Unit: microseconds
NA

metadata_component_count

number of metrics collected for each object

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_component_status

status of the collector - 0 means running, 1 means standby, 2 means failed

API Endpoint Metric Template
REST NA Harvest generated
Unit: enum
NA
ZAPI NA Harvest generated
Unit: enum
NA

metadata_exporter_count

number of metrics and labels exported

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_exporter_time

amount of time it took to render, export, and serve exported data

API Endpoint Metric Template
REST NA Harvest generated
Unit: microseconds
NA
ZAPI NA Harvest generated
Unit: microseconds
NA

metadata_target_goroutines

number of goroutines that exist within the poller

API Endpoint Metric Template
REST NA Harvest generated
Unit: scalar
NA
ZAPI NA Harvest generated
Unit: scalar
NA

metadata_target_ping

The response time (in milliseconds) of the ping to the target system. If the ping is successful, the metric records the time it took for the ping to complete.

API Endpoint Metric Template
REST NA Harvest generated
Unit: milliseconds
NA
ZAPI NA Harvest generated
Unit: milliseconds
NA

metadata_target_status

status of the system being monitored. 0 means reachable, 1 means unreachable

API Endpoint Metric Template
REST NA Harvest generated
Unit: enum
NA
ZAPI NA Harvest generated
Unit: enum
NA

metrocluster_check_aggr_status

Detail of the type of diagnostic operation run for the Aggregate with diagnostic operation result.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/metrocluster_check.yaml

metrocluster_check_cluster_status

Detail of the type of diagnostic operation run for the Cluster with diagnostic operation result.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/metrocluster_check.yaml

metrocluster_check_node_status

Detail of the type of diagnostic operation run for the Node with diagnostic operation result.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/metrocluster_check.yaml

metrocluster_check_volume_status

Detail of the type of diagnostic operation run for the Volume with diagnostic operation result.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/metrocluster_check.yaml

namespace_avg_other_latency

Average other ops latency in microseconds for all operations on the Namespace

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace average_other_latency
Unit: microsec
Type: average
Base: other_ops
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace avg_other_latency
Unit: microsec
Type: average
Base: other_ops
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_avg_read_latency

Average read latency in microseconds for all operations on the Namespace

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace average_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace avg_read_latency
Unit: microsec
Type: average
Base: read_ops
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_avg_write_latency

Average write latency in microseconds for all operations on the Namespace

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace average_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace avg_write_latency
Unit: microsec
Type: average
Base: write_ops
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_block_size

The size of blocks in the namespace in bytes.
Valid in POST when creating an NVMe namespace that is not a clone of another. Disallowed in POST when creating a namespace clone. Valid in POST.

API Endpoint Metric Template
REST api/storage/namespaces space.block_size conf/rest/9.12.0/namespace.yaml
ZAPI nvme-namespace-get-iter nvme-namespace-info.block-size conf/zapi/cdot/9.8.0/namespace.yaml

namespace_other_ops

Number of other operations

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace other_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace other_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_read_data

Read bytes

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace read_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_read_ops

Number of read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace read_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_remote_bytes

Remote read bytes

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace remote.read_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace remote_bytes
Unit:
Type:
Base:
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_remote_ops

Number of remote read operations

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace remote.read_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace remote_ops
Unit:
Type:
Base:
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_size

The total provisioned size of the NVMe namespace. Valid in POST and PATCH. The NVMe namespace size can be increased but not be made smaller using the REST interface.
The maximum and minimum sizes listed here are the absolute maximum and absolute minimum sizes in bytes. The maximum size is variable with respect to large NVMe namespace support in ONTAP. If large namespaces are supported, the maximum size is 128 TB (140737488355328 bytes) and if not supported, the maximum size is just under 16 TB (17557557870592 bytes). The minimum size supported is always 4096 bytes.
For more information, see Size properties in the docs section of the ONTAP REST API documentation.

API Endpoint Metric Template
REST api/storage/namespaces space.size conf/rest/9.12.0/namespace.yaml
ZAPI nvme-namespace-get-iter nvme-namespace-info.size conf/zapi/cdot/9.8.0/namespace.yaml

namespace_size_available

This metric represents the amount of available space in a namespace.

API Endpoint Metric Template
REST api/storage/namespaces size, size_used conf/rest/9.12.0/namespace.yaml
ZAPI nvme-namespace-get-iter size, size_used conf/zapi/cdot/9.8.0/namespace.yaml

namespace_size_available_percent

This metric represents the percentage of available space in a namespace.

API Endpoint Metric Template
REST api/storage/namespaces size_available, size conf/rest/9.12.0/namespace.yaml
ZAPI nvme-namespace-get-iter size_available, size conf/zapi/cdot/9.8.0/namespace.yaml

namespace_size_used

The amount of space consumed by the main data stream of the NVMe namespace.
This value is the total space consumed in the volume by the NVMe namespace, including filesystem overhead, but excluding prefix and suffix streams. Due to internal filesystem overhead and the many ways NVMe filesystems and applications utilize blocks within a namespace, this value does not necessarily reflect actual consumption/availability from the perspective of the filesystem or application. Without specific knowledge of how the namespace blocks are utilized outside of ONTAP, this property should not be used and an indicator for an out-of-space condition.
For more information, see Size properties in the docs section of the ONTAP REST API documentation.

API Endpoint Metric Template
REST api/storage/namespaces space.used conf/rest/9.12.0/namespace.yaml
ZAPI nvme-namespace-get-iter nvme-namespace-info.size-used conf/zapi/cdot/9.8.0/namespace.yaml

namespace_write_data

Write bytes

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace write_data
Unit: b_per_sec
Type: rate
Base:
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace write_data
Unit: b_per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/namespace.yaml

namespace_write_ops

Number of write operations

API Endpoint Metric Template
REST api/cluster/counter/tables/namespace write_ops
Unit: per_sec
Type: rate
Base:
conf/restperf/9.12.0/namespace.yaml
ZAPI perf-object-get-instances namespace write_ops
Unit: per_sec
Type: rate
Base:
conf/zapiperf/cdot/9.10.1/namespace.yaml

ndmp_session_data_bytes_processed

Indicates the NDMP data bytes processed.

API Endpoint Metric Template
REST api/protocols/ndmp/sessions data.bytes_processed conf/rest/9.7.0/ndmp_session.yaml

ndmp_session_mover_bytes_moved

Indicates the NDMP mover bytes moved.

API Endpoint Metric Template
REST api/protocols/ndmp/sessions mover.bytes_moved conf/rest/9.7.0/ndmp_session.yaml

net_port_mtu

Maximum transmission unit, largest packet size on this network

API Endpoint Metric Template
REST api/network/ethernet/ports mtu conf/rest/9.12.0/netport.yaml
ZAPI net-port-get-iter net-port-info.mtu conf/zapi/cdot/9.8.0/netport.yaml

net_port_status

This metric indicates a value of 1 if the port state is up and a value of 0 for any other state.

API Endpoint Metric Template
REST NA Harvest generated conf/rest/9.12.0/netport.yaml
ZAPI NA Harvest generated conf/zapi/cdot/9.8.0/netport.yaml

netstat_bytes_recvd

Number of bytes received by a TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat bytes_recvd
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

netstat_bytes_sent

Number of bytes sent by a TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat bytes_sent
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

netstat_cong_win

Congestion window of a TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat cong_win
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

netstat_cong_win_th

Congestion window threshold of a TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat cong_win_th
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

netstat_ooorcv_pkts

Number of out-of-order packets received by this TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat ooorcv_pkts
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

netstat_recv_window

Receive window size of a TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat recv_window
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

netstat_rexmit_pkts

Number of packets retransmitted by this TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat rexmit_pkts
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

netstat_send_window

Send window size of a TCP connection

API Endpoint Metric Template
ZAPI perf-object-get-instances netstat send_window
Unit: none
Type: raw
Base:
conf/zapiperf/cdot/9.8.0/netstat.yaml

nfs_clients_idle_duration

Specifies an ISO-8601 format of date and time to retrieve the idle time duration in hours, minutes, and seconds format.

API Endpoint Metric Template
REST api/protocols/nfs/connected-clients idle_duration conf/rest/9.7.0/nfs_clients.yaml

nfs_diag_storePool_ByteLockAlloc

Current number of byte range lock objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.byte_lock_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_ByteLockAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_ByteLockMax

Maximum number of byte range lock objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.byte_lock_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_ByteLockMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_ClientAlloc

Current number of client objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.client_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_ClientAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_ClientMax

Maximum number of client objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.client_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_ClientMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_ConnectionParentSessionReferenceAlloc

Current number of connection parent session reference objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.connection_parent_session_reference_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_ConnectionParentSessionReferenceAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_ConnectionParentSessionReferenceMax

Maximum number of connection parent session reference objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.connection_parent_session_reference_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_ConnectionParentSessionReferenceMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_CopyStateAlloc

Current number of copy state objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.copy_state_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_CopyStateAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_CopyStateMax

Maximum number of copy state objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.copy_state_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_CopyStateMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_DelegAlloc

Current number of delegation lock objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.delegation_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_DelegAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_DelegMax

Maximum number delegation lock objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.delegation_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_DelegMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_DelegStateAlloc

Current number of delegation state objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.delegation_state_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_DelegStateAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_DelegStateMax

Maximum number of delegation state objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.delegation_state_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_DelegStateMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_LayoutAlloc

Current number of layout objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.layout_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_LayoutAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_LayoutMax

Maximum number of layout objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.layout_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_LayoutMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_LayoutStateAlloc

Current number of layout state objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.layout_state_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_LayoutStateAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_LayoutStateMax

Maximum number of layout state objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.layout_state_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_LayoutStateMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_LockStateAlloc

Current number of lock state objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.lock_state_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_LockStateAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_LockStateMax

Maximum number of lock state objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.lock_state_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_LockStateMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_OpenAlloc

Current number of share objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.open_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_OpenAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_OpenMax

Maximum number of share lock objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.open_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_OpenMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_OpenStateAlloc

Current number of open state objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.openstate_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_OpenStateAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_OpenStateMax

Maximum number of open state objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.openstate_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_OpenStateMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_OwnerAlloc

Current number of owner objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.owner_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_OwnerAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_OwnerMax

Maximum number of owner objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.owner_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_OwnerMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_SessionAlloc

Current number of session objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.session_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_SessionAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_SessionConnectionHolderAlloc

Current number of session connection holder objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.session_connection_holder_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_SessionConnectionHolderAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_SessionConnectionHolderMax

Maximum number of session connection holder objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.session_connection_holder_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_SessionConnectionHolderMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_SessionHolderAlloc

Current number of session holder objects allocated.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.session_holder_allocated
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_SessionHolderAlloc
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_SessionHolderMax

Maximum number of session holder objects.

API Endpoint Metric Template
REST api/cluster/counter/tables/nfs_v4_diag storepool.session_holder_maximum
Unit: none
Type: raw
Base:
conf/restperf/9.12.0/nfsv4_pool.yaml
ZAPI perf-object-get-instances nfsv4_diag storePool_SessionHolderMax
Unit: none
Type: raw,no-zero-values
Base:
conf/zapiperf/cdot/9.8.0/nfsv4_pool.yaml

nfs_diag_storePool_SessionMax