Horizon Client 可以在遠端工作階段期間監控網路品質,並在偵測到由於高延遲而導致網路不穩定時顯示通知訊息。網路延遲是以來回行程時間 (RTT) 度量來衡量。

您可以對 Horizon Client 進行設定,以控制這些通知訊息的顯示。您也可以設定 Horizon Client 用於確定不穩定網路的臨界值參數。

設定網路通知訊息的顯示

若要開啟或關閉通知訊息,請按一下桌面平台和應用程式選取器視窗右上角的設定工具列按鈕,然後切換停用網路狀態顯示選項。

自訂 Horizon Client 判定網路品質的方式

為判定網路連線的品質,Horizon Client 會將指定時間間隔內偵測到的 RTT 值與一對低臨界值和高臨界值進行比較,並計算從 0% 到 100% 的品質分數。如果分數低於特定百分比,則會將網路視為高延遲且不穩定。

Horizon Client 使用以下規則來計算網路品質分數:

Definitions:
rtt = detected RTT value
lowBound = low threshold value
highBound = high threshold value
score = network quality score

If rtt >= highBound, then score = 0

If rtt <= lowBound, then score = 100

If lowBound < rtt < highBound, then score = 100 * ((rtt - lowBound) / (highBound - lowBound))

然後,Horizon Client 會使用以下規則判定網路的穩定性:

Definitions:
score = network quality score
thresholdGood = minimum score required to indicate good network stability
thresholdPoor = high limit of score range indicating poor network stability

If score >= thresholdGood, the network is considered good and no notification is displayed.

If thresholdPoor <= score < thresholdGood, the network is considered OK and no notification is displayed.

If score < thresholdPoor, the network is considered poor and a notification is displayed.

若要自訂 Horizon Client 用於計算網路品質分數以判定網路穩定性的臨界值,請依照用戶端功能中所述,在 Google 管理設定中,對 networkStateConfig 原則進行設定。