跳转到主内容

在 ONTAP 中,哪些操作属于其他 IOPS ?

Views:
70
Visibility:
Public
Votes:
0
Category:
data-ontap-8
Specialty:
perf
Last Updated:

适用场景

  • 任何版本的 ONTAP 或 Data ONTAP
  • Active IQ Unified Manager

问题解答

  • 任何非读取或非写入操作以及相关延迟均被 ONTAP 视为其他操作
  • 对于 NAS 工作负载( CIFS/NFS ),涉及元数据或文件或文件夹操作的任何内容。
    • 与 SAN 不同,其他操作可能会产生影响
  • 对于 SAN ,这包括 会影响存储响应时间的 SCSI 操作,例如:
    • 查询
    • TestUniteReady
    • ReportTargetPortGroup
    • 读取容量
    • VvolGetDeviceId

注意: 修改块的操作将计为读 / 写操作,例如 SCSI 预留 或 Xcopy 。

追加信息

NFS 和 SMB2 调用以及 SCSI 命令类型:

  • NFS
    • 下面显示了 NFS 过程的摘要。除 6 和 7 之外的所有内容均视为其他:
      • 操作步骤 0 : null —不执行任何操作
      • 操作步骤 1 : getattr —获取文件属性
      • 操作步骤 2 : setattr —设置文件属性
      • 操作步骤 3 :查找 - 查找文件名
      • 操作步骤 4 : Access - 检查访问权限
      • 操作步骤 5 : readlink —从符号链接读取
      • 操作步骤 6 : Read —从文件中读取
      • 操作步骤 7 :写入—写入文件
      • 操作步骤 8 : create —创建文件
      • 操作步骤 9 : mkdir —创建目录
      • 操作步骤 10 :符号链接—创建符号链接
      • 操作步骤 11 : mnod —创建特殊设备
      • 操作步骤 12 :删除 - 删除文件
      • 操作步骤 13 : rmdir —删除目录
      • 操作步骤 14 :重命名 - 重命名文件或目录
      • 操作步骤 15 :链接—创建指向对象的链接
      • 操作步骤 16 : readdir —从目录中读取
      • 操作步骤 17 : READDIRPLUS —扩展从目录读取
      • 操作步骤 18 : fsstat —获取动态文件系统信息
      • 操作步骤 19 : FSINFO —获取静态文件系统信息
      • 操作步骤 20 : PATHCONF —检索 POSIX 信息
      • 操作步骤 21 : Commit —将服务器上缓存的数据提交到稳定存储
  • SMB2
    • 列出了带有 opcode 值的 SMB2 命令。0x0008 和 0x0009 不是其他操作:
      • SMB2 协商 0x0000
      • SMB2 session_Setup 0x0001
      • SMB2 注销 0x0002
      • SMB2 tree_connect 0x0003
      • smb2 tree_disconnect 0x0004
      • SMB2 创建 0x0005
      • SMB2 关闭 0x0006
      • SMB2 刷新 0x0007
      • SMB2 读取 0x0008
      • SMB2 写入 0x0009
      • SMB2 锁定 0x000A
      • SMB2 IOCTL 0x000B
      • SMB2 取消 0x000C
      • SMB2 回显 0x000D
      • SMB2 query_directory 0x000E
      • SMB2 change_notify 0x000F
      • SMB2 query_info 0x0010
      • SMB2 Set_info 0x0011
      • SMB2 OPLOCK_Break 0x0012
  • SCSI 操作代码官方列表。
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.