You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2020/10/25 14:28:23 UTC

[directory-fortress-core] branch master updated: + TOC, fmt

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new f0814a1  + TOC, fmt
f0814a1 is described below

commit f0814a1c0ce21e1b4c241c71c686e1427a0813b3
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sun Oct 25 09:28:17 2020 -0500

    + TOC, fmt
---
 README-LOAD-TESTING.md | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/README-LOAD-TESTING.md b/README-LOAD-TESTING.md
index 283fe63..9832e4d 100644
--- a/README-LOAD-TESTING.md
+++ b/README-LOAD-TESTING.md
@@ -20,21 +20,29 @@
 
 Contains instructions to load test Apache Fortress using maven jmeter plugin.
 
-## Prerequisites
+___________________________________________________________________________________
+## Table of Contents
+
+ * Prerequisites
+ * 1. Load the security policy
+ * 2. Find the .jmx files
+ * 3. Setting the jmeter parameters
+ * 4. Run the tests
+ * 5. Understanding the tests
 
-A working Apache Fortress test environment.  Follow the instructions in the README's located under package root folder.
 ___________________________________________________________________________________
-## SECTION 1. Instructions to performance test
+## Prerequisites
 
- This section describes the Apache Fortress jmeter test programs.
+A working Apache Fortress test environment.  Follow the instructions in the README's located under package root folder.
 
-1. Load the security policy and users required by the jmeter test routines:
+___________________________________________________________________________________
+### 1. Load the security policy
 
  ```
  mvn install -Dload.file=./ldap/setup/JmeterTestPolicy.xml
  ```
 
-2. The .jmx files located in [.src/test/jmeter](.src/test/jmeter) folder correspond to each test type:
+### 2. Find the .jmx files
 
  A. Add User:
   [src/test/jmeter/ftAddUser.jmx](src/test/jmeter/ftAddUser.jmx)
@@ -45,7 +53,7 @@ ________________________________________________________________________________
  C. Check User:
   [src/test/jmeter/ftCheckUser.jmx](src/test/jmeter/ftCheckUser.jmx)
 
-3. Setting the jmeter parameters.
+### 3. Setting the jmeter parameters
 
  These settings affect the length, duration, and the number of threads:
 
@@ -70,7 +78,7 @@ ________________________________________________________________________________
 
  This test will start ten threads in ten seconds.  Each thread executes the *createSession* function 1000 times before terminating.
 
-4.  Run the tests.
+### 4. Run the tests
 
  From **FORTRESS_HOME** folder, enter the following command from a system prompt:
 
@@ -113,7 +121,7 @@ ________________________________________________________________________________
    * size=20                  <-- defines the number of users in the test set
    * Dperm=jmeterobject.oper  <-- this is an optional property, will perform permission checks if set
 
-5. Understanding the tests.
+### 5. Understanding the tests
 
 A. Qualifier property.