diff --git a/Turing Pi/nfs-server.md b/Turing Pi/nfs-server.md index be08e9c..bb95799 100644 --- a/Turing Pi/nfs-server.md +++ b/Turing Pi/nfs-server.md @@ -228,6 +228,12 @@ sudo systemctl daemon-reload ### Monitoring NFS Server +#### Netstat +```bash +watch -n 5 "netstat -plaute | grep nfs | sort -r -n -k 3,2" +``` + +#### NFSWatch ```bash sudo apt install -y nfswatch ```