mrconfig info nfsthreads
The mrconfig info nfsthreads
command displays information about
in-progress NFS operations.
Syntax
/opt/mapr/server/mrconfig [-h <host>] [-p <port>] info nfsthreads
Parameters
Parameter |
Description |
---|---|
-h |
host IP address; default |
-p |
The NFS port; default |
Output
The output shows the NFS operations currently running (in progress) including the IP address of the client and the type of operation. For example:
# /opt/mapr/server/mrconfig info nfsthreads
NFS Threads in progress = 15
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Client IP:127.0.0.1:0, Op Type: NFSPROC3_WRITE
Examples
Display information about the NFS processes currently running:
/opt/mapr/server/mrconfig info nfsthreads
Display information about NFS operations in-progress on a remote node with an
IP address of xx.xx.xx.xx
:
/opt/mapr/server/mrconfig -h xx.xx.xx.xx info nfsthreads