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' (copy) 命令足以進行測試:
 

# 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
計數 = 僅複製此數量的塊。(預設為讓 DD 永遠持續使用)
if = 從 FILE 而不是 stdin

讀取 總而言之,你最終會得到一個大小為 'bs x count' 的檔。

Affected Products

Isilon, Isilon A2000
Article Properties
Article Number: 000206300
Article Type: How To
Last Modified: 02 آذار 2026
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.