The throttle mechanism is used to control access to the services at different levels. WSO2 ESB provides an effective and efficient way to apply the throttle mechanism to your Web services.
Levels of Throttling
You can enable throttling at the following levels in WSO2 ESB:
- Global level - If it is enabled globally, restrictions are applied globally (for every message coming into the server).
- Service level - If it is enabled for a particular service, restrictions are applied to all the messages coming into that service.
Adding Throttling to a Service
Use this function to add a throttle parameter that specifies a variable millisecond wait between calls or a variable maximum number of calls per unit of time. This would facilitate the smooth operation of Web services and REST using the Web service and HTTP client steps.
Tip
The throttling option is disabled by default. If you want to add the throttling mechanism, you should enable it.
Follow the instructions below to add throttling to a service.
- Sign in. Enter your user name and password to log on to the ESB Management Console.
- Click the Main tab. Under Web Services, click List to open the Deployed Services page.
- Click on the service for which you want to enable throttling to open its Service Dashboard.
- In the Quality of Service Configuration panel, click Access Throttling. The Throttling Configuration page for the service will appear.
In the Enable Throttling parameter, select Yes. The existing throttle configuration will appear in the wizard as shown in the example below.
Configure the following parameters as required to update the throttle policy.
Parameter Name | Description |
---|---|
Maximum Concurrent Accesses | The maximum number of requests served concurrently by the service at any given time. |
Range | The range of IP addresses or the domain (based on the value selected for the Type parameter) to be restricted from accessing the service. Requests from these IP addresses/domains will be restricted based on the specified values. |
Type | This specifies the basis on which the clients should be restricted from accessing the proxy service. Possible values are as follows.
|
Max Request Count | This parameter specifies the maximum number of requests that should be handled within the time interval specified in the Unit Time parameter. This parameter is applicable only when the value selected for the Access parameter is |
Unit Time (ms) | The time interval for which the maximum number of requests specified for the Throttle ID in the Max Request Count parameter apply. This parameter is applicable only when the value selected for the Access parameter is |
Prohibit Time Period (ms) | If the number of requests entered in the Max Request Count parameter is achieved before the time interval entered in the Unit Time (ms) parameter has elapsed, no more requests are taken by the inflow throttle handler for the time period entered in this parameter. Entering a value in this parameter alters the unit time. For example: Max Request Count = 50 If 50 requests are received within 35000 milliseconds, no requests will be taken for the next 5000 milliseconds. Thus, the time slot considered as the unit time is changed to 40000 milliseconds. If no value is entered in the Prohibit Time Period (ms) parameter, no requests will be taken until 15000 more milliseconds (i.e. the remainder of the unit time) have elapsed. This parameter is applicable only when the value selected for the Access parameter is |
Access | This parameter is used to specify he extent to which the IP addresses/domains specified in the Range parameter are allowed access to the service to which the throttle policy is applied. Possible values are as follows.
|
Actions | Click Delete in the relevant row to delete an entry. |
3. In the "Manage" menu, click on "List" under "Web Services."
4. The "Deployed Services" page appears.
5. Select the service for which you want to enable throttling. The "Service Dashboard" page (for that service) appears.
6. In the "Quality of Service Configuration" panel, click "Access Throttling."
7. The "Throttling Configuration" page appears.
8. In the "Enable Throttling" list, select "Yes" from the drop-down menu.
9. The existing throttle configuration appears in the wizard.
10. Click "Add New Entry."
Tip
To enter new parameters or modify existing parameters, select "Allow" in the "Access" column.
11. Specify the parameters of a service.
Parameters for Throttling Configuration:
- Range - The IP address range or the domain is restricted from accessing the service. Requests from such clients will be restricted based on the specified values.
Type - This indicates the type of Range. It can be IP or DOMAIN. It should be IP if the range is given as a single IP address or a range of IP addresses (for example, 10.100.1.30-10.100.1.60). It should be DOMAIN if the range is given as as a domain (for example, *.wso2.com). If you specify both IP and DOMAIN, first priority will be given to DOMAIN level configurations.
Note
It is recommended to use IP based throttling instead of domain based throttling since the performance overhead is minimal when IP based throttling is used.
Since the use of domain based throttling results in a high performance overhead, it is not provided by default with the ESB distribution. However, it can be provided as a patch if you need to use domain based throttling.
- Maximum Request Count (MRC) - If Access is set to Control, it will be the maximum number of requests that are served within the time interval specified by the Unit Time parameter.
- Unit Time (UT) - The time period in milliseconds during which the maximum requests served. This is the number specified by the Maximum Request Count. The throttle starts counting the number of units from the moment it is enabled and the number of requests served within that period.
- Prohibit Time Period (PTP) - If the maximum request count is achieved before the unit time, this is the period during which no more requests are allowed to go in. By setting this value, the unit time slot is altered.
- Access
- Allow - Means that no restriction is applied for that range and all requests are allowed to go in as they come in.
- Deny - Means that access is completely denied for that range.
Control
Tip
When the Access is set to Allow or Deny, MRC, UT and PTP parameters are not necessary and the said fields are deactivated. If it is Control, then the specified constraints are applied for that particular range.
Example:
MRC = 50, UT = 50000, PTP = 5000
If 50 requests are arrived within 35000ms (35s) in a particular time period, no more requests are taken in for another 5000ms (5s = PTP). This time, the UT is altered to 35000ms + 5000ms = 40000ms (40s)
12. If you set the parameters for a particular service, your configuration will be applied only to that particular service. On the other hand, if you reached this page from global configurations, these configurations will be applied globally. For global engagement see Configuring Modules.
Click "Finish." Throttling will be engaged for that particular service or it will be engaged globally.
Functions of Buttons:
- Finish - Click "Finish" to submit the current data. When finished, your throttle configuration will be applied and the page will be redirected to the previous page.
- Reset - Click "Reset" to load the last submitted configuration.
- Default - Click "Default" to load the default throttle configuration. If you want to submit those data, you have to click Finish.
- Clear - Click "Clear" to clear all the text boxes in the user interface.
- Cancel - Click "Cancel" to go to the "Service Dashboard" page.