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:
parent
65a39312bd
commit
04dea780d0
1 changed files with 12 additions and 0 deletions
12
pages/windows/nfsstat.md
Normal file
12
pages/windows/nfsstat.md
Normal 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`
|
Loading…
Add table
Reference in a new issue