Skip to content

Commit 91adb82

Browse files
authored
Merge pull request #2979 from surishubham/testmuCom
HE jmeter
2 parents ab1cf89 + 2463c49 commit 91adb82

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/hyperexecute-run-jmeter-tests.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Download or Clone the code sample for the JMeter Performance Testing from the <B
7979
- **Split CSV :** Enables splitting the input data from a CSV file among different threads or regions. This ensures organized data utilization across parallel executions.
8080
- **Job Labels :** Add meaningful labels or tags to test executions for better identification and traceability in logs and reports.
8181
- **Machine count :** Specify the number of machines (or nodes) to use for parallel test execution. This parameter is essential for scaling test workloads or reducing execution time.
82+
- **Java Version :** Choose the Java runtime to execute the tests with. Java 11 is the default; Java 25 is also available.
8283

8384
:::info
8485
**Supported Regions :** HyperExecute supports the following regions for performance testing
@@ -90,6 +91,13 @@ Download or Clone the code sample for the JMeter Performance Testing from the <B
9091
- Mexico Central (Querétaro State, Mexico)
9192
:::
9293

94+
### User Properties
95+
96+
Override selected JMeter properties for this run. The following [user properties](https://jmeter.apache.org/usermanual/test_plan.html#properties) are currently configurable:
97+
98+
- **`jmeter.save.saveservice.subresults`** — Whether sub-results (for example, sub-samples generated within a transaction or by HTTP redirects) are written to the results file. Set to `false` to reduce result file size.
99+
- **`httpclient.socket.https.cps`** — Characters per second cap on HTTPS downloads for the HttpClient sampler. Use it to simulate low-bandwidth conditions; `0` means unlimited.
100+
93101
- Click on the **Run Test** button.
94102

95103
<video class="right-side" width="100%" controls id="vid">
@@ -190,4 +198,4 @@ You can analyze the number of requests sent on that particular time.
190198
- **Importance of Overrides :** To distribute users proportionally across machines and regions, use the UI to override parameters such as total users, maximum users per machine, or load percentages.
191199

192200
This behavior highlights how HyperExecute ensures flexibility in test execution while allowing for configuration control based on project requirements.
193-
</details>
201+
</details>

0 commit comments

Comments
 (0)