未解决
此帖子已超过 5 年
Community Manager
•
7.3K 消息
0
416
如何验证Data Domain系统已经接近了最大的吞吐量
如何验证Data Domain系统已经接近了最大的吞吐量
转载请在文首保留原文出处:EMC中文支持论坛https://community.emc.com/go/chinese
介绍
本文介绍了如何验证 Data Domain 系统是否接近了理论上的最大吞吐量。
更多信息
1. 使用 net show hardware 命令查看配置了多少个接口以及连接速度是怎么样的
# net show hardware
Port Speed Duplex Supp Speeds Hardware Address Physical Link Status
---- -------- ------- ----------- ----------------- -------- -----------
eth0 1000Mb/s full 10/100/1000 00:23:8b:57:77:5f Copper yes
eth1 1000Mb/s full 10/100/1000 00:23:8b:57:77:60 Copper yes
---- -------- ------- ----------- ----------------- -------- -----------
在上面的示例中,接口 eth0 和 eth1 都是已连接的状态(Link Status "yes")。每个接口的速度是 1000 Mb/s(这里的b为bit,比特),并且设置为全双工。在此示例中,任何单一的接口的最大吞吐量是 125 MB/s(这里的B为Byte,字节),此 Data Domain 系统的理论上的最大传输速度是每秒 250 MB/s(这里的B为Byte,字节)。
2. 将这个理论值与system show performance 命令输出中的吞吐量进行比较:
#system show performance (以下截取了输出中的一部分)
-----------Throughput (MB/s)-----------
Date Time Read Write Repl Network ----in/out---
2011/02/24 06:53:00 0.0 220.5 0.03/ 2.26 ← 220.8 MB/s in, 2.26 MB/s out
2011/02/24 07:03:00 0.0 221.3 0.00/ 0.02 ← 221.3 MB/s in, 0.02 MB/s out
2011/02/24 07:13:00 0.0 217.2 0.00/ 0.31 ← 217.2 MB/s in, 0.31 MB/s out
2011/02/24 07:23:00 0.0 223.2 0.04/ 3.24 ← 223.24 MB/s in, 3.24 MB/s out
2011/02/24 07:33:00 0.0 221.1 0.00/ 0.24 ← 221.1 MB/s in, 0.24 MB/s out
2011/02/24 07:43:00 0.0 221.9 0.00/ 0.33 ← 221.9 MB/s in, 0.33 MB/s out
2011/02/24 07:53:00 0.0 223.7 0.06/ 4.37 ← 223.76 MB/s in, 4.37 MB/s out
2011/02/24 08:03:00 0.0 223.1 0.00/ 0.23 ← 223.1 MB/s in, 0.23 MB/s out
2011/02/24 08:13:00 0.0 222.8 0.00/ 0.15 ← 222.8 MB/s in, 0.15 MB/s out
2011/02/24 08:23:00 0.0 224.8 0.04/ 3.36 ← 224.84 MB/s in, 3.36 MB/s out
吞吐量部分包含多个列。它们描述了 Data Domain 系统跨所有接口执行的输入、输出的量和类型。
此部分包含 3 个相关的列:
读 | 每秒从 Data Domain 系统平均读取多少 MB 的吞吐量 |
写 | 每秒往 Data Domain 系统平均写入多少 MB 的吞吐量 |
复制网络 | 每秒用于复制所接收到或从 Data Domain 系统平均发送多少 MB的网络流量 |
找到从 Data Domain 系统所发送的数据量,将“Read”列和“out”列加起来。找到Data Domain 系统接收到的数据量,将“Write”列和“in”列加起来。
在这个例子中,该系统的写操作已经接近了理论上的最大吞吐量。
应用于
所有版本的Data Domain系统