show nfs nfsv3_forward_stat
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
controller=? | Controller ID. | The value is in the format of "XA", "XB" or "XC", "XD", where the "X" is an integer from 0 to 3, for example: "0A", "1C". |
Example
Show NFSv3 forwarding procedure statistics.
developer:/>show nfs nfsv3_forward_stat controller=0A Procedure Local In Local Out Xrb In Xrb Out Xrb Fail Max Local Delay(us) Avg Local Delay(us) Min Local Delay(us) Max Xrb Delay(us) Avg Xrb Delay(us) Min Xrb Delay(us) NULL 0 0 0 0 0 0 0 0 0 0 0 GETATTR 0 0 0 0 0 0 0 0 0 0 0 SETATTR 0 0 0 0 0 0 0 0 0 0 0 LOOKUP 0 0 0 0 0 0 0 0 0 0 0 ACCESS 0 0 0 0 0 0 0 0 0 0 0 READLINK 0 0 0 0 0 0 0 0 0 0 0 READ 0 0 0 0 0 0 0 0 0 0 0 WRITE 0 0 0 0 0 0 0 0 0 0 0 CREATE 0 0 0 0 0 0 0 0 0 0 0 MKDIR 0 0 0 0 0 0 0 0 0 0 0 SYMLINK 0 0 0 0 0 0 0 0 0 0 0 MKNOD 0 0 0 0 0 0 0 0 0 0 0 REMOVE 0 0 0 0 0 0 0 0 0 0 0 RMDIR 0 0 0 0 0 0 0 0 0 0 0 RENAME 0 0 0 0 0 0 0 0 0 0 0 LINK 0 0 0 0 0 0 0 0 0 0 0 READDIR 0 0 0 0 0 0 0 0 0 0 0 READDIRPLUS 0 0 0 0 0 0 0 0 0 0 0 FSSTAT 0 0 0 0 0 0 0 0 0 0 0 FSINFO 0 0 0 0 0 0 0 0 0 0 0 PATHCONF 0 0 0 0 0 0 0 0 0 0 0 COMMIT 0 0 0 0 0 0 0 0 0 0 0 Procedure Remote In Remote Out Xrb In Xrb Out Xrb Fail Max Remote Delay(us) Avg Remote Delay(us) Min Remote Delay(us) Max Xrb Delay(us) Avg Xrb Delay(us) Min Xrb Delay(us) NULL 0 0 0 0 0 0 0 0 0 0 0 GETATTR 0 0 0 0 0 0 0 0 0 0 0 SETATTR 0 0 0 0 0 0 0 0 0 0 0 LOOKUP 47 47 47 47 0 473 228 158 608 267 164 ACCESS 0 0 0 0 0 0 0 0 0 0 0 READLINK 0 0 0 0 0 0 0 0 0 0 0 READ 0 0 0 0 0 0 0 0 0 0 0 WRITE 0 0 0 0 0 0 0 0 0 0 0 CREATE 0 0 0 0 0 0 0 0 0 0 0 MKDIR 0 0 0 0 0 0 0 0 0 0 0 SYMLINK 0 0 0 0 0 0 0 0 0 0 0 MKNOD 0 0 0 0 0 0 0 0 0 0 0 REMOVE 0 0 0 0 0 0 0 0 0 0 0 RMDIR 0 0 0 0 0 0 0 0 0 0 0 RENAME 0 0 0 0 0 0 0 0 0 0 0 LINK 0 0 0 0 0 0 0 0 0 0 0 READDIR 0 0 0 0 0 0 0 0 0 0 0 READDIRPLUS 0 0 0 0 0 0 0 0 0 0 0 FSSTAT 0 0 0 0 0 0 0 0 0 0 0 FSINFO 0 0 0 0 0 0 0 0 0 0 0 PATHCONF 0 0 0 0 0 0 0 0 0 0 0 COMMIT 0 0 0 0 0 0 0 0 0 0 0
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Procedure | Forwarding process. |
Local In | Local input. |
Local Out | Local output. |
Remote In | Remote input. |
Remote Out | Remote output. |
Xrb In | Count of procedures entering the XRB. |
Xrb Out | Count of procedures exiting the XRB. |
Xrb Fail | Count of procedures that fail to enter the XRB. |
Max Local Delay(us) | Maximum local latency. |
Avg Local Delay(us) | Average local latency. |
Min Local Delay(us) | Minimum local latency. |
Max Remote Delay(us) | Maximum remote latency. |
Avg Remote Delay(us) | Average remote latency. |
Min Remote Delay(us) | Minimum remote latency. |
Max Xrb Delay(us) | Maximum XRB latency. |
Avg Xrb Delay(us) | Average XRB latency. |
Min Xrb Delay(us) | Minimum XRB latency. |