"Updates"
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user