@@ -31,7 +31,7 @@ The following types of metadata operations are included in the **Other IOPS** me
31
31
32
32
** NFSv3**
33
33
34
- Summary of NFSv3 metadata calls included in ** Other IOPS** as covered in [ RFC-1813] ( https://www.rfc-editor.org/rfc/rfc1813 ) :
34
+ NFSv3 metadata calls included in ** Other IOPS** as covered in [ RFC-1813] ( https://www.rfc-editor.org/rfc/rfc1813 ) :
35
35
36
36
- Procedure 0: NULL - Do nothing
37
37
- Procedure 1: GETATTR - Get file attributes
@@ -56,7 +56,7 @@ Summary of NFSv3 metadata calls included in **Other IOPS** as covered in [RFC-18
56
56
57
57
** NFSv4.1**
58
58
59
- Summary of NFSv4.1 metadata calls included in ** Other IOPS** as covered in [ RFC-7530] ( https://www.rfc-editor.org/rfc/rfc7530 ) :
59
+ NFSv4.1 metadata calls included in ** Other IOPS** as covered in [ RFC-7530] ( https://www.rfc-editor.org/rfc/rfc7530 ) :
60
60
61
61
- Procedure 0: NULL – Do nothing
62
62
- Procedure 1: COMPOUND – Combining multiple NFS operations into a single request
@@ -97,7 +97,7 @@ Summary of NFSv4.1 metadata calls included in **Other IOPS** as covered in [RFC-
97
97
98
98
** SMB (includes SMB2 and SMB3.x)**
99
99
100
- SMB commands listed in other ops with opcode value:
100
+ SMB commands included in ** Other IOPS ** with opcode value:
101
101
102
102
| SMB command | Opcode value |
103
103
| - | - |
@@ -107,16 +107,16 @@ SMB commands listed in other ops with opcode value:
107
107
| SMB2 TREE_CONNECT | 0x0003 |
108
108
| SMB2 TREE_DISCONNECT | 0x0004 |
109
109
| SMB2 CREATE | 0x0005 |
110
- | SMB2 CLOSE | 0x0006 |
110
+ | SMB2 CLOSE | 0x0006 |
111
111
| SMB2 FLUSH | 0x0007 |
112
112
| SMB2 LOCK | 0x000A |
113
113
| SMB2 IOCTL | 0x000B |
114
114
| SMB2 CANCEL | 0x000C |
115
115
| SMB2 ECHO | 0x000D |
116
116
| SMB2 QUERY_DIRECTORY | 0x000E |
117
- | SMB2 CHANGE_NOTIFY | 0x000F |
117
+ | SMB2 CHANGE_NOTIFY | 0x000F |
118
118
| SMB2 QUERY_INFO | 0x0010 |
119
- | SMB2 SET_INFO | 0x0011 |
119
+ | SMB2 SET_INFO | 0x0011 |
120
120
| SMB2 OPLOCK_BREAK | 0x0012 |
121
121
122
122
## Ways to access metrics
0 commit comments