Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparez15 committed Nov 22, 2024
1 parent 95b502a commit a9271b4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
LogicalDOC Benchmark is a tool to load and test LogicalDOC performances on a single-server environment or on a Cluster.
# LogicalDOC Benchmark #

LogicalDOC Benchmark is a tool to load and test [LogicalDOC](https://www.logicaldoc.com/) performances on a single-server environment or on a Cluster.

You have to configure the tool by editing the file **conf/context.properties**

To launch the tests, make sure to have Java installed and do as follows:
To launch the tests, make sure to have Java 17 installed and do as follows:

Windows:<br/>
`C> load.bat`
Expand All @@ -11,7 +13,7 @@ Linux:<br/>
`#> load.sh`

## Notes: ##
1. put some files in folder /docs because that is where the tool pick files to feed LogicalDOC
1. put some files in folder **/docs** because that is where the tool pick files to feed LogicalDOC
(otherwise change the docs path in context.properties). No directories there, just files.
2. by default only the Upload loader is enabled, if you want to enable the others change the value of key loaders in conf/context.properties<br/>
`e.g: loaders=Upload,RandomUpload,ListFolders,Search,Update`
Expand All @@ -26,7 +28,7 @@ Linux:<br/>
3. By default LogicalDOC performs a number of background activities on documents, for example digest calculation, indexing and tags processing.
You can disable all of these by settings the runlevel of your LD instance to Bulkload.
The path from the GUI is: Administration, System, General, tab Run level, then select the Bulkload option from the drop-down and click Save.
4. You can use 2 or more PC to load into the same LD system
4. You can use 2 or more PC to test load the same LD system
5. You can use the benchmark tool to test the performance of a LogicalDOC cluster.
You can do this in 2 ways, either by editing the load configuration file and specifying in the **session.url** property a list with the addresses of the node URLs of the LogicalDOC cluster, or by using 2 loading nodes (PC) where each node that runs the benchmark loads on a different node of the LogicalDOC cluster.

0 comments on commit a9271b4

Please sign in to comment.