-
-
-
-
配置流量速率限制标识符
-
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
阈值。每个时间表跟踪请求(模式设置为 RESTE_RATE)时,在给定时间表中允许的最大请求数。 当跟踪连接(模式设置为 Connection)时,它是要通过的连接总数。默认值:1 最小值:1 最大值:4294967295
时间表。时间间隔(以毫秒为单位),以 10 的倍数指定,在此期间跟踪请求以检查它们是否超过阈值。只有当模式设置为 RESTE_RATE 时,才需要此参数。默认值:1000 最小值:10 最大值:4294967295
模式。 定义要跟踪的流量类型。
- REQUEST_RATE。跟踪请求/时间片。
- 连接。跟踪活动事务。
limitType。光滑或爆裂的请求类型。
selectorName。速率限制选择器的名称。如果此参数为 NULL,则速率限制将应用于虚拟服务器或 Citrix ADC 接收的所有流量(具体取决于限制标识符是绑定到虚拟服务器还是全局),而不进行任何筛选。 最大长度:31
maxBandwidth。允许的最大带宽,以 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-->
在平滑模式下配置流量限制标识符:
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.