rule_metrics.jmx 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3">
  3. <hashTree>
  4. <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
  5. <stringProp name="TestPlan.comments"></stringProp>
  6. <boolProp name="TestPlan.functional_mode">false</boolProp>
  7. <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp>
  8. <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
  9. <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  10. <collectionProp name="Arguments.arguments"/>
  11. </elementProp>
  12. <stringProp name="TestPlan.user_define_classpath"></stringProp>
  13. </TestPlan>
  14. <hashTree>
  15. <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  16. <collectionProp name="Arguments.arguments">
  17. <elementProp name="srv" elementType="Argument">
  18. <stringProp name="Argument.name">srv</stringProp>
  19. <stringProp name="Argument.value">127.0.0.1</stringProp>
  20. <stringProp name="Argument.metadata">=</stringProp>
  21. </elementProp>
  22. <elementProp name="rest_port" elementType="Argument">
  23. <stringProp name="Argument.name">rest_port</stringProp>
  24. <stringProp name="Argument.value">9081</stringProp>
  25. <stringProp name="Argument.metadata">=</stringProp>
  26. </elementProp>
  27. <elementProp name="k_home" elementType="Argument">
  28. <stringProp name="Argument.name">k_home</stringProp>
  29. <stringProp name="Argument.value">${__property(base,,)}</stringProp>
  30. <stringProp name="Argument.metadata">=</stringProp>
  31. </elementProp>
  32. <elementProp name="fvt" elementType="Argument">
  33. <stringProp name="Argument.name">fvt</stringProp>
  34. <stringProp name="Argument.value">${__property(fvt,,)}</stringProp>
  35. <stringProp name="Argument.metadata">=</stringProp>
  36. </elementProp>
  37. </collectionProp>
  38. </Arguments>
  39. <hashTree/>
  40. <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="API" enabled="true">
  41. <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  42. <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
  43. <boolProp name="LoopController.continue_forever">false</boolProp>
  44. <stringProp name="LoopController.loops">1</stringProp>
  45. </elementProp>
  46. <stringProp name="ThreadGroup.num_threads">1</stringProp>
  47. <stringProp name="ThreadGroup.ramp_time">1</stringProp>
  48. <boolProp name="ThreadGroup.scheduler">false</boolProp>
  49. <stringProp name="ThreadGroup.duration"></stringProp>
  50. <stringProp name="ThreadGroup.delay"></stringProp>
  51. <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
  52. </ThreadGroup>
  53. <hashTree>
  54. <TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="Metrics" enabled="true">
  55. <boolProp name="TransactionController.includeTimers">false</boolProp>
  56. <boolProp name="TransactionController.parent">false</boolProp>
  57. </TransactionController>
  58. <hashTree>
  59. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateStream" enabled="true">
  60. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  61. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  62. <collectionProp name="Arguments.arguments">
  63. <elementProp name="" elementType="HTTPArgument">
  64. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  65. <stringProp name="Argument.value">{&#xd;
  66. &quot;sql&quot; : &quot;create stream demo (temperature float, humidity bigint) WITH (FORMAT=\&quot;JSON\&quot;, DATASOURCE=\&quot;devices/+/messages\&quot; )&quot;&#xd;
  67. }</stringProp>
  68. <stringProp name="Argument.metadata">=</stringProp>
  69. </elementProp>
  70. </collectionProp>
  71. </elementProp>
  72. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  73. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  74. <stringProp name="HTTPSampler.protocol"></stringProp>
  75. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  76. <stringProp name="HTTPSampler.path">/streams</stringProp>
  77. <stringProp name="HTTPSampler.method">POST</stringProp>
  78. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  79. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  80. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  81. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  82. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  83. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  84. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  85. </HTTPSamplerProxy>
  86. <hashTree>
  87. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  88. <collectionProp name="Asserion.test_strings">
  89. <stringProp name="-1754954177">Stream demo is created.</stringProp>
  90. </collectionProp>
  91. <stringProp name="Assertion.custom_message"></stringProp>
  92. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  93. <boolProp name="Assertion.assume_success">true</boolProp>
  94. <intProp name="Assertion.test_type">16</intProp>
  95. </ResponseAssertion>
  96. <hashTree/>
  97. </hashTree>
  98. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateRule" enabled="true">
  99. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  100. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  101. <collectionProp name="Arguments.arguments">
  102. <elementProp name="" elementType="HTTPArgument">
  103. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  104. <stringProp name="Argument.value">{&#xd;
  105. &quot;id&quot;: &quot;rule1&quot;,&#xd;
  106. &quot;sql&quot;: &quot;SELECT * FROM demo&quot;,&#xd;
  107. &quot;actions&quot;: [&#xd;
  108. {&#xd;
  109. &quot;log&quot;: {}&#xd;
  110. },&#xd;
  111. {&#xd;
  112. &quot;mqtt&quot;: {&#xd;
  113. &quot;server&quot;: &quot;tcp://127.0.0.1:1883&quot;,&#xd;
  114. &quot;topic&quot;: &quot;devices/result&quot;,&#xd;
  115. &quot;qos&quot;: 1,&#xd;
  116. &quot;clientId&quot;: &quot;demo_001&quot;&#xd;
  117. }&#xd;
  118. }&#xd;
  119. ]&#xd;
  120. }</stringProp>
  121. <stringProp name="Argument.metadata">=</stringProp>
  122. </elementProp>
  123. </collectionProp>
  124. </elementProp>
  125. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  126. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  127. <stringProp name="HTTPSampler.protocol"></stringProp>
  128. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  129. <stringProp name="HTTPSampler.path">/rules</stringProp>
  130. <stringProp name="HTTPSampler.method">POST</stringProp>
  131. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  132. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  133. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  134. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  135. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  136. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  137. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  138. </HTTPSamplerProxy>
  139. <hashTree>
  140. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  141. <collectionProp name="Asserion.test_strings">
  142. <stringProp name="-2022196798">Rule rule1 was created</stringProp>
  143. </collectionProp>
  144. <stringProp name="Assertion.custom_message"></stringProp>
  145. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  146. <boolProp name="Assertion.assume_success">true</boolProp>
  147. <intProp name="Assertion.test_type">16</intProp>
  148. </ResponseAssertion>
  149. <hashTree/>
  150. </hashTree>
  151. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_GetMetrics" enabled="true">
  152. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  153. <collectionProp name="Arguments.arguments"/>
  154. </elementProp>
  155. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  156. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  157. <stringProp name="HTTPSampler.protocol"></stringProp>
  158. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  159. <stringProp name="HTTPSampler.path">/metrics</stringProp>
  160. <stringProp name="HTTPSampler.method">GET</stringProp>
  161. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  162. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  163. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  164. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  165. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  166. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  167. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  168. </HTTPSamplerProxy>
  169. <hashTree>
  170. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  171. <collectionProp name="Asserion.test_strings">
  172. <stringProp name="-1098543641"># HELP kuiper_op_exceptions_total Total number of user exceptions of kuiper_op
  173. # TYPE kuiper_op_exceptions_total counter
  174. kuiper_op_exceptions_total{instance=&quot;0&quot;,op=&quot;2_project&quot;,rule=&quot;rule1&quot;,type=&quot;op&quot;} 0</stringProp>
  175. </collectionProp>
  176. <stringProp name="Assertion.custom_message"></stringProp>
  177. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  178. <boolProp name="Assertion.assume_success">true</boolProp>
  179. <intProp name="Assertion.test_type">16</intProp>
  180. </ResponseAssertion>
  181. <hashTree/>
  182. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  183. <collectionProp name="Asserion.test_strings">
  184. <stringProp name="-347885706"># HELP kuiper_op_records_in_total Total number of messages received by the operation of kuiper_op
  185. # TYPE kuiper_op_records_in_total counter
  186. kuiper_op_records_in_total{instance=&quot;0&quot;,op=&quot;2_project&quot;,rule=&quot;rule1&quot;,type=&quot;op&quot;} 0</stringProp>
  187. </collectionProp>
  188. <stringProp name="Assertion.custom_message"></stringProp>
  189. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  190. <boolProp name="Assertion.assume_success">true</boolProp>
  191. <intProp name="Assertion.test_type">16</intProp>
  192. </ResponseAssertion>
  193. <hashTree/>
  194. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  195. <collectionProp name="Asserion.test_strings">
  196. <stringProp name="-1237524696"># HELP kuiper_op_records_out_total Total number of messages published by the operation of kuiper_op
  197. # TYPE kuiper_op_records_out_total counter
  198. kuiper_op_records_out_total{instance=&quot;0&quot;,op=&quot;2_project&quot;,rule=&quot;rule1&quot;,type=&quot;op&quot;} 0</stringProp>
  199. </collectionProp>
  200. <stringProp name="Assertion.custom_message"></stringProp>
  201. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  202. <boolProp name="Assertion.assume_success">true</boolProp>
  203. <intProp name="Assertion.test_type">16</intProp>
  204. </ResponseAssertion>
  205. <hashTree/>
  206. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  207. <collectionProp name="Asserion.test_strings">
  208. <stringProp name="-1138780130"># HELP kuiper_sink_exceptions_total Total number of user exceptions of kuiper_sink
  209. # TYPE kuiper_sink_exceptions_total counter
  210. kuiper_sink_exceptions_total{instance=&quot;0&quot;,op=&quot;log_0&quot;,rule=&quot;rule1&quot;,type=&quot;sink&quot;} 0
  211. kuiper_sink_exceptions_total{instance=&quot;0&quot;,op=&quot;mqtt_1&quot;,rule=&quot;rule1&quot;,type=&quot;sink&quot;} 0</stringProp>
  212. </collectionProp>
  213. <stringProp name="Assertion.custom_message"></stringProp>
  214. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  215. <boolProp name="Assertion.assume_success">true</boolProp>
  216. <intProp name="Assertion.test_type">16</intProp>
  217. </ResponseAssertion>
  218. <hashTree/>
  219. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  220. <collectionProp name="Asserion.test_strings">
  221. <stringProp name="1610594550"># HELP kuiper_source_exceptions_total Total number of user exceptions of kuiper_source
  222. # TYPE kuiper_source_exceptions_total counter
  223. kuiper_source_exceptions_total{instance=&quot;0&quot;,op=&quot;demo&quot;,rule=&quot;rule1&quot;,type=&quot;source&quot;} 0</stringProp>
  224. </collectionProp>
  225. <stringProp name="Assertion.custom_message"></stringProp>
  226. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  227. <boolProp name="Assertion.assume_success">true</boolProp>
  228. <intProp name="Assertion.test_type">16</intProp>
  229. </ResponseAssertion>
  230. <hashTree/>
  231. </hashTree>
  232. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_GetRuleStatus" enabled="true">
  233. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  234. <collectionProp name="Arguments.arguments"/>
  235. </elementProp>
  236. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  237. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  238. <stringProp name="HTTPSampler.protocol"></stringProp>
  239. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  240. <stringProp name="HTTPSampler.path">/rules/rule1/status</stringProp>
  241. <stringProp name="HTTPSampler.method">GET</stringProp>
  242. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  243. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  244. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  245. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  246. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  247. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  248. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  249. </HTTPSamplerProxy>
  250. <hashTree>
  251. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true">
  252. <stringProp name="JSON_PATH">$.source_demo_0_records_in_total</stringProp>
  253. <stringProp name="EXPECTED_VALUE">0</stringProp>
  254. <boolProp name="JSONVALIDATION">true</boolProp>
  255. <boolProp name="EXPECT_NULL">false</boolProp>
  256. <boolProp name="INVERT">false</boolProp>
  257. <boolProp name="ISREGEX">false</boolProp>
  258. </JSONPathAssertion>
  259. <hashTree/>
  260. </hashTree>
  261. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropRule" enabled="true">
  262. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  263. <collectionProp name="Arguments.arguments"/>
  264. </elementProp>
  265. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  266. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  267. <stringProp name="HTTPSampler.protocol"></stringProp>
  268. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  269. <stringProp name="HTTPSampler.path">/rules/rule1</stringProp>
  270. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  271. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  272. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  273. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  274. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  275. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  276. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  277. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  278. </HTTPSamplerProxy>
  279. <hashTree>
  280. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  281. <collectionProp name="Asserion.test_strings">
  282. <stringProp name="717250485">Rule rule1 is dropped.</stringProp>
  283. </collectionProp>
  284. <stringProp name="Assertion.custom_message"></stringProp>
  285. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  286. <boolProp name="Assertion.assume_success">false</boolProp>
  287. <intProp name="Assertion.test_type">16</intProp>
  288. </ResponseAssertion>
  289. <hashTree/>
  290. </hashTree>
  291. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_Drop_Stream" enabled="true">
  292. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  293. <collectionProp name="Arguments.arguments"/>
  294. </elementProp>
  295. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  296. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  297. <stringProp name="HTTPSampler.protocol"></stringProp>
  298. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  299. <stringProp name="HTTPSampler.path">/streams/demo</stringProp>
  300. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  301. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  302. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  303. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  304. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  305. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  306. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  307. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  308. </HTTPSamplerProxy>
  309. <hashTree>
  310. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  311. <collectionProp name="Asserion.test_strings">
  312. <stringProp name="287881319">Stream demo is dropped.</stringProp>
  313. </collectionProp>
  314. <stringProp name="Assertion.custom_message"></stringProp>
  315. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  316. <boolProp name="Assertion.assume_success">false</boolProp>
  317. <intProp name="Assertion.test_type">16</intProp>
  318. </ResponseAssertion>
  319. <hashTree/>
  320. </hashTree>
  321. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  322. <stringProp name="ConstantTimer.delay">500</stringProp>
  323. </ConstantTimer>
  324. <hashTree/>
  325. </hashTree>
  326. <TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="Version" enabled="true">
  327. <boolProp name="TransactionController.includeTimers">false</boolProp>
  328. <boolProp name="TransactionController.parent">false</boolProp>
  329. </TransactionController>
  330. <hashTree>
  331. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_Ping" enabled="true">
  332. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  333. <collectionProp name="Arguments.arguments"/>
  334. </elementProp>
  335. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  336. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  337. <stringProp name="HTTPSampler.protocol"></stringProp>
  338. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  339. <stringProp name="HTTPSampler.path">/</stringProp>
  340. <stringProp name="HTTPSampler.method">GET</stringProp>
  341. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  342. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  343. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  344. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  345. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  346. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  347. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  348. </HTTPSamplerProxy>
  349. <hashTree>
  350. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  351. <collectionProp name="Asserion.test_strings">
  352. <stringProp name="977737208">&quot;os&quot;:&quot;linux&quot;,&quot;arch&quot;:&quot;amd64&quot;</stringProp>
  353. </collectionProp>
  354. <stringProp name="Assertion.custom_message"></stringProp>
  355. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  356. <boolProp name="Assertion.assume_success">true</boolProp>
  357. <intProp name="Assertion.test_type">16</intProp>
  358. </ResponseAssertion>
  359. <hashTree/>
  360. </hashTree>
  361. </hashTree>
  362. </hashTree>
  363. <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
  364. <boolProp name="ResultCollector.error_logging">false</boolProp>
  365. <objProp>
  366. <name>saveConfig</name>
  367. <value class="SampleSaveConfiguration">
  368. <time>true</time>
  369. <latency>true</latency>
  370. <timestamp>true</timestamp>
  371. <success>true</success>
  372. <label>true</label>
  373. <code>true</code>
  374. <message>true</message>
  375. <threadName>true</threadName>
  376. <dataType>true</dataType>
  377. <encoding>false</encoding>
  378. <assertions>true</assertions>
  379. <subresults>true</subresults>
  380. <responseData>false</responseData>
  381. <samplerData>false</samplerData>
  382. <xml>false</xml>
  383. <fieldNames>true</fieldNames>
  384. <responseHeaders>false</responseHeaders>
  385. <requestHeaders>false</requestHeaders>
  386. <responseDataOnError>false</responseDataOnError>
  387. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  388. <assertionsResultsToSave>0</assertionsResultsToSave>
  389. <bytes>true</bytes>
  390. <sentBytes>true</sentBytes>
  391. <threadCounts>true</threadCounts>
  392. <idleTime>true</idleTime>
  393. <connectTime>true</connectTime>
  394. </value>
  395. </objProp>
  396. <stringProp name="filename"></stringProp>
  397. </ResultCollector>
  398. <hashTree/>
  399. </hashTree>
  400. </hashTree>
  401. </jmeterTestPlan>