PowerScale:ノードCLIで「dd」を使用して、レイテンシーの原因をトラブルシューティングします。
Summary: PowerScaleノードCLIで「dd」コマンドを使用すると、特定のパフォーマンスの問題でボトルネックの原因を特定できます。たとえば、「dd」を使用してノードのコマンド ラインでレイテンシーを直接レプリケートできる場合、これはプロトコル(NFSまたはSMB)またはネットワーキング レイヤーではなく、ファイル システム レイヤーに問題があることを示しています。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
ここでは、「dd'コマンドを実行する必要があります。
OneFSではオンディスク ブロック長が128Kであるため、Dellサポートでは 'bs=128k' オプション (bs = ブロック・サイズ)dd' ユーティリティを使用します。これは、次の場合にディスクにデータを送信する必要があります。dd' はブロック全体を埋めるのに十分です
書き込み速度テスト: 1GBのファイル
# dd if=/dev/zero of=/ifs/data/Isilon_Support/1GB.out bs=128k count=7812
書き込み速度テスト: 10GBのファイル
dd if=/dev/zero of=/ifs/data/Isilon_Support/10GB.out bs=128k count=78120
読み取り速度テスト:
読み取り速度テストの場合、'cpテストには ' (コピー) コマンドで十分です。
# time cp /ifs/data/Isilon_Support/kevin1GB.file /ifs/data/Isilon_Support/cptestfile
必要に応じて、'dd' ユーティリティを次のように変更します。
# dd if=/1GB.file of=/1GBoutput.file bs=128k # dd if=<actual filename you are reading> of=/ifs/data/Isilon_Support/file.out bs=128k
実習でテストされた一般的なベースラインを次に示します:
ハードウェア: F800-4U-Single-256GB-1x1GE-2x40GE SFP+-24TB SSD
書き込み
1G Isilon-5# dd if=/dev/zero of=/ifs/data/Isilon_Support/1GB.out bs=128k count=7812 7812+0 records in 7812+0 records out 1023934464 bytes transferred in 1.037575 secs (986853056 bytes/sec) ---> 1GB/sec 10G Isilon-5# dd if=/dev/zero of=/ifs/data/Isilon_Support/10GB.out bs=128k count=78120 78120+0 records in 78120+0 records out 10239344640 bytes transferred in 9.491726 secs (1078765328 bytes/sec) ----> 1GB/sec
読む
1G Isilon-5# time cp /ifs/1GB.out /ifs/data/Isilon_Support/kevintest22 cp -i /ifs/1GB.out /ifs/data/Isilon_Support/kevintest22 0.01s user 1.57s system 84% cpu 1.859 total 10G Isilon-5# time cp /ifs/10GB.out /ifs/data/Isilon_Support/kevintest24 cp -i /ifs/10GB.out /ifs/data/Isilon_Support/kevintest24 0.02s user 15.92s system 85% cpu 18.604 total
パラメーター定義:
of = 出力ファイルの名前。確認済みはサイズとは何の関係もありません
bs = ブロック長 1024 = 1Gb 10024 = 10Gb
Count = この数のブロックのみをコピーします。(デフォルトでは、DDは永久に処理され続けます
if = read from FILE instead of stdin
要約すると、size = 'bs x count' のファイルになります。
Affected Products
Isilon, Isilon A2000Article Properties
Article Number: 000206300
Article Type: How To
Last Modified: 02 Mar 2026
Version: 3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.