日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
トラフィックの多いクライアントやファイルを特定
共同作成者
変更を提案
ONTAP の Active Objects テクノロジを使用すると、クラスタのトラフィック量を著しく増大させているクライアントやファイルを特定することができます。これらの「上位」のクライアントまたはファイルを特定したら、クラスタのワークロードをリバランシングするか、その他の手順を実行して問題を解決できます。
必要なもの
このタスクを実行するには、クラスタ管理者である必要があります。
手順
-
クラスタに最もアクセスする上位のクライアントを表示します。
statistics top client show -node node_name -sort-key sort_column -interval seconds_between_updates -iterations iterations -max number_of_instances
コマンド構文全体については、マニュアルページを参照してください。
次のコマンドは、アクセス頻度の高い上位のクライアントを表示し `cluster1`ます。
cluster1::> statistics top client show cluster1 : 3/23/2016 17:59:10 *Total Client Vserver Node Protocol Ops -------------- ------- -------------- -------- ------ 172.17.180.170 vs4 siderop1-vsim4 nfs 668 172.17.180.169 vs3 siderop1-vsim3 nfs 337 172.17.180.171 vs3 siderop1-vsim3 nfs 142 172.17.180.170 vs3 siderop1-vsim3 nfs 137 172.17.180.123 vs3 siderop1-vsim3 nfs 137 172.17.180.171 vs4 siderop1-vsim4 nfs 95 172.17.180.169 vs4 siderop1-vsim4 nfs 92 172.17.180.123 vs4 siderop1-vsim4 nfs 92 172.17.180.153 vs3 siderop1-vsim3 nfs 0
-
クラスタで最も多くアクセスされる上位のファイルを表示します。
statistics top file show -node node_name -sort-key sort_column -interval seconds_between_updates -iterations iterations -max number_of_instances
コマンド構文全体については、マニュアルページを参照してください。
次のコマンドは、でアクセスされる上位のファイルを表示し `cluster1`ます。
cluster1::> statistics top file show cluster1 : 3/23/2016 17:59:10 *Total File Volume Vserver Node Ops ------------------------ ------ ------- -------------- ------ /vol/vol1/vm170-read.dat vol1 vs4 siderop1-vsim4 22 /vol/vol1/vm69-write.dat vol1 vs3 siderop1-vsim3 6 /vol/vol2/vm171.dat vol2 vs3 siderop1-vsim3 2 /vol/vol2/vm169.dat vol2 vs3 siderop1-vsim3 2 /vol/vol2/p123.dat vol2 vs4 siderop1-vsim4 2 /vol/vol2/p123.dat vol2 vs3 siderop1-vsim3 2 /vol/vol1/vm171.dat vol1 vs4 siderop1-vsim4 2 /vol/vol1/vm169.dat vol1 vs4 siderop1-vsim4 2 /vol/vol1/vm169.dat vol1 vs4 siderop1-vsim3 2 /vol/vol1/p123.dat vol1 vs4 siderop1-vsim4 2