You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Handling Special Scenarios: Overriding and Default Values
133
+
### Scenario 1: Overriding Values via the HyperExecute UI
134
+
When executing performance tests using HyperExecute, you have the option to override default parameters directly in the UI. Let’s explore a sample scenario to understand how HyperExecute handles these overrides.
135
+
136
+
You configure the following parameters in the HyperExecute UI:
137
+
-**Virtual Users :** (The total number of simulated users for the test): 500
138
+
-**Ramp-Up Time :** 1 minute
139
+
-**Total Duration :** 2 minutes
140
+
-**Regions :** 2 (50% distribution each)
141
+
-**Maximum Users per Machine :** 100
142
+
143
+
#### Resulting Test Distribution:
144
+
-**Load Distribution Across Regions :**
145
+
- The total 500 virtual users are divided equally between the two regions.
146
+
- Each region is allocated 250 users (500 users ÷ 2 regions).
147
+
148
+
-**Machine Allocation :** Since a single machine can handle a maximum of 100 users, each region requires multiple machines to support its load:
149
+
-**Region 1 :** 250 users → 3 machines (lets say it distributed as 84, 83, 83 users per machine).
150
+
-**Region 2 :** 250 users → 3 machines (lets say it distributed as 84, 83, 83 users per machine).
151
+
152
+
-**User Allocation per Machine:** Users are evenly distributed among machines to ensure optimal utilization and balanced load:
-**Flexible Overrides :** HyperExecute dynamically adjusts the load distribution and machine allocation based on your specified parameters.
158
+
-**Optimal Resource Utilization :** It ensures that no machine exceeds the maximum user threshold, maintaining a balanced and efficient test execution.
159
+
-**Region-Specific Allocation :** Users are distributed proportionally based on the defined load percentages for each region.
160
+
161
+
This approach ensures smooth execution of performance tests and provides precise control over resource utilization, enabling you to simulate real-world scenarios effectively.
0 commit comments