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,戴尔支持建议使用 '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 = read from FILE 而不是 stdin
总而言之,你最终会得到一个大小 = '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.