From c2a53fa0f27626fbdf0461099041f59dc0813a12 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 19 Aug 2014 10:35:54 +0000
Subject: [PATCH] Backport CR-4304 Fix for OPENDJ-1521: Document addrate tool
---
opends/src/main/docbkx/admin-guide/chap-tuning.xml | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/opends/src/main/docbkx/admin-guide/chap-tuning.xml b/opends/src/main/docbkx/admin-guide/chap-tuning.xml
index 9c2b67d..33099be 100644
--- a/opends/src/main/docbkx/admin-guide/chap-tuning.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-tuning.xml
@@ -212,11 +212,22 @@
xlink:role="http://docbook.org/xlink/role/olink">make-ldif</link> to generate
sample data that match what you expect to find in production.</para>
- <para>The OpenDJ LDAP Toolkit provides three command-line tools to help
- with basic performance testing.</para>
+ <para>
+ The OpenDJ LDAP Toolkit provides command-line tools
+ to help with basic performance testing.
+ </para>
<itemizedlist>
<listitem>
+ <para>
+ The
+ <link
+ xlink:show="new"
+ xlink:href="${coreDocBase}dev-guide#addrate-1"
+ >addrate</link> command measures add and delete throughput and response time.
+ </para>
+ </listitem>
+ <listitem>
<para>The <link xlink:show="new"
xlink:href="${coreDocBase}dev-guide#authrate-1">authrate</link> command
measures bind throughput and response time.</para>
@@ -233,9 +244,10 @@
</listitem>
</itemizedlist>
- <para>All three commands show you information about the response time
- distributions, and allow you to perform tests at specific levels of
- throughput.</para>
+ <para>
+ All these commands show you information about the response time distributions,
+ and allow you to perform tests at specific levels of throughput.
+ </para>
<para>If you need additional precision when evaluating response times, use
the global configuration setting <literal>etime-resolution</literal> to
--
Gitblit v1.10.0