req_product-page-re--237514321.html 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="shortcut icon" type="image/x-icon" href="style/favicon.ico"/>
  6. <link href="style/style.css" rel="stylesheet" type="text/css" />
  7. <link href="style/bootstrap.min.css" rel="stylesheet" type="text/css" />
  8. <script src="js/jquery-3.5.1.min.js"></script>
  9. <script src="js/bootstrap.min.js"></script>
  10. <script src="js/gatling.js"></script>
  11. <script src="js/menu.js"></script>
  12. <script src="js/ellipsis.js"></script>
  13. <script src="js/all_sessions.js"></script>
  14. <script src="js/stats.js"></script>
  15. <script src="js/highstock.js"></script>
  16. <script src="js/highcharts-more.js"></script>
  17. <script src="js/theme.js"></script>
  18. <script src="js/unpack.js"></script>
  19. <title>Gatling Stats - Product Page Request</title>
  20. </head>
  21. <body>
  22. <script>
  23. const storedTheme = localStorage.getItem('theme') || (window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light");
  24. if (storedTheme) document.documentElement.setAttribute('data-theme', storedTheme)
  25. function toggleTheme() {
  26. const currentTheme = document.documentElement.getAttribute("data-theme");
  27. const targetTheme = currentTheme === "light" ? "dark" : "light";
  28. document.documentElement.setAttribute('data-theme', targetTheme)
  29. localStorage.setItem('theme', targetTheme);
  30. };
  31. </script>
  32. <div class="app-container">
  33. <div class="frise"></div>
  34. <div class="head">
  35. <div class="gatling-open-source">
  36. <a class="gatling-logo gatling-logo-light" href="https://gatling.io" target="blank_" title="Gatling Home Page"><img alt="Gatling" src="style/logo-light.svg"/></a>
  37. <a class="gatling-logo gatling-logo-dark" href="https://gatling.io" target="blank_" title="Gatling Home Page"><img alt="Gatling" src="style/logo-dark.svg"/></a>
  38. <a class="gatling-documentation" href="https://gatling.io/docs/" target="_blank">Documentation</a>
  39. </div>
  40. <div class="nav spacer"></div>
  41. <a class="enterprise" href="https://gatling.io/enterprise/next-step/" target="_blank"><strong>Try</strong>
  42. <img class="logo-enterprise-light" alt="Gatling Enterprise" src="style/logo-enterprise-light.svg"/>
  43. <img class="logo-enterprise-dark" alt="Gatling Enterprise" src="style/logo-enterprise-dark.svg"/>
  44. </a>
  45. <button id="theme-toggle" class="theme-toggle" type="button" onclick="toggleTheme()" aria-label="Toggle user interface mode">
  46. <span class="toggle-dark"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg></span>
  47. <span class="toggle-light"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sun"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg></span>
  48. </button>
  49. </div>
  50. <div class="container details">
  51. <div class="nav">
  52. <ul></ul>
  53. </div>
  54. <div class="cadre">
  55. <div class="content">
  56. <div class="content-header">
  57. <div class="onglet">
  58. ProductsPageSimulation
  59. </div>
  60. <div class="sous-menu" id="sousMenu">
  61. <div class="sous-menu-spacer">
  62. <div class="item "><a href="index.html">Global</a></div>
  63. <div class="item ouvert"><a id="details_link" href="#">Details</a></div>
  64. </div>
  65. </div>
  66. </div>
  67. <div class="content-in">
  68. <div class="container-article">
  69. <div class="article">
  70. <div class="schema-container">
  71. <div id="ranges" class="schema ranges-large">
  72. </div>
  73. <div class="infos">
  74. <div class="infos-in">
  75. <div class="infos-title">Stats</div>
  76. <div class="info">
  77. <h2 class="first">Executions</h2>
  78. <table>
  79. <thead>
  80. <tr><th></th><th>Total</th><th>OK</th><th>KO</th></tr>
  81. </thead>
  82. <tbody>
  83. <tr>
  84. <td class="title">Total count</td>
  85. <td id="numberOfRequests" class="total"></td>
  86. <td id="numberOfRequestsOK" class="ok"></td>
  87. <td id="numberOfRequestsKO" class="ko"></td>
  88. </tr>
  89. <tr>
  90. <td class="title">Mean count/s</abbr></td>
  91. <td id="meanNumberOfRequestsPerSecond" class="total"></td>
  92. <td id="meanNumberOfRequestsPerSecondOK" class="ok"></td>
  93. <td id="meanNumberOfRequestsPerSecondKO" class="ko"></td>
  94. </tr>
  95. </tbody>
  96. </table>
  97. <h2 class="second">Response Time (ms)</h2>
  98. <table>
  99. <thead>
  100. <tr>
  101. <th></th>
  102. <th>Total</th>
  103. <th>OK</th>
  104. <th>KO</th>
  105. </tr>
  106. </thead>
  107. <tbody>
  108. <tr>
  109. <td class="title">Min</td>
  110. <td id="minResponseTime" class="total"></td>
  111. <td id="minResponseTimeOK" class="ok"></td>
  112. <td id="minResponseTimeKO" class="ko"></td>
  113. </tr>
  114. <tr>
  115. <td class="title">50th percentile</td>
  116. <td id="percentiles1" class="total"></td>
  117. <td id="percentiles1OK" class="ok"></td>
  118. <td id="percentiles1KO" class="ko"></td>
  119. </tr>
  120. <tr>
  121. <td class="title">75th percentile</td>
  122. <td id="percentiles2" class="total"></td>
  123. <td id="percentiles2OK" class="ok"></td>
  124. <td id="percentiles2KO" class="ko"></td>
  125. </tr>
  126. <tr>
  127. <td class="title">95th percentile</td>
  128. <td id="percentiles3" class="total"></td>
  129. <td id="percentiles3OK" class="ok"></td>
  130. <td id="percentiles3KO" class="ko"></td>
  131. </tr>
  132. <tr>
  133. <td class="title">99th percentile</td>
  134. <td id="percentiles4" class="total"></td>
  135. <td id="percentiles4OK" class="ok"></td>
  136. <td id="percentiles4KO" class="ko"></td>
  137. </tr>
  138. <tr>
  139. <td class="title">Max</td>
  140. <td id="maxResponseTime" class="total"></td>
  141. <td id="maxResponseTimeOK" class="ok"></td>
  142. <td id="maxResponseTimeKO" class="ko"></td>
  143. </tr>
  144. <tr>
  145. <td class="title">Mean</td>
  146. <td id="meanResponseTime" class="total"></td>
  147. <td id="meanResponseTimeOK" class="ok"></td>
  148. <td id="meanResponseTimeKO" class="ko"></td>
  149. </tr>
  150. <tr>
  151. <td class="title">Standard Deviation</td>
  152. <td id="standardDeviation" class="total"></td>
  153. <td id="standardDeviationOK" class="ok"></td>
  154. <td id="standardDeviationKO" class="ko"></td>
  155. </tr>
  156. </tbody>
  157. </table>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. <div class="statistics extensible-geant collapsed">
  163. <div class="title">
  164. Errors
  165. </div>
  166. <table id="container_errors" class="statistics-in extensible-geant">
  167. <thead>
  168. <tr>
  169. <th id="error-col-1" class="header sortable"><span>Error</span></th>
  170. <th id="error-col-2" class="header sortable"><span>Count</span></th>
  171. <th id="error-col-3" class="header sortable"><span>Percentage</span></th>
  172. </tr>
  173. </thead>
  174. <tbody>
  175. <tr>
  176. <td class="error-col-1 total ko">j.n.SocketException: Network is unreachable: getsockopt<span class="value" style="display:none">0</span></td>
  177. <td class="value error-col-2 total ko">11192</td>
  178. <td class="value error-col-3 total ko">52.2%</td>
  179. </tr>
  180. <tr>
  181. <td class="error-col-1 total ko">i.n.h.s.SslHandshakeTimeoutException: handshake timed out after 10000ms<span class="value" style="display:none">1</span></td>
  182. <td class="value error-col-2 total ko">8275</td>
  183. <td class="value error-col-3 total ko">38.59%</td>
  184. </tr>
  185. <tr>
  186. <td class="error-col-1 total ko">j.n.SocketException: No buffer space available (maximum connections reached?): connect<span class="value" style="display:none">2</span></td>
  187. <td class="value error-col-2 total ko">1096</td>
  188. <td class="value error-col-3 total ko">5.11%</td>
  189. </tr>
  190. <tr>
  191. <td class="error-col-1 total ko">Request timeout to ecomm.gatling.io/18.164.246.48:443 after 60000 ms<span class="value" style="display:none">3</span></td>
  192. <td class="value error-col-2 total ko">211</td>
  193. <td class="value error-col-3 total ko">0.98%</td>
  194. </tr>
  195. <tr>
  196. <td class="error-col-1 total ko">Request timeout to ecomm.gatling.io/18.164.246.111:443 after 60000 ms<span class="value" style="display:none">4</span></td>
  197. <td class="value error-col-2 total ko">209</td>
  198. <td class="value error-col-3 total ko">0.97%</td>
  199. </tr>
  200. <tr>
  201. <td class="error-col-1 total ko">Request timeout to ecomm.gatling.io/18.164.246.108:443 after 60000 ms<span class="value" style="display:none">5</span></td>
  202. <td class="value error-col-2 total ko">205</td>
  203. <td class="value error-col-3 total ko">0.96%</td>
  204. </tr>
  205. <tr>
  206. <td class="error-col-1 total ko">Request timeout to ecomm.gatling.io/18.164.246.56:443 after 60000 ms<span class="value" style="display:none">6</span></td>
  207. <td class="value error-col-2 total ko">197</td>
  208. <td class="value error-col-3 total ko">0.92%</td>
  209. </tr>
  210. <tr>
  211. <td class="error-col-1 total ko">j.i.IOException: Premature close<span class="value" style="display:none">7</span></td>
  212. <td class="value error-col-2 total ko">56</td>
  213. <td class="value error-col-3 total ko">0.26%</td>
  214. </tr>
  215. <tr>
  216. <td class="error-col-1 total ko">Request timeout after 60000 ms<span class="value" style="display:none">8</span></td>
  217. <td class="value error-col-2 total ko">1</td>
  218. <td class="value error-col-3 total ko">0%</td>
  219. </tr>
  220. </tbody>
  221. </table>
  222. </div>
  223. <div class="schema geant">
  224. <div id="responsetimeDistributionContainer" class="geant"></div>
  225. </div>
  226. <div class="schema geant">
  227. <div id="responsetimepercentilesovertimeokPercentilesContainer" class="geant"></div>
  228. </div>
  229. <div class="schema geant">
  230. <div id="requests" class="geant"></div>
  231. </div>
  232. <div class="schema geant">
  233. <div id="responses" class="geant"></div>
  234. </div>
  235. <div class="schema geant">
  236. <div id="container_response_time_dispersion" class="geant"></div>
  237. </div>
  238. </div>
  239. </div>
  240. </div>
  241. </div>
  242. </div>
  243. </div>
  244. <script>
  245. var pageStats = stats.contents['req_product-page-re--237514321'].stats;
  246. $(document).ready(function() {
  247. $('.simulation-tooltip').popover({trigger:'hover', placement:'left'});
  248. setDetailsLinkUrl();
  249. setDetailsMenu();
  250. setActiveMenu();
  251. fillStats(pageStats);
  252. Highcharts.setOptions({
  253. global: { useUTC: false }
  254. });
  255. var rangesChart = new Highcharts.Chart({
  256. chart: {
  257. renderTo: 'ranges',
  258. marginRight: 100
  259. },
  260. credits: { enabled: false },
  261. legend: { enabled: false },
  262. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  263. xAxis: {
  264. categories: [
  265. pageStats.group1.htmlName,
  266. pageStats.group2.htmlName,
  267. pageStats.group3.htmlName,
  268. pageStats.group4.htmlName
  269. ]
  270. },
  271. yAxis: {
  272. title: { text: 'Number of Requests' },
  273. reversedStacks: false
  274. },
  275. tooltip: {
  276. formatter: function() {
  277. var s;
  278. if (this.point.name) { // the pie chart
  279. s = ''+ this.point.name +': '+ this.y +'% requests';
  280. } else {
  281. s = ''+ this.y + ' requests';
  282. }
  283. return s;
  284. }
  285. },
  286. plotOptions: {
  287. series: {
  288. stacking: 'normal',
  289. shadow: true
  290. }
  291. },
  292. series: [
  293. {
  294. type: 'column',
  295. data: [{
  296. color: '#68b65c',
  297. y: pageStats.group1.count
  298. },
  299. {
  300. color: '#FFDD00',
  301. y: pageStats.group2.count
  302. },
  303. {
  304. color: '#FFA900',
  305. y: pageStats.group3.count
  306. },
  307. {
  308. color: '#f15b4f',
  309. y: pageStats.group4.count
  310. }]
  311. },
  312. {
  313. type: 'pie',
  314. name: 'Percentages',
  315. data: [
  316. {
  317. name: pageStats.group1.name,
  318. y: pageStats.group1.percentage,
  319. color: '#68b65c'
  320. },
  321. {
  322. name: pageStats.group2.name,
  323. y: pageStats.group2.percentage,
  324. color: '#FFDD00'
  325. },
  326. {
  327. name: pageStats.group3.name,
  328. y: pageStats.group3.percentage,
  329. color: '#FFA900'
  330. },
  331. {
  332. name: pageStats.group4.name,
  333. y: pageStats.group4.percentage,
  334. color: '#f15b4f'
  335. }
  336. ],
  337. center: [368, 0],
  338. size: 90,
  339. showInLegend: false,
  340. dataLabels: { enabled: false }
  341. }
  342. ]
  343. });
  344. rangesChart.setTitle({
  345. text: '<span class="chart_title">Response Time Ranges</span>',
  346. useHTML: true
  347. });
  348. $('#container_errors').sortable('#container_errors');
  349. var responsetimeDistributionChart = new Highcharts.Chart({
  350. chart: {
  351. renderTo: 'responsetimeDistributionContainer',
  352. type: 'column',
  353. marginBottom: 60
  354. },
  355. credits: { enabled: false },
  356. legend: {
  357. enabled: true,
  358. floating: true,
  359. y: 5,
  360. borderWidth: 0,
  361. itemStyle: { fontWeight: "normal" },
  362. symbolRadius: 0
  363. },
  364. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  365. navigator: {
  366. maskInside: false
  367. },
  368. xAxis: {
  369. categories: ['2121', '2703', '3285', '3866', '4448', '5030', '5612', '6194', '6776', '7358', '7939', '8521', '9103', '9685', '10267', '10849', '11431', '12012', '12594', '13176', '13758', '14340', '14922', '15503', '16085', '16667', '17249', '17831', '18413', '18995', '19576', '20158', '20740', '21322', '21904', '22486', '23068', '23649', '24231', '24813', '25395', '25977', '26559', '27140', '27722', '28304', '28886', '29468', '30050', '30632', '31213', '31795', '32377', '32959', '33541', '34123', '34705', '35286', '35868', '36450', '37032', '37614', '38196', '38777', '39359', '39941', '40523', '41105', '41687', '42269', '42850', '43432', '44014', '44596', '45178', '45760', '46342', '46923', '47505', '48087', '48669', '49251', '49833', '50414', '50996', '51578', '52160', '52742', '53324', '53906', '54487', '55069', '55651', '56233', '56815', '57397', '57979', '58560', '59142', '59724'],
  370. tickInterval: 20
  371. },
  372. yAxis: {
  373. min: 0,
  374. title: { text: 'Percentage of Requests' },
  375. reversedStacks: false
  376. },
  377. tooltip: {
  378. formatter: function() {
  379. return '<b>'+ this.x +' ms</b><br/>'+
  380. this.series.name +': '+ this.y +' %<br/>'+
  381. 'Total: '+ this.point.stackTotal + ' %';
  382. }
  383. },
  384. plotOptions: {
  385. series: {
  386. groupPadding: 0,
  387. stacking: 'normal',
  388. shadow: true
  389. }
  390. },
  391. series: [
  392. {
  393. type: 'column',
  394. color: '#68b65c',
  395. name: 'OK',
  396. data: [
  397. 0.04,0.0,0.07,0.27,0.0,0.28,0.36,0.5,0.29,0.04,0.25,0.44,0.55,1.05,0.26,0.48,0.27,0.14,0.79,0.64,0.32,0.22,0.16,0.16,0.24,0.16,0.18,0.13,0.09,0.05,0.04,0.06,0.04,0.06,0.04,0.03,0.04,0.04,0.03,0.06,0.07,0.06,0.1,0.11,0.1,0.18,0.27,0.26,0.22,0.24,0.21,0.19,0.13,0.13,0.12,0.11,0.1,0.17,0.11,0.12,0.08,0.1,0.09,0.1,0.11,0.07,0.09,0.07,0.1,0.06,0.1,0.06,0.09,0.04,0.05,0.07,0.04,0.07,0.02,0.03,0.02,0.05,0.04,0.03,0.05,0.06,0.04,0.03,0.02,0.03,0.01,0.04,0.02,0.03,0.02,0.01,0.01,0.02,0.02,0.0
  398. ],
  399. tooltip: { yDecimals: 0, ySuffix: 'ms' }
  400. },
  401. {
  402. type: 'column',
  403. color: '#f15b4f',
  404. name: 'KO',
  405. data: [
  406. 0.0,0.0,0.0,0.0,0.0,0.0,0.01,0.06,0.94,0.0,0.42,0.0,0.63,0.26,0.08,0.16,2.92,3.53,8.09,1.85,0.76,0.94,2.6,2.08,3.87,4.83,4.57,2.96,2.67,2.24,2.66,2.73,2.41,3.34,2.92,3.52,2.04,1.26,1.16,1.18,0.7,0.36,0.38,0.46,0.56,0.48,0.57,0.68,0.54,0.62,0.43,0.39,0.43,0.29,0.28,0.37,0.3,0.33,0.52,0.33,0.31,0.46,0.12,0.17,0.16,0.18,0.12,0.11,0.16,0.02,0.09,0.07,0.02,0.04,0.26,0.27,0.2,0.06,0.09,0.06,0.07,0.07,0.02,0.08,0.02,0.03,0.0,0.04,0.05,0.0,0.01,0.0,0.0,0.0,0.0,0.01,0.0,0.01,0.0,3.29
  407. ],
  408. tooltip: { yDecimals: 0, ySuffix: 'ms' }
  409. }
  410. ]
  411. });
  412. responsetimeDistributionChart.setTitle({
  413. text: '<span class="chart_title">Response Time Distribution</span>',
  414. useHTML: true
  415. });
  416. var responsetimepercentilesovertimeokPercentiles = unpack([[1744803775,[1830,6284,9557,11102,12871,13744,17768,35334,51279,59505]],[1744803776,[5181,9295,12730,16719,18866,26739,35252,42056,52320,58924]],[1744803777,[11123,15006,18275,32947,33874,37316,42478,50917,58858,59107]],[1744803778,[10973,17583,30615,37150,38666,41110,45413,53848,58326,59073]],[1744803779,[12810,29684,31871,38250,39762,41580,45166,51246,56040,58829]],[1744803780,[17054,29771,34365,42639,44327,46941,50087,53260,57039,59223]],[1744803781,[25921,28915,33331,41441,43807,45660,49239,52157,57599,58192]],[1744803782,[20848,26959,29485,37863,38805,40603,43613,44452,49355,54111]],[1744803783,[24756,27829,31791,41436,44810,47038,50671,54556,59319,59319]],[1744803784,[24488,24514,27399,39847,39847,39847,44290,44290,44290,44290]],[1744803785,null],[1744803786,null],[1744803787,null],[1744803788,null],[1744803789,null],[1744803790,null],[1744803791,null],[1744803792,null],[1744803793,null],[1744803794,null],[1744803795,null],[1744803796,null],[1744803797,null],[1744803798,null],[1744803799,null],[1744803800,null],[1744803801,null],[1744803802,null],[1744803803,null],[1744803804,null],[1744803805,null],[1744803806,null],[1744803807,null],[1744803808,null],[1744803809,null],[1744803810,null],[1744803811,null],[1744803812,null],[1744803813,null],[1744803814,null],[1744803815,null],[1744803816,null],[1744803817,null],[1744803818,null],[1744803819,null],[1744803820,null],[1744803821,null],[1744803822,null],[1744803823,null],[1744803824,null],[1744803825,null],[1744803826,null],[1744803827,null],[1744803828,null],[1744803829,null],[1744803830,null],[1744803831,null],[1744803832,null],[1744803833,null],[1744803834,null],[1744803835,null],[1744803836,null],[1744803837,null],[1744803838,null],[1744803839,null],[1744803840,null],[1744803841,null],[1744803842,null],[1744803843,null],[1744803844,null],[1744803845,null],[1744803846,null],[1744803847,null],[1744803848,null],[1744803849,null],[1744803850,null],[1744803851,null],[1744803852,null],[1744803853,null],[1744803854,null],[1744803855,null],[1744803856,null],[1744803857,null],[1744803858,null],[1744803859,null],[1744803860,null],[1744803861,null],[1744803862,null],[1744803863,null],[1744803864,null],[1744803865,null],[1744803866,null],[1744803867,null],[1744803868,null],[1744803869,null],[1744803870,null],[1744803871,null],[1744803872,null],[1744803873,null],[1744803874,null],[1744803875,null],[1744803876,null],[1744803877,null],[1744803878,null],[1744803879,null],[1744803880,null],[1744803881,null],[1744803882,null],[1744803883,null],[1744803884,null],[1744803885,null],[1744803886,null],[1744803887,null],[1744803888,null],[1744803889,null],[1744803890,null],[1744803891,null],[1744803892,null],[1744803893,null],[1744803894,null],[1744803895,null],[1744803896,null],[1744803897,null]]);
  417. var responsetimepercentilesovertimeokPercentilesChart = new Highcharts.StockChart({
  418. chart: {
  419. renderTo: 'responsetimepercentilesovertimeokPercentilesContainer',
  420. zoomType: 'x',
  421. marginBottom: 60
  422. },
  423. colors: ['#c4fd90', '#7ff77f', '#6ff2ad', '#61ede6', '#58c7e0', '#4ea1d4', '#487ad9', '#3f52cc', '#7335dc', '#c73905', '#FFA900'],
  424. credits: { enabled: false },
  425. legend: {
  426. enabled: true,
  427. floating: true,
  428. y: -65,
  429. borderWidth: 0,
  430. itemStyle: { fontWeight: "normal" },
  431. symbolRadius: 0
  432. },
  433. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  434. navigator: {
  435. maskInside: false,
  436. baseSeries: 9
  437. },
  438. rangeSelector: {
  439. rangeSelector: { align: "left" },
  440. buttonSpacing: 0,
  441. buttonTheme: {
  442. fill: '#CFC9C6',
  443. padding: 1,
  444. stroke: '#000000',
  445. 'stroke-width': 0.25,
  446. style: {
  447. color: '#000000',
  448. fontWeight: 'bold',
  449. },
  450. states: {
  451. stroke: '#92918C',
  452. 'stroke-width': 0.25,
  453. hover: {
  454. fill: '#92918C',
  455. style: { color: 'black' }
  456. },
  457. select: {
  458. fill: '#FFA900',
  459. style: { color: 'white' }
  460. }
  461. }
  462. },
  463. buttons : [
  464. {
  465. type : 'minute',
  466. count : 1,
  467. text : '1m'
  468. }, {
  469. type : 'minute',
  470. count : 10,
  471. text : '10m'
  472. }, {
  473. type : 'hour',
  474. count : 1,
  475. text : '1h'
  476. }, {
  477. type : 'all',
  478. count : 1,
  479. text : 'All'
  480. }
  481. ],
  482. selected : 3,
  483. inputEnabled : false
  484. },
  485. xAxis: {
  486. type: 'datetime',
  487. ordinal: false,
  488. maxZoom: 10000 // three days
  489. },
  490. yAxis:[
  491. {
  492. min: 0,
  493. title: { text: 'Response Time (ms)' },
  494. opposite: false
  495. }, {
  496. min: 0,
  497. title: {
  498. text: 'Active Users',
  499. style: { color: '#FFA900' }
  500. },
  501. opposite: true
  502. }
  503. ],
  504. plotOptions: {
  505. arearange: { lineWidth: 1 },
  506. series: {
  507. dataGrouping: { enabled: false }
  508. }
  509. },
  510. series: [
  511. {
  512. pointInterval: 1000,
  513. name: 'min',
  514. data: responsetimepercentilesovertimeokPercentiles[0],
  515. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  516. type : 'area',
  517. yAxis: 0,
  518. zIndex: 10
  519. },
  520. {
  521. pointInterval: 1000,
  522. name: '25%',
  523. data: responsetimepercentilesovertimeokPercentiles[1],
  524. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  525. type : 'area',
  526. yAxis: 0,
  527. zIndex: 9
  528. },
  529. {
  530. pointInterval: 1000,
  531. name: '50%',
  532. data: responsetimepercentilesovertimeokPercentiles[2],
  533. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  534. type : 'area',
  535. yAxis: 0,
  536. zIndex: 8
  537. },
  538. {
  539. pointInterval: 1000,
  540. name: '75%',
  541. data: responsetimepercentilesovertimeokPercentiles[3],
  542. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  543. type : 'area',
  544. yAxis: 0,
  545. zIndex: 7
  546. },
  547. {
  548. pointInterval: 1000,
  549. name: '80%',
  550. data: responsetimepercentilesovertimeokPercentiles[4],
  551. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  552. type : 'area',
  553. yAxis: 0,
  554. zIndex: 6
  555. },
  556. {
  557. pointInterval: 1000,
  558. name: '85%',
  559. data: responsetimepercentilesovertimeokPercentiles[5],
  560. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  561. type : 'area',
  562. yAxis: 0,
  563. zIndex: 5
  564. },
  565. {
  566. pointInterval: 1000,
  567. name: '90%',
  568. data: responsetimepercentilesovertimeokPercentiles[6],
  569. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  570. type : 'area',
  571. yAxis: 0,
  572. zIndex: 4
  573. },
  574. {
  575. pointInterval: 1000,
  576. name: '95%',
  577. data: responsetimepercentilesovertimeokPercentiles[7],
  578. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  579. type : 'area',
  580. yAxis: 0,
  581. zIndex: 3
  582. },
  583. {
  584. pointInterval: 1000,
  585. name: '99%',
  586. data: responsetimepercentilesovertimeokPercentiles[8],
  587. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  588. type : 'area',
  589. yAxis: 0,
  590. zIndex: 2
  591. },
  592. {
  593. pointInterval: 1000,
  594. name: 'max',
  595. data: responsetimepercentilesovertimeokPercentiles[9],
  596. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  597. type : 'area',
  598. yAxis: 0,
  599. zIndex: 1
  600. },
  601. allUsersData
  602. ]
  603. });
  604. responsetimepercentilesovertimeokPercentilesChart.setTitle({
  605. text: '<span class="chart_title chart_title_">Response Time Percentiles over Time (OK)</span>',
  606. useHTML: true
  607. });
  608. var requests = unpack([[1744803775,[1680,1175,505]],[1744803776,[2110,1111,999]],[1744803777,[2194,187,2007]],[1744803778,[2643,187,2456]],[1744803779,[2564,174,2390]],[1744803780,[3811,378,3433]],[1744803781,[3153,179,2974]],[1744803782,[3187,102,3085]],[1744803783,[2693,58,2635]],[1744803784,[965,7,958]],[1744803785,[0,0,0]],[1744803786,[0,0,0]],[1744803787,[0,0,0]],[1744803788,[0,0,0]],[1744803789,[0,0,0]],[1744803790,[0,0,0]],[1744803791,[0,0,0]],[1744803792,[0,0,0]],[1744803793,[0,0,0]],[1744803794,[0,0,0]],[1744803795,[0,0,0]],[1744803796,[0,0,0]],[1744803797,[0,0,0]],[1744803798,[0,0,0]],[1744803799,[0,0,0]],[1744803800,[0,0,0]],[1744803801,[0,0,0]],[1744803802,[0,0,0]],[1744803803,[0,0,0]],[1744803804,[0,0,0]],[1744803805,[0,0,0]],[1744803806,[0,0,0]],[1744803807,[0,0,0]],[1744803808,[0,0,0]],[1744803809,[0,0,0]],[1744803810,[0,0,0]],[1744803811,[0,0,0]],[1744803812,[0,0,0]],[1744803813,[0,0,0]],[1744803814,[0,0,0]],[1744803815,[0,0,0]],[1744803816,[0,0,0]],[1744803817,[0,0,0]],[1744803818,[0,0,0]],[1744803819,[0,0,0]],[1744803820,[0,0,0]],[1744803821,[0,0,0]],[1744803822,[0,0,0]],[1744803823,[0,0,0]],[1744803824,[0,0,0]],[1744803825,[0,0,0]],[1744803826,[0,0,0]],[1744803827,[0,0,0]],[1744803828,[0,0,0]],[1744803829,[0,0,0]],[1744803830,[0,0,0]],[1744803831,[0,0,0]],[1744803832,[0,0,0]],[1744803833,[0,0,0]],[1744803834,[0,0,0]],[1744803835,[0,0,0]],[1744803836,[0,0,0]],[1744803837,[0,0,0]],[1744803838,[0,0,0]],[1744803839,[0,0,0]],[1744803840,[0,0,0]],[1744803841,[0,0,0]],[1744803842,[0,0,0]],[1744803843,[0,0,0]],[1744803844,[0,0,0]],[1744803845,[0,0,0]],[1744803846,[0,0,0]],[1744803847,[0,0,0]],[1744803848,[0,0,0]],[1744803849,[0,0,0]],[1744803850,[0,0,0]],[1744803851,[0,0,0]],[1744803852,[0,0,0]],[1744803853,[0,0,0]],[1744803854,[0,0,0]],[1744803855,[0,0,0]],[1744803856,[0,0,0]],[1744803857,[0,0,0]],[1744803858,[0,0,0]],[1744803859,[0,0,0]],[1744803860,[0,0,0]],[1744803861,[0,0,0]],[1744803862,[0,0,0]],[1744803863,[0,0,0]],[1744803864,[0,0,0]],[1744803865,[0,0,0]],[1744803866,[0,0,0]],[1744803867,[0,0,0]],[1744803868,[0,0,0]],[1744803869,[0,0,0]],[1744803870,[0,0,0]],[1744803871,[0,0,0]],[1744803872,[0,0,0]],[1744803873,[0,0,0]],[1744803874,[0,0,0]],[1744803875,[0,0,0]],[1744803876,[0,0,0]],[1744803877,[0,0,0]],[1744803878,[0,0,0]],[1744803879,[0,0,0]],[1744803880,[0,0,0]],[1744803881,[0,0,0]],[1744803882,[0,0,0]],[1744803883,[0,0,0]],[1744803884,[0,0,0]],[1744803885,[0,0,0]],[1744803886,[0,0,0]],[1744803887,[0,0,0]],[1744803888,[0,0,0]],[1744803889,[0,0,0]],[1744803890,[0,0,0]],[1744803891,[0,0,0]],[1744803892,[0,0,0]],[1744803893,[0,0,0]],[1744803894,[0,0,0]],[1744803895,[0,0,0]],[1744803896,[0,0,0]],[1744803897,[0,0,0]]]);
  609. var requestsChart = new Highcharts.StockChart({
  610. chart: {
  611. renderTo: 'requests',
  612. zoomType: 'x',
  613. marginBottom: 60
  614. },
  615. credits: { enabled: false },
  616. legend: {
  617. enabled: true,
  618. floating: true,
  619. y: -65,
  620. borderWidth: 0,
  621. itemStyle: { fontWeight: "normal" },
  622. symbolRadius: 0
  623. },
  624. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  625. navigator: {
  626. maskInside: false
  627. },
  628. rangeSelector: {
  629. buttonSpacing: 0,
  630. buttonTheme: {
  631. fill: '#CFC9C6',
  632. padding: 1,
  633. stroke: '#000000',
  634. 'stroke-width': 0.25,
  635. style: {
  636. color: '#000000',
  637. fontWeight: 'bold',
  638. },
  639. states: {
  640. stroke: '#000000',
  641. 'stroke-width': 0.25,
  642. hover: {
  643. fill: '#92918C',
  644. style: { color: 'black' }
  645. },
  646. select: {
  647. fill: '#FFA900',
  648. style: { color: 'white' }
  649. }
  650. }
  651. },
  652. buttons : [
  653. {
  654. type : 'minute',
  655. count : 1,
  656. text : '1m'
  657. }, {
  658. type : 'minute',
  659. count : 10,
  660. text : '10m'
  661. }, {
  662. type : 'hour',
  663. count : 1,
  664. text : '1h'
  665. }, {
  666. type : 'all',
  667. count : 1,
  668. text : 'All'
  669. }
  670. ],
  671. selected : 3,
  672. inputEnabled : false
  673. },
  674. plotOptions: {
  675. series: {
  676. dataGrouping: { enabled: false }
  677. },
  678. area: {
  679. stacking: 'normal'
  680. }
  681. },
  682. xAxis: {
  683. type: 'datetime',
  684. ordinal: false,
  685. maxZoom: 10000 // three days
  686. },
  687. yAxis:[
  688. {
  689. min: 0,
  690. title: { text: 'Number of requests' },
  691. opposite: false,
  692. reversedStacks: false
  693. }, {
  694. min: 0,
  695. title: {
  696. text: 'Active Users',
  697. style: { color: '#FFA900' }
  698. },
  699. opposite: true
  700. }
  701. ],
  702. series: [
  703. {
  704. color: '#5E7BE2',
  705. name: 'All',
  706. data: requests[0],
  707. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  708. ,type: 'area'},
  709. allUsersData
  710. ]
  711. });
  712. requestsChart.setTitle({
  713. text: '<span class="chart_title">Number of requests per second</span>',
  714. useHTML: true
  715. });
  716. var responses = unpack([[1744803775,[0,0,0]],[1744803776,[0,0,0]],[1744803777,[12,12,0]],[1744803778,[12,12,0]],[1744803779,[75,75,0]],[1744803780,[16,16,0]],[1744803781,[197,197,0]],[1744803782,[152,152,0]],[1744803783,[46,46,0]],[1744803784,[169,169,0]],[1744803785,[392,392,0]],[1744803786,[115,115,0]],[1744803787,[198,108,90]],[1744803788,[313,187,126]],[1744803789,[438,258,180]],[1744803790,[425,74,351]],[1744803791,[165,73,92]],[1744803792,[696,69,627]],[1744803793,[406,78,328]],[1744803794,[2495,51,2444]],[1744803795,[3394,28,3366]],[1744803796,[1349,27,1322]],[1744803797,[896,33,863]],[1744803798,[1216,16,1200]],[1744803799,[665,15,650]],[1744803800,[1716,10,1706]],[1744803801,[966,21,945]],[1744803802,[1488,16,1472]],[1744803803,[950,17,933]],[1744803804,[568,21,547]],[1744803805,[462,12,450]],[1744803806,[123,20,103]],[1744803807,[168,30,138]],[1744803808,[265,68,197]],[1744803809,[364,164,200]],[1744803810,[411,118,293]],[1744803811,[322,80,242]],[1744803812,[205,65,140]],[1744803813,[281,57,224]],[1744803814,[220,53,167]],[1744803815,[199,56,143]],[1744803816,[213,58,155]],[1744803817,[195,45,150]],[1744803818,[101,39,62]],[1744803819,[133,36,97]],[1744803820,[114,28,86]],[1744803821,[96,37,59]],[1744803822,[73,23,50]],[1744803823,[61,29,32]],[1744803824,[79,29,50]],[1744803825,[85,25,60]],[1744803826,[65,24,41]],[1744803827,[66,27,39]],[1744803828,[80,19,61]],[1744803829,[47,12,35]],[1744803830,[45,21,24]],[1744803831,[48,16,32]],[1744803832,[31,21,10]],[1744803833,[21,12,9]],[1744803834,[24,15,9]],[1744803835,[186,10,176]],[1744803836,[376,7,369]],[1744803837,[122,7,115]],[1744803838,[80,3,77]],[1744803839,[36,3,33]],[1744803840,[39,0,39]],[1744803841,[12,0,12]],[1744803842,[16,1,15]],[1744803843,[5,0,5]],[1744803844,[1,0,1]],[1744803845,[0,0,0]],[1744803846,[0,0,0]],[1744803847,[0,0,0]],[1744803848,[0,0,0]],[1744803849,[0,0,0]],[1744803850,[0,0,0]],[1744803851,[0,0,0]],[1744803852,[0,0,0]],[1744803853,[0,0,0]],[1744803854,[0,0,0]],[1744803855,[0,0,0]],[1744803856,[0,0,0]],[1744803857,[0,0,0]],[1744803858,[0,0,0]],[1744803859,[0,0,0]],[1744803860,[0,0,0]],[1744803861,[0,0,0]],[1744803862,[0,0,0]],[1744803863,[0,0,0]],[1744803864,[0,0,0]],[1744803865,[0,0,0]],[1744803866,[0,0,0]],[1744803867,[0,0,0]],[1744803868,[0,0,0]],[1744803869,[0,0,0]],[1744803870,[0,0,0]],[1744803871,[0,0,0]],[1744803872,[0,0,0]],[1744803873,[0,0,0]],[1744803874,[0,0,0]],[1744803875,[0,0,0]],[1744803876,[0,0,0]],[1744803877,[0,0,0]],[1744803878,[0,0,0]],[1744803879,[0,0,0]],[1744803880,[0,0,0]],[1744803881,[0,0,0]],[1744803882,[0,0,0]],[1744803883,[0,0,0]],[1744803884,[0,0,0]],[1744803885,[0,0,0]],[1744803886,[0,0,0]],[1744803887,[0,0,0]],[1744803888,[0,0,0]],[1744803889,[0,0,0]],[1744803890,[0,0,0]],[1744803891,[0,0,0]],[1744803892,[0,0,0]],[1744803893,[0,0,0]],[1744803894,[0,0,0]],[1744803895,[0,0,0]],[1744803896,[0,0,0]],[1744803897,[0,0,0]]]);
  717. var requestsChart = new Highcharts.StockChart({
  718. chart: {
  719. renderTo: 'responses',
  720. zoomType: 'x',
  721. marginBottom: 60
  722. },
  723. credits: { enabled: false },
  724. legend: {
  725. enabled: true,
  726. floating: true,
  727. y: -65,
  728. borderWidth: 0,
  729. itemStyle: { fontWeight: "normal" },
  730. symbolRadius: 0
  731. },
  732. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  733. navigator: {
  734. maskInside: false
  735. },
  736. rangeSelector: {
  737. buttonSpacing: 0,
  738. buttonTheme: {
  739. fill: '#CFC9C6',
  740. padding: 1,
  741. stroke: '#000000',
  742. 'stroke-width': 0.25,
  743. style: {
  744. color: '#000000',
  745. fontWeight: 'bold',
  746. },
  747. states: {
  748. stroke: '#000000',
  749. 'stroke-width': 0.25,
  750. hover: {
  751. fill: '#92918C',
  752. style: { color: 'black' }
  753. },
  754. select: {
  755. fill: '#FFA900',
  756. style: { color: 'white' }
  757. }
  758. }
  759. },
  760. buttons : [
  761. {
  762. type : 'minute',
  763. count : 1,
  764. text : '1m'
  765. }, {
  766. type : 'minute',
  767. count : 10,
  768. text : '10m'
  769. }, {
  770. type : 'hour',
  771. count : 1,
  772. text : '1h'
  773. }, {
  774. type : 'all',
  775. count : 1,
  776. text : 'All'
  777. }
  778. ],
  779. selected : 3,
  780. inputEnabled : false
  781. },
  782. plotOptions: {
  783. series: {
  784. dataGrouping: { enabled: false }
  785. },
  786. area: {
  787. stacking: 'normal'
  788. }
  789. },
  790. xAxis: {
  791. type: 'datetime',
  792. ordinal: false,
  793. maxZoom: 10000 // three days
  794. },
  795. yAxis:[
  796. {
  797. min: 0,
  798. title: { text: 'Number of responses' },
  799. opposite: false,
  800. reversedStacks: false
  801. }, {
  802. min: 0,
  803. title: {
  804. text: 'Active Users',
  805. style: { color: '#FFA900' }
  806. },
  807. opposite: true
  808. }
  809. ],
  810. series: [
  811. {
  812. color: '#5E7BE2',
  813. name: 'All',
  814. data: responses[0],
  815. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  816. },
  817. {
  818. color: '#68b65c',
  819. name: 'OK',
  820. data: responses[1],
  821. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  822. ,type: 'area'},
  823. {
  824. color: '#f15b4f',
  825. name: 'KO',
  826. data: responses[2],
  827. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  828. ,type: 'area'},
  829. allUsersData,
  830. {
  831. type: 'pie',
  832. name: 'Distribution',
  833. data: [
  834. {name: 'OK', y: 3558.0, color: '#68b65c'},{name: 'KO', y: 21442.0, color: '#f15b4f'}
  835. ],
  836. center: [775, -40],
  837. size: 70,
  838. showInLegend: false,
  839. dataLabels: { enabled: false },
  840. dataGrouping: { enabled: false }
  841. }
  842. ]
  843. });
  844. requestsChart.setTitle({
  845. text: '<span class="chart_title">Number of responses per second</span>',
  846. useHTML: true
  847. });
  848. var scatterChart = new Highcharts.Chart({
  849. chart: {
  850. renderTo: 'container_response_time_dispersion',
  851. defaultSeriesType: 'scatter',
  852. zoomType: 'xy',
  853. marginBottom: 90
  854. },
  855. credits: { enabled: false },
  856. xAxis: {
  857. title: {
  858. enabled: true,
  859. text: 'Global number of requests per second',
  860. style: { fontWeight: 'bold' }
  861. },
  862. startOnTick: true,
  863. endOnTick: true,
  864. showLastLabel: true,
  865. min: 0
  866. },
  867. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  868. yAxis: {
  869. min: 0,
  870. title: { text: 'Response Time (ms)' }
  871. },
  872. tooltip: {
  873. formatter: function() {
  874. return ''+ this.y +' ms at ' + this.x + ' allreq/s';
  875. }
  876. },
  877. legend: {
  878. enabled: true,
  879. floating: true,
  880. y: 0,
  881. borderWidth: 0,
  882. itemStyle: { fontWeight: "normal" },
  883. },
  884. plotOptions: {
  885. scatter: {
  886. marker: {
  887. radius: 3,
  888. states: {
  889. hover: {
  890. enabled: true,
  891. lineColor: 'rgb(100,100,100)'
  892. }
  893. }
  894. },
  895. states: {
  896. hover: {
  897. marker: { enabled: false }
  898. }
  899. }
  900. }
  901. },
  902. series: [
  903. {
  904. type: 'scatter',
  905. color: '#68b65c',
  906. name: 'OK',
  907. data: [
  908. [1472,44290],[1680,35334],[2110,42056],[2230,50917],[2676,53848],[2792,51246],[2828,54556],[3643,44452],[3744,52157],[3859,53260]
  909. ]},
  910. {
  911. type: 'scatter',
  912. color: '#f15b4f',
  913. name: 'KO',
  914. data: [
  915. [1472,22866],[1680,60010],[2110,60007],[2230,56160],[2676,37035],[2792,40677],[2828,29175],[3643,31414],[3744,39125],[3859,44986]
  916. ]}
  917. ]
  918. });
  919. scatterChart.setTitle({
  920. text: '<span class="chart_title">Response Time against Global Throughput</span>',
  921. useHTML: true
  922. });
  923. });
  924. </script>
  925. </div>
  926. </body>
  927. </html>