-
-
-
-
配置流量速率限制标识符
-
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”。在策略规则的复合 dAdvanced 策略表达式中包含限制标识符时,必须包括流选择器。如果未指定,则限制标识符将应用于复合表达式标识的所有请求或响应。
注意:
存储字符串结果(例如,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-->
参数说明
限制标识符。速率限制标识符的名称。必须以 ASCII 字母或下划线 (_) 字符开头,并且必须仅由 ASCII 字母数字或下划线字符组成。不得使用保留字。这是一个强制性的参数。最大长度:31
阈值。每个时间片跟踪请求(模式设置为 REQUEST_RATE)时,在给定时间片内允许的最大请求数。 当跟踪连接(模式设置为 CONNECTION)时,它是允许通过的连接总数。默认值:1 最小值:1 最大值:4294967295
时间片。时间间隔(以毫秒为单位),以 10 的倍数指定,在此期间,将跟踪请求以检查它们是否超过阈值。仅当模式设置为 REQUEST_RATE 时才需要此参数。默认值:1000 最小值:10 最大值:4294967295
模式。 定义要跟踪的流量类型。
- REQUEST_RATE。跟踪请求/时间片。
- 连接。跟踪活跃的交易。
限制类型。定义限制的类型。
- 平滑:在设定的时间范围的每个时间片段上均匀地分散负载。用于一致的应用程序流量。
-
Bursty:如果负载低于设定的阈值,则允许请求通过。用于零星的应用程序流量。如果负载在设定的时间范围内随时达到峰值,则会很有帮助。
例如,设置的最大请求数为 100,时间范围为 10 秒。如果您的应用程序在第一秒内收到 80 个请求,则这些限制类型的行为会有所不同。突发限制类型允许请求通过,因为负载低于设定的阈值。但是,平滑限制类型每秒仅允许 10 个请求。因此,它会对过剩负载应用配置的操作。
选择器名称。速率限制选择器的名称。如果此参数为 NULL,则速率限制将应用于虚拟服务器或 NetScaler 接收的所有流量(取决于限制标识符是绑定到虚拟服务器还是全局绑定),而不进行任何 筛选。 最大长度: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-->
在平滑模式下配置流量速率限制标识符:
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.