@@ -73,9 +73,9 @@ Main parameters:
73
73
| adminPoolUsers | 0 | Total number of Admin threads. |
74
74
| csrPoolUsers | 0 | Total number of CSR threads. |
75
75
| apiPoolUsers | 0 | Total number of API threads. |
76
- | deadLocksPoolUsers | 0 | Total number of One Thread Scenarios threads. |
76
+ | oneThreadScenariosPoolUsers | 0 | Total number of One Thread Scenarios threads. |
77
77
| graphQLPoolUsers | 0 | Total number of GraphQL threads. |
78
- | cloudBenchmarkPoolUsers | 0 | Total number of Cloud Benchmark threads. |
78
+ | combinedBenchmarkPoolUsers | 0 | Total number of Combined Benchmark threads. |
79
79
80
80
Parameters for Frontend pool:
81
81
@@ -162,30 +162,30 @@ Parameters for GraphQL pool:
162
162
| graphqlCatalogBrowsingByGuestPercentage | 0 | Percentage of threads in GraphQL Pool that emulate GraphQL requests activities. |
163
163
| graphqlCheckoutByGuestPercentage | 0 | Percentage of threads in GraphQL Pool that emulate GraphQL requests activities. |
164
164
165
- Parameters for Cloud Benchmark pool:
166
-
167
- | Parameter Name | Default Value | Description |
168
- | ----------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------- |
169
- | cloudBrowseCatalogByGuestPercentage | 29 | Percentage of threads in Cloud Benchmark Pool that emulate customer catalog browsing activities. |
170
- | cloudSiteSearchPercentage | 29 | Percentage of threads in Cloud Benchmark Pool that emulate catalog search activities. |
171
- | cloudAddToCartByGuestPercentage | 26 | Percentage of threads in Cloud Benchmark Pool that emulate abandoned cart activities. |
172
- | cloudAddToWishlistPercentage | 1.5 | Percentage of threads in Cloud Benchmark Pool that emulate adding products to Wishlist. |
173
- | cloudCompareProductsPercentage | 1.5 | Percentage of threads in Cloud Benchmark Pool that emulate products comparison. |
174
- | cloudCheckoutByGuestPercentage | 3.5 | Percentage of threads in Cloud Benchmark Pool that emulate checkout by guest. |
175
- | cloudCheckoutByCustomerPercentage | 3.5 | Percentage of threads in Cloud Benchmark Pool that emulate checkout by customer. |
176
- | cloudAccountManagementPercentage | 1 | Percentage of threads in Cloud Benchmark Pool that emulate account management. |
177
- | cloudAdminCMSManagementPercentage | 0.35 | Percentage of threads in Cloud Benchmark Pool that emulate CMS management activities. |
178
- | cloudAdminBrowseProductGridPercentage | 0.2 | Percentage of threads in Cloud Benchmark Pool that emulate products grid browsing activities. |
179
- | cloudAdminBrowseOrderGridPercentage | 0.2 | Percentage of threads in Cloud Benchmark Pool that emulate orders grid browsing activities. |
180
- | cloudAdminProductCreationPercentage | 0.5 | Percentage of threads in Cloud Benchmark Pool that emulate product creation activities. |
181
- | cloudAdminProductEditingPercentage | 0.65 | Percentage of threads in Cloud Benchmark Pool that emulate product editing activities. |
182
- | cloudAdminReturnsManagementPercentage | 0.75 | Percentage of threads in Cloud Benchmark Pool that emulate admin returns management activities. |
183
- | cloudAdminBrowseCustomerGridPercentage | 0.1 | Percentage of threads in Cloud Benchmark Pool that emulate customers grid browsing activities. |
184
- | cloudAdminCreateOrderPercentage | 0.5 | Percentage of threads in Cloud Benchmark Pool that emulate creating orders activities. |
185
- | cloudAdminCategoryManagementPercentage | 0.15 | Percentage of threads in Cloud Benchmark Pool that emulate admin category management activities. |
186
- | cloudAdminPromotionRulesPercentage | 0.2 | Percentage of threads in Cloud Benchmark Pool that emulate admin promotion rules activities. |
187
- | cloudAdminCustomerManagementPercentage | 0.4 | Percentage of threads in Cloud Benchmark Pool that emulate admin customers management activities. |
188
- | cloudAdminEditOrderPercentage | 1 | Percentage of threads in Cloud Benchmark Pool that emulate admin edit order activities. |
165
+ Parameters for Combined Benchmark pool:
166
+
167
+ | Parameter Name | Default Value | Description |
168
+ | ----------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------- |
169
+ | cBrowseCatalogByGuestPercentage | 29 | Percentage of threads in Combined Benchmark Pool that emulate customer catalog browsing activities. |
170
+ | cSiteSearchPercentage | 29 | Percentage of threads in Combined Benchmark Pool that emulate catalog search activities. |
171
+ | cAddToCartByGuestPercentage | 26 | Percentage of threads in Combined Benchmark Pool that emulate abandoned cart activities. |
172
+ | cAddToWishlistPercentage | 1.5 | Percentage of threads in Combined Benchmark Pool that emulate adding products to Wishlist. |
173
+ | cCompareProductsPercentage | 1.5 | Percentage of threads in Combined Benchmark Pool that emulate products comparison. |
174
+ | cCheckoutByGuestPercentage | 3.5 | Percentage of threads in Combined Benchmark Pool that emulate checkout by guest. |
175
+ | cCheckoutByCustomerPercentage | 3.5 | Percentage of threads in Combined Benchmark Pool that emulate checkout by customer. |
176
+ | cAccountManagementPercentage | 1 | Percentage of threads in Combined Benchmark Pool that emulate account management. |
177
+ | cAdminCMSManagementPercentage | 0.35 | Percentage of threads in Combined Benchmark Pool that emulate CMS management activities. |
178
+ | cAdminBrowseProductGridPercentage | 0.2 | Percentage of threads in Combined Benchmark Pool that emulate products grid browsing activities. |
179
+ | cAdminBrowseOrderGridPercentage | 0.2 | Percentage of threads in Combined Benchmark Pool that emulate orders grid browsing activities. |
180
+ | cAdminProductCreationPercentage | 0.5 | Percentage of threads in Combined Benchmark Pool that emulate product creation activities. |
181
+ | cAdminProductEditingPercentage | 0.65 | Percentage of threads in Combined Benchmark Pool that emulate product editing activities. |
182
+ | cAdminReturnsManagementPercentage | 0.75 | Percentage of threads in Combined Benchmark Pool that emulate admin returns management activities. |
183
+ | cAdminBrowseCustomerGridPercentage | 0.1 | Percentage of threads in Combined Benchmark Pool that emulate customers grid browsing activities. |
184
+ | cAdminCreateOrderPercentage | 0.5 | Percentage of threads in Combined Benchmark Pool that emulate creating orders activities. |
185
+ | cAdminCategoryManagementPercentage | 0.15 | Percentage of threads in Combined Benchmark Pool that emulate admin category management activities. |
186
+ | cAdminPromotionRulesPercentage | 0.2 | Percentage of threads in Combined Benchmark Pool that emulate admin promotion rules activities. |
187
+ | cAdminCustomerManagementPercentage | 0.4 | Percentage of threads in Combined Benchmark Pool that emulate admin customers management activities. |
188
+ | cAdminEditOrderPercentage | 1 | Percentage of threads in Combined Benchmark Pool that emulate admin edit order activities. |
189
189
190
190
191
191
Parameters must be passed to the command line with the ` J ` prefix:
@@ -297,11 +297,11 @@ For more details, read [Summary Report](http://jmeter.apache.org/usermanual/comp
297
297
298
298
** API Pool** (apiPoolUsers)
299
299
300
- ** One Thread Scenarios (Vulnerable to deadlocks) Pool** (deadLocksPoolUsers )
300
+ ** One Thread Scenarios Pool** (oneThreadScenariosPoolUsers )
301
301
302
302
** GraphQL Pool** (graphQLPoolUsers)
303
303
304
- ** Cloud Benchmark Pool** (cloudBenchmarkPoolUsers )
304
+ ** Combined Benchmark Pool** (combinedBenchmarkPoolUsers )
305
305
306
306
** Legacy Threads**
307
307
0 commit comments