req_gatling-png--306285301.html 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  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 - gatling.png</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. CartsPageSimulation
  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">Request timeout to ecomm.gatling.io/18.164.246.111:443 after 60000 ms<span class="value" style="display:none">0</span></td>
  177. <td class="value error-col-2 total ko">30</td>
  178. <td class="value error-col-3 total ko">30.61%</td>
  179. </tr>
  180. <tr>
  181. <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">1</span></td>
  182. <td class="value error-col-2 total ko">27</td>
  183. <td class="value error-col-3 total ko">27.55%</td>
  184. </tr>
  185. <tr>
  186. <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">2</span></td>
  187. <td class="value error-col-2 total ko">22</td>
  188. <td class="value error-col-3 total ko">22.45%</td>
  189. </tr>
  190. <tr>
  191. <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">3</span></td>
  192. <td class="value error-col-2 total ko">19</td>
  193. <td class="value error-col-3 total ko">19.39%</td>
  194. </tr>
  195. </tbody>
  196. </table>
  197. </div>
  198. <div class="schema geant">
  199. <div id="responsetimeDistributionContainer" class="geant"></div>
  200. </div>
  201. <div class="schema geant">
  202. <div id="responsetimepercentilesovertimeokPercentilesContainer" class="geant"></div>
  203. </div>
  204. <div class="schema geant">
  205. <div id="requests" class="geant"></div>
  206. </div>
  207. <div class="schema geant">
  208. <div id="responses" class="geant"></div>
  209. </div>
  210. <div class="schema geant">
  211. <div id="container_response_time_dispersion" class="geant"></div>
  212. </div>
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. </div>
  219. <script>
  220. var pageStats = stats.contents['req_gatling-png--306285301'].stats;
  221. $(document).ready(function() {
  222. $('.simulation-tooltip').popover({trigger:'hover', placement:'left'});
  223. setDetailsLinkUrl();
  224. setDetailsMenu();
  225. setActiveMenu();
  226. fillStats(pageStats);
  227. Highcharts.setOptions({
  228. global: { useUTC: false }
  229. });
  230. var rangesChart = new Highcharts.Chart({
  231. chart: {
  232. renderTo: 'ranges',
  233. marginRight: 100
  234. },
  235. credits: { enabled: false },
  236. legend: { enabled: false },
  237. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  238. xAxis: {
  239. categories: [
  240. pageStats.group1.htmlName,
  241. pageStats.group2.htmlName,
  242. pageStats.group3.htmlName,
  243. pageStats.group4.htmlName
  244. ]
  245. },
  246. yAxis: {
  247. title: { text: 'Number of Requests' },
  248. reversedStacks: false
  249. },
  250. tooltip: {
  251. formatter: function() {
  252. var s;
  253. if (this.point.name) { // the pie chart
  254. s = ''+ this.point.name +': '+ this.y +'% requests';
  255. } else {
  256. s = ''+ this.y + ' requests';
  257. }
  258. return s;
  259. }
  260. },
  261. plotOptions: {
  262. series: {
  263. stacking: 'normal',
  264. shadow: true
  265. }
  266. },
  267. series: [
  268. {
  269. type: 'column',
  270. data: [{
  271. color: '#68b65c',
  272. y: pageStats.group1.count
  273. },
  274. {
  275. color: '#FFDD00',
  276. y: pageStats.group2.count
  277. },
  278. {
  279. color: '#FFA900',
  280. y: pageStats.group3.count
  281. },
  282. {
  283. color: '#f15b4f',
  284. y: pageStats.group4.count
  285. }]
  286. },
  287. {
  288. type: 'pie',
  289. name: 'Percentages',
  290. data: [
  291. {
  292. name: pageStats.group1.name,
  293. y: pageStats.group1.percentage,
  294. color: '#68b65c'
  295. },
  296. {
  297. name: pageStats.group2.name,
  298. y: pageStats.group2.percentage,
  299. color: '#FFDD00'
  300. },
  301. {
  302. name: pageStats.group3.name,
  303. y: pageStats.group3.percentage,
  304. color: '#FFA900'
  305. },
  306. {
  307. name: pageStats.group4.name,
  308. y: pageStats.group4.percentage,
  309. color: '#f15b4f'
  310. }
  311. ],
  312. center: [368, 0],
  313. size: 90,
  314. showInLegend: false,
  315. dataLabels: { enabled: false }
  316. }
  317. ]
  318. });
  319. rangesChart.setTitle({
  320. text: '<span class="chart_title">Response Time Ranges</span>',
  321. useHTML: true
  322. });
  323. $('#container_errors').sortable('#container_errors');
  324. var responsetimeDistributionChart = new Highcharts.Chart({
  325. chart: {
  326. renderTo: 'responsetimeDistributionContainer',
  327. type: 'column',
  328. marginBottom: 60
  329. },
  330. credits: { enabled: false },
  331. legend: {
  332. enabled: true,
  333. floating: true,
  334. y: 5,
  335. borderWidth: 0,
  336. itemStyle: { fontWeight: "normal" },
  337. symbolRadius: 0
  338. },
  339. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  340. navigator: {
  341. maskInside: false
  342. },
  343. xAxis: {
  344. categories: ['336', '936', '1535', '2135', '2735', '3335', '3935', '4534', '5134', '5734', '6334', '6934', '7533', '8133', '8733', '9333', '9933', '10532', '11132', '11732', '12332', '12931', '13531', '14131', '14731', '15331', '15930', '16530', '17130', '17730', '18330', '18929', '19529', '20129', '20729', '21329', '21928', '22528', '23128', '23728', '24327', '24927', '25527', '26127', '26727', '27326', '27926', '28526', '29126', '29726', '30325', '30925', '31525', '32125', '32725', '33324', '33924', '34524', '35124', '35724', '36323', '36923', '37523', '38123', '38722', '39322', '39922', '40522', '41122', '41721', '42321', '42921', '43521', '44121', '44720', '45320', '45920', '46520', '47120', '47719', '48319', '48919', '49519', '50118', '50718', '51318', '51918', '52518', '53117', '53717', '54317', '54917', '55517', '56116', '56716', '57316', '57916', '58516', '59115', '59715'],
  345. tickInterval: 20
  346. },
  347. yAxis: {
  348. min: 0,
  349. title: { text: 'Percentage of Requests' },
  350. reversedStacks: false
  351. },
  352. tooltip: {
  353. formatter: function() {
  354. return '<b>'+ this.x +' ms</b><br/>'+
  355. this.series.name +': '+ this.y +' %<br/>'+
  356. 'Total: '+ this.point.stackTotal + ' %';
  357. }
  358. },
  359. plotOptions: {
  360. series: {
  361. groupPadding: 0,
  362. stacking: 'normal',
  363. shadow: true
  364. }
  365. },
  366. series: [
  367. {
  368. type: 'column',
  369. color: '#68b65c',
  370. name: 'OK',
  371. data: [
  372. 2.82,3.52,3.52,3.44,4.38,3.05,3.36,2.5,1.95,2.74,2.19,2.27,1.8,1.48,1.41,1.25,1.48,1.09,1.09,0.78,0.86,0.94,0.62,1.17,0.31,0.54,0.78,0.62,0.78,0.7,0.23,1.09,1.01,0.54,1.25,0.78,0.54,1.17,0.54,0.86,0.78,0.7,0.94,1.09,0.86,0.62,1.48,0.86,1.09,1.17,1.09,0.7,1.17,1.09,0.54,0.47,0.39,0.62,0.54,0.94,0.78,0.94,0.31,0.78,0.31,0.39,0.39,0.39,0.15,0.62,0.62,0.39,0.62,0.62,0.31,0.54,0.39,0.23,0.15,0.31,0.23,0.07,0.07,0.31,0.54,0.31,0.31,0.47,0.23,0.31,0.15,0.0,0.07,0.15,0.0,0.23,0.07,0.15,0.0,0.31
  373. ],
  374. tooltip: { yDecimals: 0, ySuffix: 'ms' }
  375. },
  376. {
  377. type: 'column',
  378. color: '#f15b4f',
  379. name: 'KO',
  380. data: [
  381. 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.68
  382. ],
  383. tooltip: { yDecimals: 0, ySuffix: 'ms' }
  384. }
  385. ]
  386. });
  387. responsetimeDistributionChart.setTitle({
  388. text: '<span class="chart_title">Response Time Distribution</span>',
  389. useHTML: true
  390. });
  391. var responsetimepercentilesovertimeokPercentiles = unpack([[1744803652,null],[1744803653,null],[1744803654,null],[1744803655,[11325,19393,28318,36372,36635,36635,38465,59506,59506,59506]],[1744803656,[16174,16174,23802,23802,23802,23802,23802,23802,23802,23802]],[1744803657,null],[1744803658,[5373,5523,5554,54012,54012,54012,54012,54012,54012,54012]],[1744803659,[31592,31885,31986,35427,52886,52886,52886,52886,52886,52886]],[1744803660,[5861,21510,31033,50119,51693,53570,56239,59979,59979,59979]],[1744803661,[29835,29947,30462,47603,47603,51303,51303,57423,57423,57423]],[1744803662,[28825,28841,29095,29421,29421,29430,29430,29430,29430,29430]],[1744803663,[28386,28386,49743,50599,50599,50599,50599,50599,50599,50599]],[1744803664,[27391,46990,47971,52788,52788,52788,52788,52788,52788,52788]],[1744803665,[39306,39306,42774,42774,42774,42774,42774,42774,42774,42774]],[1744803666,[41556,41556,58731,58731,58731,58731,58731,58731,58731,58731]],[1744803667,null],[1744803668,[22559,22723,22757,23535,41834,41834,41834,41834,41834,41834]],[1744803669,[10049,10049,22617,22617,22617,22617,22617,22617,22617,22617]],[1744803670,[20749,20749,20749,20749,20749,20749,20749,20749,20749,20749]],[1744803671,[20447,20447,36798,37394,37394,37394,37394,37394,37394,37394]],[1744803672,[18869,18869,35683,57547,57547,57547,57547,57547,57547,57547]],[1744803673,[18635,38176,42563,53132,53132,53132,53132,53132,53132,53132]],[1744803674,[7497,16906,46070,46106,46106,54121,54121,54121,54121,54121]],[1744803675,[16174,16287,44498,50044,50044,50044,50044,50044,50044,50044]],[1744803676,[15487,18000,50494,51397,52233,52233,52233,52233,52233,52233]],[1744803677,[13981,13981,14002,51381,51381,51381,51381,51381,51381,51381]],[1744803678,[12708,12784,24738,42287,45374,45374,45374,45374,45374,45374]],[1744803679,[11794,12452,17053,45445,45445,45445,45445,45445,45445,45445]],[1744803680,[10924,10996,11098,11424,17906,17906,17906,17906,17906,17906]],[1744803681,[9786,10371,14961,57532,57532,57532,59895,59895,59895,59895]],[1744803682,[8937,9279,35244,45995,47886,47886,47886,47886,47886,47886]],[1744803683,null],[1744803684,[7631,7631,7631,7631,7631,7631,7631,7631,7631,7631]],[1744803685,[6250,6250,6633,6633,6633,6633,6633,6633,6633,6633]],[1744803686,null],[1744803687,null],[1744803688,null],[1744803689,[2886,2886,2886,2886,2886,2886,2886,2886,2886,2886]],[1744803690,null],[1744803691,[2235,2598,7917,34623,36484,42473,43763,45803,51212,51212]],[1744803692,[1508,1623,3603,40264,40264,46514,46514,46514,46514,46514]],[1744803693,[236,647,1778,13194,30040,32217,35227,44263,57675,57675]],[1744803694,[65,1894,4180,18042,31389,33799,38685,44362,52334,52334]],[1744803695,[102,1543,3848,10552,15651,20022,29679,39692,58510,58510]],[1744803696,[281,3927,12218,30951,32385,35957,37672,41945,48610,49913]],[1744803697,[253,2954,9244,27698,30642,32916,37152,43977,55982,55982]],[1744803698,[120,3028,9298,34651,39806,43552,46960,50950,53700,53700]],[1744803699,[690,3121,10784,29947,31770,33791,37902,41546,44582,44582]],[1744803700,[1323,5193,11873,27982,31273,35127,38295,45198,53220,53220]],[1744803701,[2438,6583,13047,27284,31766,34932,39874,46254,54529,54529]],[1744803702,[1833,6531,19645,28028,29405,31963,35526,44273,45582,45582]],[1744803703,[1941,7512,14290,25121,26164,29091,30850,32691,43725,43725]],[1744803704,[1906,7682,20423,26880,27701,28956,31266,38426,51651,51651]],[1744803705,[2864,13441,26829,30135,31879,33597,35924,39003,59428,59428]],[1744803706,[2864,8565,15388,25289,25524,26372,28511,30888,37198,37198]],[1744803707,[4988,13413,16679,21760,25540,25952,28317,29558,29558,29558]],[1744803708,[4957,8213,18302,24292,24577,26120,36637,41597,41597,41597]],[1744803709,[1593,6256,13290,21342,26932,26932,28052,28052,28052,28052]],[1744803710,[1329,4524,10277,15534,19154,19154,23609,23609,23609,23609]],[1744803711,[138,2911,13475,26411,26411,26411,27869,27869,27869,27869]],[1744803712,[36,653,2621,18308,18308,23139,23148,36023,36023,36023]],[1744803713,[2890,3018,5771,9149,17603,17603,17603,17603,17603,17603]],[1744803714,[3426,5931,17395,18738,18738,55692,55692,55692,55692,55692]],[1744803715,null],[1744803716,null],[1744803717,null],[1744803718,null],[1744803719,null],[1744803720,null],[1744803721,null],[1744803722,null],[1744803723,null],[1744803724,null],[1744803725,null],[1744803726,null],[1744803727,null],[1744803728,null],[1744803729,null],[1744803730,null],[1744803731,null],[1744803732,null],[1744803733,null],[1744803734,null],[1744803735,null],[1744803736,null],[1744803737,null],[1744803738,null],[1744803739,null],[1744803740,null],[1744803741,null],[1744803742,null],[1744803743,null],[1744803744,null],[1744803745,null],[1744803746,null],[1744803747,null],[1744803748,null],[1744803749,null],[1744803750,null],[1744803751,null],[1744803752,null],[1744803753,null],[1744803754,null],[1744803755,null],[1744803756,null],[1744803757,null],[1744803758,null],[1744803759,null],[1744803760,null],[1744803761,null],[1744803762,null],[1744803763,null],[1744803764,null],[1744803765,null],[1744803766,null],[1744803767,null],[1744803768,null],[1744803769,null]]);
  392. var responsetimepercentilesovertimeokPercentilesChart = new Highcharts.StockChart({
  393. chart: {
  394. renderTo: 'responsetimepercentilesovertimeokPercentilesContainer',
  395. zoomType: 'x',
  396. marginBottom: 60
  397. },
  398. colors: ['#c4fd90', '#7ff77f', '#6ff2ad', '#61ede6', '#58c7e0', '#4ea1d4', '#487ad9', '#3f52cc', '#7335dc', '#c73905', '#FFA900'],
  399. credits: { enabled: false },
  400. legend: {
  401. enabled: true,
  402. floating: true,
  403. y: -65,
  404. borderWidth: 0,
  405. itemStyle: { fontWeight: "normal" },
  406. symbolRadius: 0
  407. },
  408. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  409. navigator: {
  410. maskInside: false,
  411. baseSeries: 9
  412. },
  413. rangeSelector: {
  414. rangeSelector: { align: "left" },
  415. buttonSpacing: 0,
  416. buttonTheme: {
  417. fill: '#CFC9C6',
  418. padding: 1,
  419. stroke: '#000000',
  420. 'stroke-width': 0.25,
  421. style: {
  422. color: '#000000',
  423. fontWeight: 'bold',
  424. },
  425. states: {
  426. stroke: '#92918C',
  427. 'stroke-width': 0.25,
  428. hover: {
  429. fill: '#92918C',
  430. style: { color: 'black' }
  431. },
  432. select: {
  433. fill: '#FFA900',
  434. style: { color: 'white' }
  435. }
  436. }
  437. },
  438. buttons : [
  439. {
  440. type : 'minute',
  441. count : 1,
  442. text : '1m'
  443. }, {
  444. type : 'minute',
  445. count : 10,
  446. text : '10m'
  447. }, {
  448. type : 'hour',
  449. count : 1,
  450. text : '1h'
  451. }, {
  452. type : 'all',
  453. count : 1,
  454. text : 'All'
  455. }
  456. ],
  457. selected : 3,
  458. inputEnabled : false
  459. },
  460. xAxis: {
  461. type: 'datetime',
  462. ordinal: false,
  463. maxZoom: 10000 // three days
  464. },
  465. yAxis:[
  466. {
  467. min: 0,
  468. title: { text: 'Response Time (ms)' },
  469. opposite: false
  470. }, {
  471. min: 0,
  472. title: {
  473. text: 'Active Users',
  474. style: { color: '#FFA900' }
  475. },
  476. opposite: true
  477. }
  478. ],
  479. plotOptions: {
  480. arearange: { lineWidth: 1 },
  481. series: {
  482. dataGrouping: { enabled: false }
  483. }
  484. },
  485. series: [
  486. {
  487. pointInterval: 1000,
  488. name: 'min',
  489. data: responsetimepercentilesovertimeokPercentiles[0],
  490. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  491. type : 'area',
  492. yAxis: 0,
  493. zIndex: 10
  494. },
  495. {
  496. pointInterval: 1000,
  497. name: '25%',
  498. data: responsetimepercentilesovertimeokPercentiles[1],
  499. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  500. type : 'area',
  501. yAxis: 0,
  502. zIndex: 9
  503. },
  504. {
  505. pointInterval: 1000,
  506. name: '50%',
  507. data: responsetimepercentilesovertimeokPercentiles[2],
  508. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  509. type : 'area',
  510. yAxis: 0,
  511. zIndex: 8
  512. },
  513. {
  514. pointInterval: 1000,
  515. name: '75%',
  516. data: responsetimepercentilesovertimeokPercentiles[3],
  517. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  518. type : 'area',
  519. yAxis: 0,
  520. zIndex: 7
  521. },
  522. {
  523. pointInterval: 1000,
  524. name: '80%',
  525. data: responsetimepercentilesovertimeokPercentiles[4],
  526. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  527. type : 'area',
  528. yAxis: 0,
  529. zIndex: 6
  530. },
  531. {
  532. pointInterval: 1000,
  533. name: '85%',
  534. data: responsetimepercentilesovertimeokPercentiles[5],
  535. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  536. type : 'area',
  537. yAxis: 0,
  538. zIndex: 5
  539. },
  540. {
  541. pointInterval: 1000,
  542. name: '90%',
  543. data: responsetimepercentilesovertimeokPercentiles[6],
  544. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  545. type : 'area',
  546. yAxis: 0,
  547. zIndex: 4
  548. },
  549. {
  550. pointInterval: 1000,
  551. name: '95%',
  552. data: responsetimepercentilesovertimeokPercentiles[7],
  553. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  554. type : 'area',
  555. yAxis: 0,
  556. zIndex: 3
  557. },
  558. {
  559. pointInterval: 1000,
  560. name: '99%',
  561. data: responsetimepercentilesovertimeokPercentiles[8],
  562. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  563. type : 'area',
  564. yAxis: 0,
  565. zIndex: 2
  566. },
  567. {
  568. pointInterval: 1000,
  569. name: 'max',
  570. data: responsetimepercentilesovertimeokPercentiles[9],
  571. tooltip: { yDecimals: 0, ySuffix: 'ms' },
  572. type : 'area',
  573. yAxis: 0,
  574. zIndex: 1
  575. },
  576. allUsersData
  577. ]
  578. });
  579. responsetimepercentilesovertimeokPercentilesChart.setTitle({
  580. text: '<span class="chart_title chart_title_">Response Time Percentiles over Time (OK)</span>',
  581. useHTML: true
  582. });
  583. var requests = unpack([[1744803652,[0,0,0]],[1744803653,[0,0,0]],[1744803654,[0,0,0]],[1744803655,[17,14,3]],[1744803656,[4,2,2]],[1744803657,[1,0,1]],[1744803658,[6,4,2]],[1744803659,[8,5,3]],[1744803660,[27,17,10]],[1744803661,[19,11,8]],[1744803662,[17,6,11]],[1744803663,[6,3,3]],[1744803664,[9,4,5]],[1744803665,[4,2,2]],[1744803666,[3,2,1]],[1744803667,[2,0,2]],[1744803668,[9,5,4]],[1744803669,[7,2,5]],[1744803670,[1,1,0]],[1744803671,[6,3,3]],[1744803672,[5,3,2]],[1744803673,[5,4,1]],[1744803674,[8,6,2]],[1744803675,[4,4,0]],[1744803676,[6,5,1]],[1744803677,[4,3,1]],[1744803678,[6,5,1]],[1744803679,[5,4,1]],[1744803680,[6,5,1]],[1744803681,[9,8,1]],[1744803682,[5,5,0]],[1744803683,[0,0,0]],[1744803684,[1,1,0]],[1744803685,[3,2,1]],[1744803686,[0,0,0]],[1744803687,[0,0,0]],[1744803688,[0,0,0]],[1744803689,[1,1,0]],[1744803690,[0,0,0]],[1744803691,[51,43,8]],[1744803692,[8,6,2]],[1744803693,[47,47,0]],[1744803694,[97,96,1]],[1744803695,[83,83,0]],[1744803696,[108,106,2]],[1744803697,[71,70,1]],[1744803698,[79,78,1]],[1744803699,[79,78,1]],[1744803700,[92,90,2]],[1744803701,[59,58,1]],[1744803702,[54,53,1]],[1744803703,[42,42,0]],[1744803704,[39,39,0]],[1744803705,[39,38,1]],[1744803706,[24,24,0]],[1744803707,[18,18,0]],[1744803708,[19,19,0]],[1744803709,[9,9,0]],[1744803710,[10,10,0]],[1744803711,[7,7,0]],[1744803712,[16,16,0]],[1744803713,[5,5,0]],[1744803714,[6,6,0]],[1744803715,[0,0,0]],[1744803716,[0,0,0]],[1744803717,[0,0,0]],[1744803718,[0,0,0]],[1744803719,[0,0,0]],[1744803720,[0,0,0]],[1744803721,[0,0,0]],[1744803722,[0,0,0]],[1744803723,[0,0,0]],[1744803724,[0,0,0]],[1744803725,[0,0,0]],[1744803726,[0,0,0]],[1744803727,[0,0,0]],[1744803728,[0,0,0]],[1744803729,[0,0,0]],[1744803730,[0,0,0]],[1744803731,[0,0,0]],[1744803732,[0,0,0]],[1744803733,[0,0,0]],[1744803734,[0,0,0]],[1744803735,[0,0,0]],[1744803736,[0,0,0]],[1744803737,[0,0,0]],[1744803738,[0,0,0]],[1744803739,[0,0,0]],[1744803740,[0,0,0]],[1744803741,[0,0,0]],[1744803742,[0,0,0]],[1744803743,[0,0,0]],[1744803744,[0,0,0]],[1744803745,[0,0,0]],[1744803746,[0,0,0]],[1744803747,[0,0,0]],[1744803748,[0,0,0]],[1744803749,[0,0,0]],[1744803750,[0,0,0]],[1744803751,[0,0,0]],[1744803752,[0,0,0]],[1744803753,[0,0,0]],[1744803754,[0,0,0]],[1744803755,[0,0,0]],[1744803756,[0,0,0]],[1744803757,[0,0,0]],[1744803758,[0,0,0]],[1744803759,[0,0,0]],[1744803760,[0,0,0]],[1744803761,[0,0,0]],[1744803762,[0,0,0]],[1744803763,[0,0,0]],[1744803764,[0,0,0]],[1744803765,[0,0,0]],[1744803766,[0,0,0]],[1744803767,[0,0,0]],[1744803768,[0,0,0]],[1744803769,[0,0,0]]]);
  584. var requestsChart = new Highcharts.StockChart({
  585. chart: {
  586. renderTo: 'requests',
  587. zoomType: 'x',
  588. marginBottom: 60
  589. },
  590. credits: { enabled: false },
  591. legend: {
  592. enabled: true,
  593. floating: true,
  594. y: -65,
  595. borderWidth: 0,
  596. itemStyle: { fontWeight: "normal" },
  597. symbolRadius: 0
  598. },
  599. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  600. navigator: {
  601. maskInside: false
  602. },
  603. rangeSelector: {
  604. buttonSpacing: 0,
  605. buttonTheme: {
  606. fill: '#CFC9C6',
  607. padding: 1,
  608. stroke: '#000000',
  609. 'stroke-width': 0.25,
  610. style: {
  611. color: '#000000',
  612. fontWeight: 'bold',
  613. },
  614. states: {
  615. stroke: '#000000',
  616. 'stroke-width': 0.25,
  617. hover: {
  618. fill: '#92918C',
  619. style: { color: 'black' }
  620. },
  621. select: {
  622. fill: '#FFA900',
  623. style: { color: 'white' }
  624. }
  625. }
  626. },
  627. buttons : [
  628. {
  629. type : 'minute',
  630. count : 1,
  631. text : '1m'
  632. }, {
  633. type : 'minute',
  634. count : 10,
  635. text : '10m'
  636. }, {
  637. type : 'hour',
  638. count : 1,
  639. text : '1h'
  640. }, {
  641. type : 'all',
  642. count : 1,
  643. text : 'All'
  644. }
  645. ],
  646. selected : 3,
  647. inputEnabled : false
  648. },
  649. plotOptions: {
  650. series: {
  651. dataGrouping: { enabled: false }
  652. },
  653. area: {
  654. stacking: 'normal'
  655. }
  656. },
  657. xAxis: {
  658. type: 'datetime',
  659. ordinal: false,
  660. maxZoom: 10000 // three days
  661. },
  662. yAxis:[
  663. {
  664. min: 0,
  665. title: { text: 'Number of requests' },
  666. opposite: false,
  667. reversedStacks: false
  668. }, {
  669. min: 0,
  670. title: {
  671. text: 'Active Users',
  672. style: { color: '#FFA900' }
  673. },
  674. opposite: true
  675. }
  676. ],
  677. series: [
  678. {
  679. color: '#5E7BE2',
  680. name: 'All',
  681. data: requests[0],
  682. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  683. ,type: 'area'},
  684. allUsersData
  685. ]
  686. });
  687. requestsChart.setTitle({
  688. text: '<span class="chart_title">Number of requests per second</span>',
  689. useHTML: true
  690. });
  691. var responses = unpack([[1744803652,[0,0,0]],[1744803653,[0,0,0]],[1744803654,[0,0,0]],[1744803655,[0,0,0]],[1744803656,[0,0,0]],[1744803657,[0,0,0]],[1744803658,[0,0,0]],[1744803659,[0,0,0]],[1744803660,[0,0,0]],[1744803661,[0,0,0]],[1744803662,[0,0,0]],[1744803663,[3,3,0]],[1744803664,[0,0,0]],[1744803665,[0,0,0]],[1744803666,[4,4,0]],[1744803667,[0,0,0]],[1744803668,[0,0,0]],[1744803669,[0,0,0]],[1744803670,[0,0,0]],[1744803671,[0,0,0]],[1744803672,[2,2,0]],[1744803673,[0,0,0]],[1744803674,[2,2,0]],[1744803675,[0,0,0]],[1744803676,[0,0,0]],[1744803677,[0,0,0]],[1744803678,[0,0,0]],[1744803679,[1,1,0]],[1744803680,[2,2,0]],[1744803681,[3,3,0]],[1744803682,[4,4,0]],[1744803683,[1,1,0]],[1744803684,[0,0,0]],[1744803685,[0,0,0]],[1744803686,[0,0,0]],[1744803687,[0,0,0]],[1744803688,[0,0,0]],[1744803689,[0,0,0]],[1744803690,[0,0,0]],[1744803691,[57,57,0]],[1744803692,[3,3,0]],[1744803693,[6,6,0]],[1744803694,[37,37,0]],[1744803695,[36,36,0]],[1744803696,[36,36,0]],[1744803697,[29,29,0]],[1744803698,[30,30,0]],[1744803699,[41,41,0]],[1744803700,[30,30,0]],[1744803701,[27,27,0]],[1744803702,[37,37,0]],[1744803703,[28,28,0]],[1744803704,[32,32,0]],[1744803705,[35,35,0]],[1744803706,[19,19,0]],[1744803707,[23,23,0]],[1744803708,[31,31,0]],[1744803709,[21,21,0]],[1744803710,[29,29,0]],[1744803711,[15,15,0]],[1744803712,[26,26,0]],[1744803713,[26,26,0]],[1744803714,[12,12,0]],[1744803715,[14,11,3]],[1744803716,[15,13,2]],[1744803717,[18,17,1]],[1744803718,[14,12,2]],[1744803719,[14,11,3]],[1744803720,[33,23,10]],[1744803721,[21,13,8]],[1744803722,[21,10,11]],[1744803723,[22,19,3]],[1744803724,[27,22,5]],[1744803725,[18,16,2]],[1744803726,[29,28,1]],[1744803727,[18,16,2]],[1744803728,[33,29,4]],[1744803729,[24,19,5]],[1744803730,[18,18,0]],[1744803731,[26,23,3]],[1744803732,[23,21,2]],[1744803733,[23,22,1]],[1744803734,[15,13,2]],[1744803735,[13,13,0]],[1744803736,[16,15,1]],[1744803737,[16,15,1]],[1744803738,[11,10,1]],[1744803739,[14,13,1]],[1744803740,[7,6,1]],[1744803741,[11,10,1]],[1744803742,[4,4,0]],[1744803743,[6,6,0]],[1744803744,[5,5,0]],[1744803745,[7,6,1]],[1744803746,[4,4,0]],[1744803747,[5,5,0]],[1744803748,[3,3,0]],[1744803749,[6,6,0]],[1744803750,[1,1,0]],[1744803751,[12,4,8]],[1744803752,[3,1,2]],[1744803753,[3,3,0]],[1744803754,[1,0,1]],[1744803755,[2,2,0]],[1744803756,[2,0,2]],[1744803757,[1,0,1]],[1744803758,[1,0,1]],[1744803759,[1,0,1]],[1744803760,[2,0,2]],[1744803761,[1,0,1]],[1744803762,[1,0,1]],[1744803763,[0,0,0]],[1744803764,[0,0,0]],[1744803765,[2,1,1]],[1744803766,[0,0,0]],[1744803767,[0,0,0]],[1744803768,[0,0,0]],[1744803769,[1,1,0]]]);
  692. var requestsChart = new Highcharts.StockChart({
  693. chart: {
  694. renderTo: 'responses',
  695. zoomType: 'x',
  696. marginBottom: 60
  697. },
  698. credits: { enabled: false },
  699. legend: {
  700. enabled: true,
  701. floating: true,
  702. y: -65,
  703. borderWidth: 0,
  704. itemStyle: { fontWeight: "normal" },
  705. symbolRadius: 0
  706. },
  707. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  708. navigator: {
  709. maskInside: false
  710. },
  711. rangeSelector: {
  712. buttonSpacing: 0,
  713. buttonTheme: {
  714. fill: '#CFC9C6',
  715. padding: 1,
  716. stroke: '#000000',
  717. 'stroke-width': 0.25,
  718. style: {
  719. color: '#000000',
  720. fontWeight: 'bold',
  721. },
  722. states: {
  723. stroke: '#000000',
  724. 'stroke-width': 0.25,
  725. hover: {
  726. fill: '#92918C',
  727. style: { color: 'black' }
  728. },
  729. select: {
  730. fill: '#FFA900',
  731. style: { color: 'white' }
  732. }
  733. }
  734. },
  735. buttons : [
  736. {
  737. type : 'minute',
  738. count : 1,
  739. text : '1m'
  740. }, {
  741. type : 'minute',
  742. count : 10,
  743. text : '10m'
  744. }, {
  745. type : 'hour',
  746. count : 1,
  747. text : '1h'
  748. }, {
  749. type : 'all',
  750. count : 1,
  751. text : 'All'
  752. }
  753. ],
  754. selected : 3,
  755. inputEnabled : false
  756. },
  757. plotOptions: {
  758. series: {
  759. dataGrouping: { enabled: false }
  760. },
  761. area: {
  762. stacking: 'normal'
  763. }
  764. },
  765. xAxis: {
  766. type: 'datetime',
  767. ordinal: false,
  768. maxZoom: 10000 // three days
  769. },
  770. yAxis:[
  771. {
  772. min: 0,
  773. title: { text: 'Number of responses' },
  774. opposite: false,
  775. reversedStacks: false
  776. }, {
  777. min: 0,
  778. title: {
  779. text: 'Active Users',
  780. style: { color: '#FFA900' }
  781. },
  782. opposite: true
  783. }
  784. ],
  785. series: [
  786. {
  787. color: '#5E7BE2',
  788. name: 'All',
  789. data: responses[0],
  790. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  791. },
  792. {
  793. color: '#68b65c',
  794. name: 'OK',
  795. data: responses[1],
  796. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  797. ,type: 'area'},
  798. {
  799. color: '#f15b4f',
  800. name: 'KO',
  801. data: responses[2],
  802. tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
  803. ,type: 'area'},
  804. allUsersData,
  805. {
  806. type: 'pie',
  807. name: 'Distribution',
  808. data: [
  809. {name: 'OK', y: 1178.0, color: '#68b65c'},{name: 'KO', y: 98.0, color: '#f15b4f'}
  810. ],
  811. center: [775, -40],
  812. size: 70,
  813. showInLegend: false,
  814. dataLabels: { enabled: false },
  815. dataGrouping: { enabled: false }
  816. }
  817. ]
  818. });
  819. requestsChart.setTitle({
  820. text: '<span class="chart_title">Number of responses per second</span>',
  821. useHTML: true
  822. });
  823. var scatterChart = new Highcharts.Chart({
  824. chart: {
  825. renderTo: 'container_response_time_dispersion',
  826. defaultSeriesType: 'scatter',
  827. zoomType: 'xy',
  828. marginBottom: 90
  829. },
  830. credits: { enabled: false },
  831. xAxis: {
  832. title: {
  833. enabled: true,
  834. text: 'Global number of requests per second',
  835. style: { fontWeight: 'bold' }
  836. },
  837. startOnTick: true,
  838. endOnTick: true,
  839. showLastLabel: true,
  840. min: 0
  841. },
  842. title: { text: 'A title to let highcharts reserve the place for the title set later' },
  843. yAxis: {
  844. min: 0,
  845. title: { text: 'Response Time (ms)' }
  846. },
  847. tooltip: {
  848. formatter: function() {
  849. return ''+ this.y +' ms at ' + this.x + ' allreq/s';
  850. }
  851. },
  852. legend: {
  853. enabled: true,
  854. floating: true,
  855. y: 0,
  856. borderWidth: 0,
  857. itemStyle: { fontWeight: "normal" },
  858. },
  859. plotOptions: {
  860. scatter: {
  861. marker: {
  862. radius: 3,
  863. states: {
  864. hover: {
  865. enabled: true,
  866. lineColor: 'rgb(100,100,100)'
  867. }
  868. }
  869. },
  870. states: {
  871. hover: {
  872. marker: { enabled: false }
  873. }
  874. }
  875. }
  876. },
  877. series: [
  878. {
  879. type: 'scatter',
  880. color: '#68b65c',
  881. name: 'OK',
  882. data: [
  883. [2,7631],[2,2886],[3,20749],[6,6633],[9,58731],[12,42774],[12,50044],[12,51381],[12,47886],[15,57547],[15,53132],[15,45445],[15,17603],[18,50599],[18,37394],[18,52233],[18,45374],[18,17906],[18,55692],[21,27869],[23,22617],[24,54121],[24,46514],[25,41834],[27,52788],[27,59895],[27,28052],[30,23609],[48,36023],[51,29430],[54,29558],[57,57423],[57,41597],[72,30888],[81,59979],[117,38426],[117,39003],[126,32691],[141,44263],[161,45803],[162,44273],[177,46254],[213,43977],[237,50950],[237,41546],[249,39692],[276,45198],[291,44362],[324,41945],[466,52886],[2759,54012],[4138,59506],[5358,23802]
  884. ]},
  885. {
  886. type: 'scatter',
  887. color: '#f15b4f',
  888. name: 'KO',
  889. data: [
  890. [6,60002],[6,60005],[9,60004],[12,60004],[12,60010],[15,60003],[15,60001],[15,60003],[18,60002],[18,60004],[18,60001],[18,60005],[18,60005],[23,60001],[24,60001],[24,60002],[25,60002],[27,60011],[27,60003],[51,60010],[57,60005],[81,60011],[117,60010],[161,60015],[162,60002],[177,60007],[213,60007],[237,60005],[237,60014],[276,60004],[291,60004],[324,60011],[466,60003],[1896,60001],[2759,60013],[4138,60004],[5358,60003]
  891. ]}
  892. ]
  893. });
  894. scatterChart.setTitle({
  895. text: '<span class="chart_title">Response Time against Global Throughput</span>',
  896. useHTML: true
  897. });
  898. });
  899. </script>
  900. </div>
  901. </body>
  902. </html>