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 2022/07/24 22:38:51 UTC

[directory-site] branch master updated: one more round of minor changes

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 99e3205f one more round of minor changes
99e3205f is described below

commit 99e3205f4874c68046e6a4ee99ae358bf77f45bd
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sun Jul 24 17:38:44 2022 -0500

    one more round of minor changes
---
 source/fortress/cli.md                 | 2 +-
 source/fortress/load-testing.md        | 9 ++++++---
 source/fortress/load-utility.md        | 6 ++++++
 source/fortress/user-guide-advanced.md | 4 ++--
 4 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/source/fortress/cli.md b/source/fortress/cli.md
index 78620193..44c2bd6e 100644
--- a/source/fortress/cli.md
+++ b/source/fortress/cli.md
@@ -11,7 +11,7 @@ Used for ad-hoc administration, review and testing of policy data.
 * Create, Read, Update, Delete policies
 * Testing of policies
 
-## Instructions to run the Apache Fortress Command Line Interpreter (CLI)
+### Instructions to run the Fortress Command Line Interpreter (CLI)
 
 The CLI is useful for ad-hoc policy administration in runtime environments.
 
diff --git a/source/fortress/load-testing.md b/source/fortress/load-testing.md
index 0c09504a..b3fc06f7 100644
--- a/source/fortress/load-testing.md
+++ b/source/fortress/load-testing.md
@@ -5,16 +5,19 @@ title: Load Testing
 # Fortress Load Testing
 
 Fortress uses Apache Jmeter, driven by the Apache Maven Jmeter plugin.
-Typical tests insert millions of entries and processing authentication and authorization requests.
+Typical tests insert millions of entries and process authentication and authorization requests at very high throughput rates.
+For production deployments, it's not unusual to run tests for many days, even weeks, to verify that the environment can handle the expected loads, over time, without degradation or faults.
 
-Uses cases supported:
+How fast/long can it run? Take it for a test drive in your env and find out.
+
+## Use cases supported:
 
 * Add User
 * Update User
 * Delete User
 * Check User 
 
-Instructions to run load tests:
+### Instructions to run the Load Tests
 
 #### 1. Load the security policy
 
diff --git a/source/fortress/load-utility.md b/source/fortress/load-utility.md
index d43a0136..48d951cc 100644
--- a/source/fortress/load-utility.md
+++ b/source/fortress/load-utility.md
@@ -8,6 +8,12 @@ The Load utility is useful to create base policy configurations that need to be
 It uses Apache Ant to process the data and call the corresponding API.
 For samples look here: [sample load scripts](https://github.com/apache/directory-fortress-core/tree/master/ldap/setup).
 
+## Use cases supported:
+
+* Create, Update, Delete policies
+
+### Instructions to run the Load Utility
+
 #### 1. Create a load file using examples like the [RoleEngineeringSample](https://github.com/apache/directory-fortress-core/blob/master/ldap/setup/RoleEngineeringSample.xml).
 
 The XML tags mappings and the precendence of operations are documented here: [FortressAntTask](https://directory.apache.org/fortress/gen-docs/latest/apidocs/org/apache/directory/fortress/core/ant/FortressAntTask.html).
diff --git a/source/fortress/user-guide-advanced.md b/source/fortress/user-guide-advanced.md
index 1d7047db..e8fdd6a5 100644
--- a/source/fortress/user-guide-advanced.md
+++ b/source/fortress/user-guide-advanced.md
@@ -9,12 +9,12 @@ Advanced topics when deploying Fortress.
 ## Table of contents
 
 * [Command Line Interface](cli.html)
-* [Load Utility](load-utility.html)
 * [Configuration](user-guide/3-configuration.html)
-* [Security](security.html)
 * [Exception Handling](exception-handling.html)
 * [Load Testing](load-testing.html)
+* [Load Utility](load-utility.html)
 * Multitenancy Setup 
   * [Fortress Core](https://github.com/apache/directory-fortress-core/blob/master/README-MULTITENANCY.md)
   * [Fortress Web](https://github.com/apache/directory-fortress-commander/blob/master/README-MULTITENANCY.md)
   * [Fortress Rest](https://github.com/apache/directory-fortress-enmasse/blob/master/README-MULTITENANCY.md)
+* [Security](security.html)