Files
cheatsheet-tldr/tldr/windows/nfsstat

18 lines
425 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# 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`