本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
顯示 NFS 統計資料
貢獻者
建議變更
您可以在儲存系統上顯示儲存虛擬機器(SVM)的NFS統計資料、以監控效能並診斷問題。
步驟
-
使用
statistics catalog object show
用於識別可從中檢視資料之 NFS 物件的命令。statistics catalog object show -object nfs*
-
使用
statistics start
和選用statistics stop
從一或多個物件收集資料範例的命令。 -
使用
statistics show
命令以檢視範例資料。
範例:監控NFSv3效能
下列範例顯示NFSv3傳輸協定的效能資料。
下列命令會啟動新範例的資料收集:
vs1::> statistics start -object nfsv3 -sample-id nfs_sample
下列命令會指定計數器來顯示範例中的資料、這些計數器會顯示成功讀取和寫入要求的數目、以及讀取和寫入要求的總數:
vs1::> statistics show -sample-id nfs_sample -counter read_total|write_total|read_success|write_success Object: nfsv3 Instance: vs1 Start-time: 2/11/2013 15:38:29 End-time: 2/11/2013 15:38:41 Cluster: cluster1 Counter Value --------------------------- --------------------------- read_success 40042 read_total 40042 write_success 1492052 write_total 1492052
相關資訊