From 1c73a49470fceb6c8b43cc7bb51f49e7e0ba7667 Mon Sep 17 00:00:00 2001 From: boli <boli@localhost> Date: Fri, 17 Sep 2010 17:11:12 +0000 Subject: [PATCH] - Improved usage information for searchrate and modrate - maxIteration is now for the entire run - Better error handling with the --argument option --- sdk/src/com/sun/opends/sdk/messages/messages.properties | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/sdk/src/com/sun/opends/sdk/messages/messages.properties b/sdk/src/com/sun/opends/sdk/messages/messages.properties index 5cb6e2b..6b0a3a1 100755 --- a/sdk/src/com/sun/opends/sdk/messages/messages.properties +++ b/sdk/src/com/sun/opends/sdk/messages/messages.properties @@ -5844,5 +5844,13 @@ client disconnected INFO_CANCELED_BY_CLIENT_ERROR=The operation was canceled because the \ client connection failed +INFO_SEARCHRATE_TOOL_DESCRIPTION=This utility can be used to measure \ + search throughput and response time of a directory service using \ + user-defined searches +INFO_SEARCHRATE_TOOL_DESCRIPTION_BASEDN=Base DN format string. +INFO_MODRATE_TOOL_DESCRIPTION=This utility can be used to measure \ + modify throughput and response time of a directory service using \ + user-defined modifications +INFO_MODRATE_TOOL_DESCRIPTION_TARGETDN=Target entry DN format string -- Gitblit v1.10.0