HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nfsstat — Display or reset the number of calls made to the NFS server. More information: <https://learn.micros

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclinfsstatcallsresetnumberdisplay
windows

Problem

How to use the nfsstat command: Display or reset the number of calls made to the NFS server. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/nfsstat>.

Solution

nfsstat — Display or reset the number of calls made to the NFS server. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/nfsstat>.

Display the recorded number of calls made to the NFS server:
nfsstat


Reset the recorded number of calls made to the NFS server:
nfsstat -z

Code Snippets

Display the recorded number of calls made to the NFS server

nfsstat

Reset the recorded number of calls made to the NFS server

nfsstat -z

Context

tldr-pages: windows/nfsstat

Revisions (0)

No revisions yet.