show statistic nfs_connection
Format
show statistic nfs_connection [ server_ip=? ] [ client_ip=? ] [ server_port=? ] [ client_port=? ] [ version=? [ minorversion=? ] ] [ sort_key=? sort_type=? ] [ controller=? ]
Parameters
Parameter |
Description |
Value |
---|---|---|
server_ip=? | IP address of the server. | IPv4 or IPv6 address. |
client_ip=? | IP address of the client. | IPv4 or IPv6 address. |
server_port=? | ID of the server port. | The value is an integer ranging from 1 to 65535. |
client_port=? | ID of the client port. | The value is an integer ranging from 1 to 65535. |
version=? | NFS version. | The value is an integer ranging from 3 to 4. |
minorversion | NFS minor version. | The value is an integer 0. |
sort_key=? | Sort key. | The value is an integer ranging from 100 to 102, where:
|
sort_type=? | Sort type. | The value is an integer ranging from 0 to 1, where:
|
controller=? | Controller ID. | The value is in the format of "XA" or "XB" or "XC" or "XD", where the "X" is an integer ranging from 0 to 3, for example: "0A", "1C". |
Example
Query information about NFS connections.
developer:/>show statistic nfs_connection Server IP Server Port Client IP Client Port Receive Packets Receive Bytes Send Packets Send Bytes Life Version Minor Version --------- ----------- --------- ----------- --------------- ------------- ------------ ---------- ---- ------- ------- 192.168.0.1 2049 192.168.0.2 934 6 868 6 1448 58 3 0
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Server IP | IP address of the server. |
Server Port | ID of the server port. |
Client IP | IP address of the client. |
Client Port | ID of the client port. |
Receive Packets | Number of received packets. |
Received Bytes | Number of received bytes. |
Send Packets | Number of sent packets. |
Send Bytes | Number of sent bytes. |
Life | Connection lifetime. |
Version | NFS version. |
Minor Version | NFS minor version. |