您可以檢視 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 搜尋查詢