Skip to main content
ONTAP 9.11.1 performance counter mapping
A newer release of this product is available.

volume

Contributors
Suggest changes

Counter Manager table for exporting volume performance counters. The alias names for volume:node and volume:svm are volume_node and volume_svm respectively.

Classic Object: volume

Table Row IDs

ID Format Aggregation Type Comment

{svm.name}:{instance_name}:{instance_uuid}

(not applicable)

This represents the construction of the row ID field, which is a single unique string that identifies a row.

{node.name}:{node.uuid}

node

This represents the construction of the row ID field in node combo object, which is a single unique string that identifies a row.

{svm.name}:{svm.uuid}

svm

This represents the construction of the row ID field in svm combo object, which is a single unique string that identifies a row.

Properties

This section describes the mapping between classic (ONTAPI) string counter names and REST property names.

Classic String Counter REST Property Description

node_name

node.name

Name of the Node

node_uuid

node.uuid

UUID for the node

instance_name

name

This is the name of the volume counter row

instance_uuid

uuid

DSID/MSID of this volume row

vserver_name

svm.name

Name of the Copy Manager SVM row

vserver_uuid

svm.uuid

UUID for the Copy Manager SVM row

parent_aggr

parent_aggregate

The name of the aggregate hosting this volume

Counters

This section describes the mapping between classic (ONTAPI) numeric counter names and REST counter names.

Classic Numeric Counter REST Counter Description

read_data

bytes_read

Bytes read per second

write_data

bytes_written

Bytes written per second

read_ops

total_read_ops

Number of read operations per second from the volume

write_ops

total_write_ops

Number of write operations per second to the volume

other_ops

total_other_ops

Number of other operations per second to the volume

total_ops

total_ops

Number of operations per second serviced by the volume

read_latency

read_latency

Average latency in microseconds for the WAFL filesystem to process read request
to the volume; not including request processing or network communication time

write_latency

write_latency

Average latency in microseconds for the WAFL filesystem to process write request
to the volume; not including request processing or network communication time

other_latency

other_latency

Average latency in microseconds for the WAFL filesystem to process other
operations to the volume; not including request processing or network
communication time

avg_latency

average_latency

Average latency in microseconds for the WAFL filesystem to process all the
operations on the volume; not including request processing or network
communication time

cifs_read_data

cifs.read_data

Bytes read per second via CIFS

cifs_read_latency

cifs.read_latency

Average time for the WAFL filesystem to process CIFS read requests to the
volume; not including CIFS protocol request processing or network communication
time which will also be included in client observed CIFS request latency

cifs_read_ops

cifs.read_ops

Number of CIFS read operations per second from the volume

cifs_write_data

cifs.write_data

Bytes written per second via CIFS

cifs_write_latency

cifs.write_latency

Average time for the WAFL filesystem to process CIFS write requests to the
volume; not including CIFS protocol request processing or network communication
time which will also be included in client observed CIFS request latency

cifs_write_ops

cifs.write_ops

Number of CIFS write operations per second to the volume

cifs_other_latency

cifs.other_latency

Average time for the WAFL filesystem to process other CIFS operations to the
volume; not including CIFS protocol request processing or network communication
time which will also be included in client observed CIFS request latency

cifs_other_ops

cifs.other_ops

Number of other CIFS operations per second to the volume

nfs_read_data

nfs.read_data

Bytes read per second via NFS

nfs_read_latency

nfs.read_latency

Average time for the WAFL filesystem to process NFS protocol read requests to
the volume; not including NFS protocol request processing or network
communication time which will also be included in client observed NFS request
latency

nfs_read_ops

nfs.read_ops

Number of NFS read operations per second from the volume

nfs_write_data

nfs.write_data

Bytes written per second via NFS

nfs_write_latency

nfs.write_latency

Average time for the WAFL filesystem to process NFS protocol write requests to
the volume; not including NFS protocol request processing or network
communication time, which will also be included in client observed NFS request
latency

nfs_write_ops

nfs.write_ops

Number of NFS write operations per second to the volume

nfs_other_latency

nfs.other_latency

Average time for the WAFL filesystem to process other NFS operations to the
volume; not including NFS protocol request processing or network communication
time which will also be included in client observed NFS request latency

nfs_other_ops

nfs.other_ops

Number of other NFS operations per second to the volume

iscsi_read_data

iscsi.read_data

Bytes read per second via block protocol

iscsi_read_latency

iscsi.read_latency

Average time for the WAFL filesystem to process iSCSI protocol read operations
to the volume; not including iSCSI protocol request processing or network
communication time which will also be included in client observed iSCSI protocol
request latency

iscsi_read_ops

iscsi.read_ops

Number of block protocol read operations per second from the volume

iscsi_write_data

iscsi.write_data

Bytes written per second via block protocol

iscsi_write_latency

iscsi.write_latency

Average time for the WAFL filesystem to process iSCSI protocol write operations
to the volume; not including iSCSI protocol request processing or network
communication time which will also be included in client observed iSCSI request
latency

iscsi_write_ops

iscsi.write_ops

Number of block protocol write operations per second to the volume

iscsi_other_latency

iscsi.other_latency

Average time for the WAFL filesystem to process other iSCSI protocol operations
to the volume; not including iSCSI protocol request processing or network
communication time which will also be included in client observed iSCSI protocol
request latency

iscsi_other_ops

iscsi.other_ops

Number of other block protocol operations per second to the volume

fcp_read_data

fcp.read_data

Bytes read per second via block protocol

fcp_read_latency

fcp.read_latency

Average time for the WAFL filesystem to process FCP protocol read operations to
the volume; not including FCP protocol request processing or network
communication time which will also be included in client observed FCP protocol
request latency

fcp_read_ops

fcp.read_ops

Number of block protocol read operations per second from the volume

fcp_write_data

fcp.write_data

Bytes written per second via block protocol

fcp_write_latency

fcp.write_latency

Average time for the WAFL filesystem to process FCP protocol write operations to
the volume; not including FCP protocol request processing or network
communication time which will also be included in client observed FCP protocol
request latency

fcp_write_ops

fcp.write_ops

Number of block protocol write operations per second to the volume

fcp_other_latency

fcp.other_latency

Average time for the WAFL filesystem to process other FCP protocol operations to
the volume; not including FCP protocol request processing or network
communication time which will also be included in client observed FCP protocol
request latency

fcp_other_ops

fcp.other_ops

Number of other block protocol operations per second to the volume

Property/Counter Content Changes

This section describes any output value differences between the classic (ONTAPI) string counter and the respective REST property. It also describes array label name changes between classic array counters and respective REST array counters.

Table Aliases

This section describes aliases for aggregated tables.

Classic Object Alias

volume:node

volume_node

volume:svm

volume_svm