diff options
-rw-r--r-- | sos/report/plugins/nfs.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sos/report/plugins/nfs.py b/sos/report/plugins/nfs.py index 80d1dd34..b1286ef2 100644 --- a/sos/report/plugins/nfs.py +++ b/sos/report/plugins/nfs.py @@ -36,6 +36,11 @@ class Nfs(Plugin, IndependentPlugin): "nfsstat -o all", "exportfs -v", "nfsdclnts", + "nfsconf -d", + "mountstats -n", + "mountstats -r", + "mountstats -x", + "rpcctl xprt show", ]) |