您可以查看 Direct Connect 上运行的所有流的列表,这能够查看通过 Direct Connect 的流量。这有助于分析和了解 Direct Connect 的利用率水平。

当您使用 Flows where connection = Direct Connection_ID 查询进行搜索时,您会看到通过 Direct Connect 的流列表以及带宽利用率和特定 Direct Connect 的网络流速等信息。更新此行 - 在“流类型”下,可以查看流是位于 VPN、Direct Connect 还是混合网络上。

要仅查看 Direct Connect 流,您可以运行以下查询:

flows where flow type = Direct Connect group by Connection

要查看每个 Direct Connect 连接上的流计数和数据量,请运行以下查询:

max(series(sum(Bytes)))of Flows where flow type = Direct Connect and group by Connection

要查看每个 Direct Connect 接口上的流计数和数据包计数,请运行以下查询:

max(series(sum(packets)))of Flows where flow type = Direct Connect and group by Connection

有关其他查询,请参见 Direct Connect 搜索查询