From 779e8d65b79e9fada98dd5f070c3359bb963b169 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 17 Sep 2010 22:14:02 +0000
Subject: [PATCH] Implement a new resource limit policy which restricts the number of operations which can be performed during a time interval

---
 opends/src/admin/messages/ResourceLimitsQOSPolicyCfgDefn.properties |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/ResourceLimitsQOSPolicyCfgDefn.properties b/opends/src/admin/messages/ResourceLimitsQOSPolicyCfgDefn.properties
index a696060..6ab9ac4 100644
--- a/opends/src/admin/messages/ResourceLimitsQOSPolicyCfgDefn.properties
+++ b/opends/src/admin/messages/ResourceLimitsQOSPolicyCfgDefn.properties
@@ -8,8 +8,12 @@
 property.max-connections.description=A value of 0 means that no limit is enforced.
 property.max-connections-from-same-ip.synopsis=Specifies the maximum number of client connections from the same source address.
 property.max-connections-from-same-ip.description=A value of 0 means that no limit is enforced.
+property.max-ops-interval.synopsis=Specifies the interval during which the number of operations is limited.
+property.max-ops-interval.description=When the maximum number of operations per interval is reached, all subsequent operations on the same network group are refused until the end of the time interval. This parameter allows to limit the throughput on the network group.
 property.max-ops-per-connection.synopsis=Specifies the maximum number of operations per client connection.
 property.max-ops-per-connection.description=A value of 0 means that no limit is enforced.
+property.max-ops-per-interval.synopsis=Specifies the maximum number of operations that can take place on the same network group during the specified interval.
+property.max-ops-per-interval.description=When the maximum number of operations per interval is reached, all subsequent operations on the same network group are refused until the end of the time interval. This parameter allows to limit the throughput on the network group. A value of 0 indicates that no limit is enforced.
 property.min-substring-length.synopsis=Specifies the minimum length for a search filter substring.
 property.min-substring-length.description=Search operations with short search filter substring are likely to match a high number of entries and might degrade performance overall. A value of 0 indicates that no limit is enforced.
 property.size-limit.synopsis=Specifies the maximum number of entries that can be returned to the client during a single search operation.

--
Gitblit v1.10.0