This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
トラフィックレート制限識別子の設定
レート制限識別子は、特定の時間間隔内にトラフィック量が指定された値を超えたかどうかをチェックします。トラフィック量が特定の時間間隔内に制限を超えた場合、識別子は「ブール値 TRUE」を返します。ポリシー規則の複合デフォルト構文式に制約条件識別子を含める場合は、ストリームセレクタを含める必要があります。を指定しない場合、制限識別子は、複合式によって識別されるすべての要求または応答に適用されます。
注:
文字列の結果を格納するための最大長 (HTTP.REQ.URL など) は 60 文字です。文字列(URL など)の長さが 1000 文字で、そのうちの 50 文字で文字列を一意に識別できる場合は、式を使用して必要な 50 文字を抽出できます。
コマンドラインインターフェイスからトラフィック制限識別子を設定するには
コマンドプロンプトで入力します。
add ns limitIdentifier <limitIdentifier> -threshold <positive_integer> -timeSlice <positive_integer> -mode <mode> -limitType ( BURSTY | SMOOTH ) -selectorName <string> -maxBandwidth <positive_integer> -trapsInTimeSlice <positive_integer>
<!--NeedCopy-->
引数の説明
limitIdentifier。レート制限識別子の名前。ASCII 文字またはアンダースコア (_) 文字で始まり、ASCII 英数字またはアンダースコア文字のみで構成する必要があります。予約語は使用しないでください。これは必須の引数です。最大長:31
threshold。要求 (モードが REQUEST_RATE として設定) がタイムスライスごとに追跡されるときに、指定されたタイムスライスで許可される要求の最大数。 接続(モードが CONNECTION に設定されている)が追跡されるとき、それは通過する接続の総数です。デフォルト値:1最小値:1 最大値:4294967295
timeSlice。10 の倍数で指定される時間間隔(ミリ秒単位)。要求がしきい値を超えるかどうかをチェックするために追跡されます。この引数は、モードが REQUEST_RATE に設定されている場合にのみ必要です。デフォルト値:1000 最小値:10 最大値:4294967295
mode。 追跡するトラフィックのタイプを定義します。
- REQUEST_RATE。リクエスト/タイムスライスを追跡します。
- 接続。アクティブなトランザクションを追跡します。
limitType。スムーズまたはバースト要求タイプ。
selectorName。レート制限セレクタの名前。この引数がNULLの場合、レート制限は、仮想サーバーまたはCitrix ADCが受信するすべてのトラフィックに適用されます(制限識別子が仮想サーバーにバインドされているかグローバルにバインドされているかによって異なります)。フィルタはありません。 最大長:31
最大帯域幅。許可される最大帯域幅(kbps 単位)。最小値:0 最大値:4294967287
例:
BURSTY モードでのトラフィックレート制限識別子の設定:
add ns limitIdentifier 100_request_limit -threshold 100 -timeSlice 1000 -mode REQUEST_RATE -limitType BURSTY -selectorName limit_100_requests_selector -trapsInTimeSlice 30
<!--NeedCopy-->
SMOOTH モードでのトラフィックレート制限識別子の設定:
add ns limitidentifier limit_req -mode request_rate -limitType smooth -timeslice 1000 -Threshold 2000 -trapsInTimeSlice 200
<!--NeedCopy-->
構成ユーティリティを使用してトラフィック制限識別子を構成するには
AppExpert > レート制限 > 制限識別子の順に移動し、[追加] をクリックして、関連する詳細を指定します。
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.