1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:05:59 +02:00

nfsstat: add page (#3626)

This commit is contained in:
Owen Voke 2019-11-28 05:27:18 +00:00 committed by Ein Verne
parent 65a39312bd
commit 04dea780d0

12
pages/windows/nfsstat.md Normal file
View file

@ -0,0 +1,12 @@
# nfsstat
> Display or reset the number of calls made to the NFS server.
> More information: <https://docs.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`