Skip to content

Commit a9271b4

Browse files
committed
Update README.md
1 parent 95b502a commit a9271b4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
LogicalDOC Benchmark is a tool to load and test LogicalDOC performances on a single-server environment or on a Cluster.
1+
# LogicalDOC Benchmark #
2+
3+
LogicalDOC Benchmark is a tool to load and test [LogicalDOC](https://www.logicaldoc.com/) performances on a single-server environment or on a Cluster.
24

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

5-
To launch the tests, make sure to have Java installed and do as follows:
7+
To launch the tests, make sure to have Java 17 installed and do as follows:
68

79
Windows:<br/>
810
`C> load.bat`
@@ -11,7 +13,7 @@ Linux:<br/>
1113
`#> load.sh`
1214

1315
## Notes: ##
14-
1. put some files in folder /docs because that is where the tool pick files to feed LogicalDOC
16+
1. put some files in folder **/docs** because that is where the tool pick files to feed LogicalDOC
1517
(otherwise change the docs path in context.properties). No directories there, just files.
1618
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/>
1719
`e.g: loaders=Upload,RandomUpload,ListFolders,Search,Update`
@@ -26,7 +28,7 @@ Linux:<br/>
2628
3. By default LogicalDOC performs a number of background activities on documents, for example digest calculation, indexing and tags processing.
2729
You can disable all of these by settings the runlevel of your LD instance to Bulkload.
2830
The path from the GUI is: Administration, System, General, tab Run level, then select the Bulkload option from the drop-down and click Save.
29-
4. You can use 2 or more PC to load into the same LD system
31+
4. You can use 2 or more PC to test load the same LD system
3032
5. You can use the benchmark tool to test the performance of a LogicalDOC cluster.
3133
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.
3234

0 commit comments

Comments
 (0)