mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
330 B
Markdown
13 lines
330 B
Markdown
![]() |
# 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`
|