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

svm_nfs_v3

Contributors
Suggest changes

The svm_nfs_v3 table reports activity for the Network File System protocol, version 3. This is the Sun file-sharing protocol that is predominant on UNIX platforms, used to connect to Network Attached Storage (NAS). The alias name for svm_nfs_v3:node is svm_nfs_v3_node.

Classic Object: nfsv3

Table Row IDs

ID Format Aggregation Type Comment

{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}:{instance_name}:{instance_uuid}

constituent

This represents the construction of a row ID field for a row from a single node.

{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.

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

instance_name

name

Constituent SVM name

vserver_id

svm.id

Vserver ID

vserver_name

svm.name

Name of SVM

Counters

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

Classic Numeric Counter REST Counter Description

null_success

null.success

Number of successful Null procedure requests. A null procedure does nothing. It
is used for testing and timing.

null_error

null.error

Number of erroneous Null procedure requests. A null procedure does nothing. It
is used for testing and timing.

null_total

null.total

Total number of Null procedure requests. It is the total of null success and
null error requests.

null_percent

null.percent

Percentage of Null procedure requests.

null_avg_latency

null.average_latency

Average latency of Null procedure requests.

getattr_success

getattr.success

Number of successful GetAttr procedure requests. The GetAttr procedure retrieves
the attributes for a specified file system object. Successful returns have a
NFS3_OK status.

getattr_error

getattr.error

Number of erroneous GetAttr procedure requests. The GetAttr procedure retrieves
the attributes for a specified file system object.

getattr_total

getattr.total

Total number of Getattr procedure requests. It is the total number of getattr
success and getattr error requests.

getattr_percent

getattr.percent

Percentage of GetAttr procedure requests. This counter shows how often GetAttr
requests happen out of all NFSv3 requests.

getattr_avg_latency

getattr.average_latency

Average latency of GetAttr procedure requests. This counter keeps track of the
average response time of GetAttr requests.

setattr_success

setattr.success

Number of successful SetAttr procedure requests. The SetAttr procedure changes
one or more of the attributes of a file system object on the server.

setattr_error

setattr.error

Number of erroneous SetAttr procedure requests. The SetAttr procedure changes
one or more of the attributes of a file system object on the server.

setattr_total

setattr.total

Total number of Setattr procedure requests. It is the total number of Setattr
success and setattr error requests.

setattr_percent

setattr.percent

Percentage of Setattr procedure requests. The counter shows how often SetAttr
requests happen out of all NFSv3 requests.

setattr_avg_latency

setattr.average_latency

Average latency of SetAttr procedure requests. The counter keeps track of the
average response time of SetAttr requests.

lookup_success

lookup.success

Number of successful LookUp procedure requests. The LookUp procedure searches a
directory for a specific name and returns the file handle for the corresponding
file system object.

lookup_error

lookup.error

Number of erroneous LookUp procedure requests. The LookUp procedure searches a
directory for a specific name and returns the file handle for the corresponding
file system object.

lookup_total

lookup.total

Total number of Lookup procedure requests. It is the total number of lookup
success and lookup error requests.

lookup_percent

lookup.percent

Percentage of LookUp procedure requests. This counter shows how often LookUp
requests happen out of all NFSv3 requests.

lookup_avg_latency

lookup.average_latency

Average latency of LookUp procedure requests. This shows the average time it
takes for the LookUp operation to reply to the request.

access_success

access.success

Number of successful Access procedure requests. The Access procedure determines
the access rights that a user has with respect to a file system object.

access_error

access.error

Number of erroneous Access procedure requests. The Access procedure determines
the access rights that a user has with respect to a file system object.

access_total

access.total

Total number of Access procedure requests. It is the total number of access
success and access error requests.

access_percent

access.percent

Percentage of Access procedure requests. This counter shows how often Access
requests happen out of all NFSv3 requests.

access_avg_latency

access.average_latency

Average latency of Access procedure requests. The counter keeps track of the
average response time of Access requests.

read_symlink_success

read_symlink.success

Number of successful ReadSymlink procedure requests. The ReadSymLink procedure
reads the data associated with a symbolic link. A symbolic link is a file system
object that points to another file system object.

read_symlink_error

read_symlink.error

Number of erroneous ReadSymlink procedure requests. The ReadSymLink procedure
reads the data associated with a symbolic link. A symbolic link is a file system
object that points to another file system object.

read_symlink_total

read_symlink.total

Total number of ReadSymLink procedure requests. It is the total number of read
symlink success and read symlink error requests.

read_symlink_percent

read_symlink.percent

Percentage of ReadSymLink procedure requests. This counter shows how often
ReadSymLink requests happen out of all NFSv3 requests.

read_symlink_avg_latency

read_symlink.average_latency

Average latency of ReadSymLink procedure requests. The counter keeps track of
the average response time of ReadSymLink requests.

read_success

read.success

Number of successful Read procedure requests. The Read procedure reads data from
a file.

read_error

read.error

Number of erroneous Read procedure requests. The Read procedure reads data from
a file.

read_total

read.total

Total number Read of procedure requests. It is the total number of read success
and read error requests.

read_percent

read.percent

Percentage of Read procedure requests. This counter shows how often Read
requests happen out of all NFSv3 requests.

read_avg_latency

read.average_latency

Average latency of Read procedure requests. The counter keeps track of the
average response time of Read requests.

write_success

write.success

Number of successful Write procedure requests. The Write procedure writes data
to a file.

write_error

write.error

Number of erroneous Write procedure requests. The Write procedure writes data to
a file.

write_total

write.total

Total number of Write procedure requests. It is the total number of write
success and write error requests.

write_percent

write.percent

Percentage of Write procedure requests. This counter shows how often Write
requests happen out of all NFSv3 requests.

write_avg_latency

write.average_latency

Average latency of Write procedure requests. The counter keeps track of the
average response time of Write requests.

create_success

create.success

Number of successful Create procedure requests. The Create procedure creates a
regular file.

create_error

create.error

Number of erroneous Create procedure requests. The Create procedure creates a
regular file.

create_total

create.total

Total number Create of procedure requests. It is the total number of create
success and create error requests.

create_percent

create.percent

Percentage of Create procedure requests. This counter shows how often Create
requests happen out of all NFSv3 requests.

create_avg_latency

create.average_latency

Average latency of Create procedure requests. The counter keeps track of the
average response time of Create requests.

mkdir_success

mkdir.success

Number of successful MkDir procedure requests. The MkDir procedure creates a new
subdirectory.

mkdir_error

mkdir.error

Number of erroneous MkDir procedure requests. The MkDir procedure creates a new
subdirectory.

mkdir_total

mkdir.total

Total number MkDir of procedure requests. It is the total number of MkDir
success and MkDir error requests.

mkdir_percent

mkdir.percent

Percentage of MkDir procedure requests. This counter shows how often MkDir
requests happen out of all NFSv3 requests.

mkdir_avg_latency

mkdir.average_latency

Average latency of MkDir procedure requests. The counter keeps track of the
average response time of MkDir requests.

symlink_success

symlink.success

Number of successful SymLink procedure requests. The SymLink procedure creates a
symbolic link. A symbolic link is a file system object that points to another
file system object.

symlink_error

symlink.error

Number of erroneous SymLink procedure requests. The SymLink procedure creates a
symbolic link. A symbolic link is a file system object that points to another
file system object.

symlink_total

symlink.total

Total number SymLink of procedure requests. It is the total number of SymLink
success and create SymLink requests.

symlink_percent

symlink.percent

Percentage of Symlink procedure requests. This counter shows how often Symlink
requests happen out of all NFSv3 requests.

symlink_avg_latency

symlink.average_latency

Average latency of SymLink procedure requests. The counter keeps track of the
average response time of SymLink requests.

mknod_success

mknod.success

Number of successful MkNod procedure requests. The MkNod procedure creates a
special file that can be device files or named pipes.

mknod_error

mknod.error

Number of erroneous MkNod procedure requests. The MkNod procedure creates a
special file that can be device files or named pipes.

mknod_total

mknod.total

Total number MkNod of procedure requests. It is the total number of MkNod
success and MkNod error requests.

mknod_percent

mknod.percent

Percentage of MkNod procedure requests. This counter shows how often MkNod
requests happen out of all NFSv3 requests.

mknod_avg_latency

mknod.average_latency

Average latency of MkNod procedure requests. The counter keeps track of the
average response time of MkNod requests.

remove_success

remove.success

Number of successful Remove procedure requests. The Remove procedure deletes an
entry from a directory.

remove_error

remove.error

Number of erroneous Remove procedure requests. The Remove procedure deletes an
entry from a directory.

remove_total

remove.total

Total number Remove of procedure requests. It is the total number of Remove
success and Remove error requests.

remove_percent

remove.percent

Percentage of Remove procedure requests. This counter shows how often Remove
requests happen out of all NFSv3 requests.

remove_avg_latency

remove.average_latency

Average latency of Remove procedure requests. The counter keeps track of the
average response time of Remove requests.

rmdir_success

rmdir.success

Number of successful RmDir procedure requests. The RmDir procedure deletes a
subdirectory from a directory.

rmdir_error

rmdir.error

Number of erroneous RmDir procedure requests. The RmDir procedure deletes a
subdirectory from a directory.

rmdir_total

rmdir.total

Total number RmDir of procedure requests. It is the total number of RmDir
success and RmDir error requests.

rmdir_percent

rmdir.percent

Percentage of RmDir procedure requests. This counter shows how often RmDir
requests happen out of all NFSv3 requests.

rmdir_avg_latency

rmdir.average_latency

Average latency of RmDir procedure requests. The counter keeps track of the
average response time of RmDir requests.

rename_success

rename.success

Number of successful Rename procedure requests. The Rename procedure renames the
file.

rename_error

rename.error

Number of erroneous Rename procedure requests. The Rename procedure renames the
file.

rename_total

rename.total

Total number Rename of procedure requests. It is the total number of Rename
success and Rename error requests.

rename_percent

rename.percent

Percentage of Rename procedure requests. This counter shows how often Rename
requests happen out of all NFSv3 requests.

rename_avg_latency

rename.average_latency

Average latency of Rename procedure requests. The counter keeps track of the
average response time of Rename requests.

link_success

link.success

Number of successful Link procedure requests. The Link procedure creates a hard
link. A hard link is a directory entry that associates a name with a file on a
file system.

link_error

link.error

Number of erroneous Link procedure requests. The Link procedure creates a hard
link. A hard link is a directory entry that associates a name with a file on a
file system.

link_total

link.total

Total number Link of procedure requests. It is the total number of Link success
and Link error requests.

link_percent

link.percent

Percentage of Link procedure requests. This counter shows how often Link
requests happen out of all NFSv3 requests.

link_avg_latency

link.average_latency

Average latency of Link procedure requests. The counter keeps track of the
average response time of Link requests.

readdir_success

readdir.success

Number of successful ReadDir procedure requests. The ReadDir retrieves a
variable number of entries from a directory and returns the name of file
identifier for each.

readdir_error

readdir.error

Number of erroneous ReadDir procedure requests. The ReadDir retrieves a variable
number of entries from a directory and returns the name of file identifier for
each.

readdir_total

readdir.total

Total number ReadDir of procedure requests. It is the total number of ReadDir
success and ReadDir error requests.

readdir_percent

readdir.percent

Percentage of ReadDir procedure requests. This counter shows how often ReadDir
requests happen out of all NFSv3 requests.

readdir_avg_latency

readdir.average_latency

Average latency of ReadDir procedure requests. The counter keeps track of the
average response time of ReadDir requests.

readdirplus_success

readdirplus.success

Number of successful ReadDirPlus procedure requests. The ReadDirPlus retrieves a
variable number of entries from a file system directory and returns complete
information about each.

readdirplus_error

readdirplus.error

Number of erroneous ReadDirPlus procedure requests. The ReadDirPlus retrieves a
variable number of entries from a file system directory and returns complete
information about each.

readdirplus_total

readdirplus.total

Total number ReadDirPlus of procedure requests. It is the total number of
ReadDirPlus success and ReadDirPlus error requests.

readdirplus_percent

readdirplus.percent

Percentage of ReadDirPlus procedure requests. This counter shows how often
ReadDirPlus requests happen out of all NFSv3 requests.

readdirplus_avg_latency

readdirplus.average_latency

Average latency of ReadDirPlus procedure requests. The counter keeps track of
the average response time of ReadDirPlus requests.

fsstat_success

fsstat.success

Number of successful FsStat procedure requests. The FsStat procedure retrieves
volatile file system state information.

fsstat_error

fsstat.error

Number of erroneous FsStat procedure requests. The FsStat procedure retrieves
volatile file system state information.

fsstat_total

fsstat.total

Total number FSStat of procedure requests. It is the total number of FSStat
success and FSStat error requests.

fsstat_percent

fsstat.percent

Percentage of FSStat procedure requests. This counter shows how often FSStat
requests happen out of all NFSv3 requests.

fsstat_avg_latency

fsstat.average_latency

Average latency of FSStat procedure requests. The counter keeps track of the
average response time of FSStat requests.

fsinfo_success

fsinfo.success

Number of successful FsInfo procedure requests. The FsInfo procedure retrieves
nonvolatile file system state information and provides general information about
the NFS version 3 protocol server implementation

fsinfo_error

fsinfo.error

Number of erroneous FsInfo procedure requests. The FsInfo procedure retrieves
nonvolatile file system state information and provides general information about
the NFS version 3 protocol server implementation

fsinfo_total

fsinfo.total

Total number FSInfo of procedure requests. It is the total number of FSInfo
success and FSInfo error requests.

fsinfo_percent

fsinfo.percent

Percentage of FsInfo procedure requests. This counter shows how often FsInfo
requests happen out of all NFSv3 requests.

fsinfo_avg_latency

fsinfo.average_latency

Average latency of FSInfo procedure requests. The counter keeps track of the
average response time of FSInfo requests.

pathconf_success

pathconf.success

Number of successful PathConf procedure requests. The PathConf retrieves the
pathconf information for a file or directory.

pathconf_error

pathconf.error

Number of erroneous PathConf procedure requests. The PathConf retrieves the
pathconf information for a file or directory.

pathconf_total

pathconf.total

Total number PathConf of procedure requests. It is the total number of PathConf
success and PathConf error requests.

pathconf_percent

pathconf.percent

Percentage of PathConf procedure requests. This counter shows how often PathConf
requests happen out of all NFSv3 requests.

pathconf_avg_latency

pathconf.average_latency

Average latency of PathConf procedure requests. The counter keeps track of the
average response time of PathConf requests.

commit_success

commit.success

Number of successful Commit procedure requests. The Commit procedure forces or
flushes data to stable storage that was previously written with a Write
procedure call with stable field set to UNSTABLE.

commit_error

commit.error

Number of erroneous Commit procedure requests. The Commit procedure forces or
flushes data to stable storage that was previously written with a Write
procedure call with stable field set to UNSTABLE.

commit_total

commit.total

Total number of Commit procedure requests. It is the total number of Commit
success and Commit error requests.

commit_percent

commit.percent

Percentage of Commit procedure requests. This counter shows how often Commit
requests happen out of all NFSv3 requests.

commit_avg_latency

commit.average_latency

Average latency of Commit procedure requests. The counter keeps track of the
average response time of Commit requests.

nfsv3_ops

ops

Total number of NFSv3 procedure requests per second.

null_latency_hist

null_latency_histogram

Histogram of latency for Null operations.

getattr_latency_hist

getattr_latency_histogram

Histogram of latency for Getattr operations.

setattr_latency_hist

setattr_latency_histogram

Histogram of latency for Setattr operations.

lookup_latency_hist

lookup_latency_histogram

Histogram of latency for LookUp operations.

access_latency_hist

access_latency_histogram

Histogram of latency for Access operations.

readlink_latency_hist

readlink_latency_histogram

Histogram of latency for ReadLink operations.

read_latency_hist

read_latency_histogram

Histogram of latency for Read operations.

write_latency_hist

write_latency_histogram

Histogram of latency for Write operations.

create_latency_hist

create_latency_histogram

Histogram of latency for Create operations.

mkdir_latency_hist

mkdir_latency_histogram

Histogram of latency for Mkdir operations.

symlink_latency_hist

symlink_latency_histogram

Histogram of latency for SymLink operations.

mknod_latency_hist

mknod_latency_histogram

Histogram of latency for Mknod operations.

remove_latency_hist

remove_latency_histogram

Histogram of latency for Remove operations.

rmdir_latency_hist

rmdir_latency_histogram

Histogram of latency for Rmdir operations.

rename_latency_hist

rename_latency_histogram

Histogram of latency for Rename operations.

link_latency_hist

link_latency_histogram

Histogram of latency for Link operations.

readdir_latency_hist

readdir_latency_histogram

Histogram of latency for Readdir operations.

readdirplus_latency_hist

readdir_plus_latency_histogram

Histogram of latency for Readdirplus operations.

fsstat_latency_hist

fsstat_latency_histogram

Histogram of latency for Fsstat operations.

fsinfo_latency_hist

fsinfo_latency_histogram

Histogram of latency for Fsinfo operations.

pathconf_latency_hist

pathconf_latency_histogram

Histogram of latency for Pathconf operations.

comit_latency_hist

commit_latency_histogram

Histogram of latency for Commit operations.

nfsv3_latency_hist

latency_histogram

Histogram of latency for NFSv3 operations.

nfsv3_read_size_histo

read_size_histogram

Histogram of NFSv3 Read size.

nfsv3_write_size_histo

write_size_histogram

Histogram of NFSv3 Write size.

nfsv3_read_throughput

read_throughput

Rate of NFSv3 read data transfers per second.

nfsv3_write_throughput

write_throughput

Rate of NFSv3 write data transfers per second.

nfsv3_throughput

throughput

Rate of NFSv3 data transfers per second.

nfsv3_dnfs_ops

oracle_direct_nfs_ops

Rate of NFSv3 operations per second served to clients utilizing Oracle Direct
NFS

nfsv3_hadoop_ops

hadoop_ops

Rate of NFSv3 operations per second served to clients utilizing Hadoop NFS

readdir_postop_error

readdir.postop_error

Number of failed Postop ReadDir procedures. Postop ReadDir errors are failures
in the response of the request.

readdirplus_postop_error

readdirplus.postop_error

Number of failed Postop ReadDirPlus procedures. Postop ReadDirPlus errors are
failures in the response of the request.

raidprop_error

raid_error

Number of times RAID errors encountered in NFSv3 path.

nfsv3_read_ops

read_ops

Total observed NFSv3 read operations per second.

nfsv3_write_ops

write_ops

Total observed NFSv3 write operations per second.

latency

latency

Average latency of NFSv3 requests. This counter keeps track of the average
response time of NFSv3 requests.

nfsv3_fileop_max_latency

fileop_max_latency

Maximum latency of NFSv3 requests. This counter keeps track of the maximum
response time of NFSv3 requests at any point in time.

total_ops

total_ops

Total number of NFSv3 requests per sec

free_pass_ops

free_pass_ops

This counter keeps track of the number of NFSv3 requests which have asked to
bypass COP HWM

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

svm_nfs_v3:node

svm_nfs_v3_node