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 ポリシーを構成します。