123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <link rel="shortcut icon" type="image/x-icon" href="style/favicon.ico"/>
- <link href="style/style.css" rel="stylesheet" type="text/css" />
- <link href="style/bootstrap.min.css" rel="stylesheet" type="text/css" />
- <script src="js/jquery-3.5.1.min.js"></script>
- <script src="js/bootstrap.min.js"></script>
- <script src="js/gatling.js"></script>
- <script src="js/menu.js"></script>
- <script src="js/ellipsis.js"></script>
- <script src="js/all_sessions.js"></script>
- <script src="js/stats.js"></script>
- <script src="js/highstock.js"></script>
- <script src="js/highcharts-more.js"></script>
- <script src="js/theme.js"></script>
- <script src="js/unpack.js"></script>
- <title>Gatling Stats - main.bfb22861.js</title>
- </head>
- <body>
- <script>
- const storedTheme = localStorage.getItem('theme') || (window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light");
- if (storedTheme) document.documentElement.setAttribute('data-theme', storedTheme)
- function toggleTheme() {
- const currentTheme = document.documentElement.getAttribute("data-theme");
- const targetTheme = currentTheme === "light" ? "dark" : "light";
- document.documentElement.setAttribute('data-theme', targetTheme)
- localStorage.setItem('theme', targetTheme);
- };
- </script>
- <div class="app-container">
- <div class="frise"></div>
- <div class="head">
- <div class="gatling-open-source">
- <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>
- <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>
- <a class="gatling-documentation" href="https://gatling.io/docs/" target="_blank">Documentation</a>
- </div>
- <div class="nav spacer"></div>
- <a class="enterprise" href="https://gatling.io/enterprise/next-step/" target="_blank"><strong>Try</strong>
- <img class="logo-enterprise-light" alt="Gatling Enterprise" src="style/logo-enterprise-light.svg"/>
- <img class="logo-enterprise-dark" alt="Gatling Enterprise" src="style/logo-enterprise-dark.svg"/>
- </a>
- <button id="theme-toggle" class="theme-toggle" type="button" onclick="toggleTheme()" aria-label="Toggle user interface mode">
- <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>
- <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>
- </button>
- </div>
- <div class="container details">
- <div class="nav">
- <ul></ul>
- </div>
- <div class="cadre">
- <div class="content">
- <div class="content-header">
- <div class="onglet">
- CartsPageSimulation
- </div>
- <div class="sous-menu" id="sousMenu">
- <div class="sous-menu-spacer">
- <div class="item "><a href="index.html">Global</a></div>
- <div class="item ouvert"><a id="details_link" href="#">Details</a></div>
- </div>
- </div>
- </div>
- <div class="content-in">
- <div class="container-article">
- <div class="article">
-
-
- <div class="schema-container">
- <div id="ranges" class="schema ranges-large">
- </div>
- <div class="infos">
- <div class="infos-in">
- <div class="infos-title">Stats</div>
- <div class="info">
- <h2 class="first">Executions</h2>
- <table>
- <thead>
- <tr><th></th><th>Total</th><th>OK</th><th>KO</th></tr>
- </thead>
- <tbody>
- <tr>
- <td class="title">Total count</td>
- <td id="numberOfRequests" class="total"></td>
- <td id="numberOfRequestsOK" class="ok"></td>
- <td id="numberOfRequestsKO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">Mean count/s</abbr></td>
- <td id="meanNumberOfRequestsPerSecond" class="total"></td>
- <td id="meanNumberOfRequestsPerSecondOK" class="ok"></td>
- <td id="meanNumberOfRequestsPerSecondKO" class="ko"></td>
- </tr>
- </tbody>
- </table>
- <h2 class="second">Response Time (ms)</h2>
- <table>
- <thead>
- <tr>
- <th></th>
- <th>Total</th>
- <th>OK</th>
- <th>KO</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td class="title">Min</td>
- <td id="minResponseTime" class="total"></td>
- <td id="minResponseTimeOK" class="ok"></td>
- <td id="minResponseTimeKO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">50th percentile</td>
- <td id="percentiles1" class="total"></td>
- <td id="percentiles1OK" class="ok"></td>
- <td id="percentiles1KO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">75th percentile</td>
- <td id="percentiles2" class="total"></td>
- <td id="percentiles2OK" class="ok"></td>
- <td id="percentiles2KO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">95th percentile</td>
- <td id="percentiles3" class="total"></td>
- <td id="percentiles3OK" class="ok"></td>
- <td id="percentiles3KO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">99th percentile</td>
- <td id="percentiles4" class="total"></td>
- <td id="percentiles4OK" class="ok"></td>
- <td id="percentiles4KO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">Max</td>
- <td id="maxResponseTime" class="total"></td>
- <td id="maxResponseTimeOK" class="ok"></td>
- <td id="maxResponseTimeKO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">Mean</td>
- <td id="meanResponseTime" class="total"></td>
- <td id="meanResponseTimeOK" class="ok"></td>
- <td id="meanResponseTimeKO" class="ko"></td>
- </tr>
- <tr>
- <td class="title">Standard Deviation</td>
- <td id="standardDeviation" class="total"></td>
- <td id="standardDeviationOK" class="ok"></td>
- <td id="standardDeviationKO" class="ko"></td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- <div class="statistics extensible-geant collapsed">
- <div class="title">
- Errors
- </div>
- <table id="container_errors" class="statistics-in extensible-geant">
- <thead>
- <tr>
- <th id="error-col-1" class="header sortable"><span>Error</span></th>
- <th id="error-col-2" class="header sortable"><span>Count</span></th>
- <th id="error-col-3" class="header sortable"><span>Percentage</span></th>
- </tr>
- </thead>
- <tbody>
-
- <tr>
- <td class="error-col-1 total ko">i.n.h.s.SslHandshakeTimeoutException: handshake timed out after 10000ms<span class="value" style="display:none">0</span></td>
- <td class="value error-col-2 total ko">211</td>
- <td class="value error-col-3 total ko">61.88%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">j.n.SocketException: No buffer space available (maximum connections reached?): connect<span class="value" style="display:none">1</span></td>
- <td class="value error-col-2 total ko">55</td>
- <td class="value error-col-3 total ko">16.13%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">j.n.SocketException: Network is unreachable: getsockopt<span class="value" style="display:none">2</span></td>
- <td class="value error-col-2 total ko">26</td>
- <td class="value error-col-3 total ko">7.62%</td>
- </tr>
- <tr>
- <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>
- <td class="value error-col-2 total ko">13</td>
- <td class="value error-col-3 total ko">3.81%</td>
- </tr>
- <tr>
- <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">4</span></td>
- <td class="value error-col-2 total ko">12</td>
- <td class="value error-col-3 total ko">3.52%</td>
- </tr>
- <tr>
- <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>
- <td class="value error-col-2 total ko">11</td>
- <td class="value error-col-3 total ko">3.23%</td>
- </tr>
- <tr>
- <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">6</span></td>
- <td class="value error-col-2 total ko">11</td>
- <td class="value error-col-3 total ko">3.23%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">j.i.IOException: Premature close<span class="value" style="display:none">7</span></td>
- <td class="value error-col-2 total ko">2</td>
- <td class="value error-col-3 total ko">0.59%</td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="schema geant">
- <div id="responsetimeDistributionContainer" class="geant"></div>
- </div>
- <div class="schema geant">
- <div id="responsetimepercentilesovertimeokPercentilesContainer" class="geant"></div>
- </div>
- <div class="schema geant">
- <div id="requests" class="geant"></div>
- </div>
- <div class="schema geant">
- <div id="responses" class="geant"></div>
- </div>
- <div class="schema geant">
- <div id="container_response_time_dispersion" class="geant"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script>
- var pageStats = stats.contents['req_main-bfb22861-j--1308451763'].stats;
- $(document).ready(function() {
- $('.simulation-tooltip').popover({trigger:'hover', placement:'left'});
- setDetailsLinkUrl();
- setDetailsMenu();
- setActiveMenu();
- fillStats(pageStats);
-
- Highcharts.setOptions({
- global: { useUTC: false }
- });
- var rangesChart = new Highcharts.Chart({
- chart: {
- renderTo: 'ranges',
- marginRight: 100
- },
- credits: { enabled: false },
- legend: { enabled: false },
- title: { text: 'A title to let highcharts reserve the place for the title set later' },
- xAxis: {
- categories: [
- pageStats.group1.htmlName,
- pageStats.group2.htmlName,
- pageStats.group3.htmlName,
- pageStats.group4.htmlName
- ]
- },
- yAxis: {
- title: { text: 'Number of Requests' },
- reversedStacks: false
- },
- tooltip: {
- formatter: function() {
- var s;
- if (this.point.name) { // the pie chart
- s = ''+ this.point.name +': '+ this.y +'% requests';
- } else {
- s = ''+ this.y + ' requests';
- }
- return s;
- }
- },
- plotOptions: {
- series: {
- stacking: 'normal',
- shadow: true
- }
- },
- series: [
- {
- type: 'column',
- data: [{
- color: '#68b65c',
- y: pageStats.group1.count
- },
- {
- color: '#FFDD00',
- y: pageStats.group2.count
- },
- {
- color: '#FFA900',
- y: pageStats.group3.count
- },
- {
- color: '#f15b4f',
- y: pageStats.group4.count
- }]
- },
- {
- type: 'pie',
- name: 'Percentages',
- data: [
- {
- name: pageStats.group1.name,
- y: pageStats.group1.percentage,
- color: '#68b65c'
- },
- {
- name: pageStats.group2.name,
- y: pageStats.group2.percentage,
- color: '#FFDD00'
- },
- {
- name: pageStats.group3.name,
- y: pageStats.group3.percentage,
- color: '#FFA900'
- },
- {
- name: pageStats.group4.name,
- y: pageStats.group4.percentage,
- color: '#f15b4f'
- }
- ],
- center: [368, 0],
- size: 90,
- showInLegend: false,
- dataLabels: { enabled: false }
- }
- ]
- });
- rangesChart.setTitle({
- text: '<span class="chart_title">Response Time Ranges</span>',
- useHTML: true
- });
- $('#container_errors').sortable('#container_errors');
-
- var responsetimeDistributionChart = new Highcharts.Chart({
- chart: {
- renderTo: 'responsetimeDistributionContainer',
- type: 'column',
- marginBottom: 60
- },
- credits: { enabled: false },
- legend: {
- enabled: true,
- floating: true,
- y: 5,
- borderWidth: 0,
- itemStyle: { fontWeight: "normal" },
- symbolRadius: 0
- },
- title: { text: 'A title to let highcharts reserve the place for the title set later' },
- navigator: {
- maskInside: false
- },
- xAxis: {
- categories: ['302', '902', '1502', '2102', '2703', '3303', '3903', '4503', '5103', '5703', '6303', '6903', '7504', '8104', '8704', '9304', '9904', '10504', '11104', '11705', '12305', '12905', '13505', '14105', '14705', '15305', '15905', '16506', '17106', '17706', '18306', '18906', '19506', '20106', '20706', '21307', '21907', '22507', '23107', '23707', '24307', '24907', '25508', '26108', '26708', '27308', '27908', '28508', '29108', '29708', '30309', '30909', '31509', '32109', '32709', '33309', '33909', '34509', '35110', '35710', '36310', '36910', '37510', '38110', '38710', '39311', '39911', '40511', '41111', '41711', '42311', '42911', '43511', '44112', '44712', '45312', '45912', '46512', '47112', '47712', '48312', '48913', '49513', '50113', '50713', '51313', '51913', '52513', '53114', '53714', '54314', '54914', '55514', '56114', '56714', '57314', '57915', '58515', '59115', '59715'],
- tickInterval: 20
- },
- yAxis: {
- min: 0,
- title: { text: 'Percentage of Requests' },
- reversedStacks: false
- },
- tooltip: {
- formatter: function() {
- return '<b>'+ this.x +' ms</b><br/>'+
- this.series.name +': '+ this.y +' %<br/>'+
- 'Total: '+ this.point.stackTotal + ' %';
- }
- },
- plotOptions: {
- series: {
- groupPadding: 0,
- stacking: 'normal',
- shadow: true
- }
- },
- series: [
- {
- type: 'column',
- color: '#68b65c',
- name: 'OK',
- data: [
- 0.0,0.0,0.15,0.23,0.31,0.23,0.15,0.07,0.39,0.47,0.31,0.31,0.31,0.54,0.62,0.31,0.31,0.62,0.47,0.54,0.78,0.39,0.23,0.7,0.62,0.7,1.33,1.33,0.78,1.09,0.86,1.01,0.86,1.09,1.09,1.33,1.56,1.64,1.33,1.48,1.41,1.56,1.17,2.82,1.09,1.88,1.33,2.27,1.17,1.88,1.88,1.17,2.19,1.72,1.8,1.25,1.48,1.33,1.33,0.94,0.39,0.47,0.78,1.09,0.39,0.39,0.54,0.62,0.07,0.39,0.54,0.78,0.15,0.07,0.7,0.39,0.31,0.47,0.39,0.86,0.31,0.31,0.39,0.31,0.23,0.47,0.47,0.0,0.31,0.15,0.23,0.15,0.31,0.31,0.07,0.07,0.23,0.15,0.31,0.07
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- },
- {
- type: 'column',
- color: '#f15b4f',
- name: 'KO',
- data: [
- 0.54,0.62,0.86,0.94,0.62,1.01,0.07,0.23,0.86,0.07,0.0,0.0,0.07,0.0,0.0,0.0,0.15,1.41,2.19,2.5,0.54,0.15,1.72,0.07,0.39,0.54,0.31,0.15,0.31,0.47,0.23,0.86,0.47,0.39,0.23,0.15,0.62,0.23,0.07,0.07,0.07,0.23,0.07,0.07,0.15,0.0,0.15,0.39,0.15,0.15,0.0,0.0,0.15,0.0,0.0,0.07,0.0,0.0,0.0,0.0,0.07,0.15,0.23,0.0,0.15,0.0,0.0,0.0,0.0,0.07,0.07,0.0,0.0,0.07,0.0,0.0,0.0,0.0,0.07,0.07,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,3.68
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- }
- ]
- });
- responsetimeDistributionChart.setTitle({
- text: '<span class="chart_title">Response Time Distribution</span>',
- useHTML: true
- });
- var responsetimepercentilesovertimeokPercentiles = unpack([[1744803652,null],[1744803653,null],[1744803654,null],[1744803655,[38972,38972,38972,38972,38972,38972,38972,38972,38972,38972]],[1744803656,null],[1744803657,null],[1744803658,null],[1744803659,null],[1744803660,null],[1744803661,null],[1744803662,null],[1744803663,null],[1744803664,null],[1744803665,null],[1744803666,null],[1744803667,[59989,59989,59989,59989,59989,59989,59989,59989,59989,59989]],[1744803668,[31524,31524,57832,59133,59133,59133,59133,59133,59133,59133]],[1744803669,[59044,59044,59044,59044,59044,59044,59044,59044,59044,59044]],[1744803670,null],[1744803671,null],[1744803672,[58844,58844,58844,58844,58844,58844,58844,58844,58844,58844]],[1744803673,[45091,45091,45091,45091,45091,45091,45091,45091,45091,45091]],[1744803674,[46102,46102,47834,51888,51888,51888,51888,51888,51888,51888]],[1744803675,[42993,42993,47583,51751,51751,51751,51751,51751,51751,51751]],[1744803676,[53252,53252,55026,55291,55291,55291,55291,55291,55291,55291]],[1744803677,[45424,45424,53573,55320,55320,55320,55320,55320,55320,55320]],[1744803678,[32881,45580,50304,54449,54449,56355,56355,56355,56355,56355]],[1744803679,[39827,47771,47820,56068,59117,59117,59117,59117,59117,59117]],[1744803680,[38177,48990,54519,56358,56358,58638,58638,58638,58638,58638]],[1744803681,[16484,43629,51166,57833,57833,57833,58145,58145,58145,58145]],[1744803682,[20259,26219,46462,50095,50095,50095,50095,50095,50095,50095]],[1744803683,null],[1744803684,null],[1744803685,null],[1744803686,null],[1744803687,null],[1744803688,null],[1744803689,[34668,34668,34668,34668,34668,34668,34668,34668,34668,34668]],[1744803690,null],[1744803691,[3508,26000,37181,45304,46657,47656,49419,53012,58514,58514]],[1744803692,[2637,8091,27009,43020,43020,43020,49498,49498,49498,49498]],[1744803693,[2737,18579,31751,35443,39672,43861,46969,50687,51262,51262]],[1744803694,[1535,20669,32647,39979,41170,45924,48844,51830,55430,55430]],[1744803695,[8990,26880,31997,39754,42125,47155,50222,53203,56204,56204]],[1744803696,[9377,25844,31358,35011,37452,40485,42495,44898,48561,48561]],[1744803697,[15071,27828,31439,36774,37962,40237,43091,48524,54650,54650]],[1744803698,[5711,21147,27144,30922,32095,32503,34088,41743,49769,49769]],[1744803699,[16598,21843,26114,32680,33650,35340,38719,42820,48633,48633]],[1744803700,[15751,25224,28387,32151,33573,34425,39720,44582,50956,50956]],[1744803701,[14600,23233,26195,31657,33327,33773,34392,38181,45760,45760]],[1744803702,[12368,21647,25592,30603,30967,32882,35712,36356,38868,38868]],[1744803703,[11973,19317,21992,28223,28470,28492,29832,34144,34206,34206]],[1744803704,[12267,18808,21592,23639,24368,24875,28437,33215,56420,56420]],[1744803705,[9443,16172,23317,28066,28524,28709,28970,32523,34807,34807]],[1744803706,[7927,15867,18057,24932,26182,26189,30098,51581,51581,51581]],[1744803707,[5486,11667,13658,19722,21952,26381,26381,27594,27594,27594]],[1744803708,[7727,11513,14380,19077,22242,22242,24024,38498,38498,38498]],[1744803709,[8829,10730,12591,16520,16704,16704,19798,19798,19798,19798]],[1744803710,[5847,7203,11755,14435,15530,15530,17450,17450,17450,17450]],[1744803711,[7519,8771,11470,13355,13355,13355,16136,16136,16136,16136]],[1744803712,[1203,5179,8007,10604,10604,10822,12849,15914,15914,15914]],[1744803713,[3123,4411,8331,13923,18121,18121,18121,18121,18121,18121]],[1744803714,[4054,5304,9936,11035,11035,12873,12873,12873,12873,12873]],[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]]);
- var responsetimepercentilesovertimeokPercentilesChart = new Highcharts.StockChart({
- chart: {
- renderTo: 'responsetimepercentilesovertimeokPercentilesContainer',
- zoomType: 'x',
- marginBottom: 60
- },
- colors: ['#c4fd90', '#7ff77f', '#6ff2ad', '#61ede6', '#58c7e0', '#4ea1d4', '#487ad9', '#3f52cc', '#7335dc', '#c73905', '#FFA900'],
- credits: { enabled: false },
- legend: {
- enabled: true,
- floating: true,
- y: -65,
- borderWidth: 0,
- itemStyle: { fontWeight: "normal" },
- symbolRadius: 0
- },
- title: { text: 'A title to let highcharts reserve the place for the title set later' },
- navigator: {
- maskInside: false,
- baseSeries: 9
- },
- rangeSelector: {
- rangeSelector: { align: "left" },
- buttonSpacing: 0,
- buttonTheme: {
- fill: '#CFC9C6',
- padding: 1,
- stroke: '#000000',
- 'stroke-width': 0.25,
- style: {
- color: '#000000',
- fontWeight: 'bold',
- },
- states: {
- stroke: '#92918C',
- 'stroke-width': 0.25,
- hover: {
- fill: '#92918C',
- style: { color: 'black' }
- },
- select: {
- fill: '#FFA900',
- style: { color: 'white' }
- }
- }
- },
- buttons : [
- {
- type : 'minute',
- count : 1,
- text : '1m'
- }, {
- type : 'minute',
- count : 10,
- text : '10m'
- }, {
- type : 'hour',
- count : 1,
- text : '1h'
- }, {
- type : 'all',
- count : 1,
- text : 'All'
- }
- ],
- selected : 3,
- inputEnabled : false
- },
- xAxis: {
- type: 'datetime',
- ordinal: false,
- maxZoom: 10000 // three days
- },
- yAxis:[
- {
- min: 0,
- title: { text: 'Response Time (ms)' },
- opposite: false
- }, {
- min: 0,
- title: {
- text: 'Active Users',
- style: { color: '#FFA900' }
- },
- opposite: true
- }
- ],
- plotOptions: {
- arearange: { lineWidth: 1 },
- series: {
- dataGrouping: { enabled: false }
- }
- },
- series: [
-
-
- {
- pointInterval: 1000,
- name: 'min',
- data: responsetimepercentilesovertimeokPercentiles[0],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 10
- },
- {
- pointInterval: 1000,
- name: '25%',
- data: responsetimepercentilesovertimeokPercentiles[1],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 9
- },
- {
- pointInterval: 1000,
- name: '50%',
- data: responsetimepercentilesovertimeokPercentiles[2],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 8
- },
- {
- pointInterval: 1000,
- name: '75%',
- data: responsetimepercentilesovertimeokPercentiles[3],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 7
- },
- {
- pointInterval: 1000,
- name: '80%',
- data: responsetimepercentilesovertimeokPercentiles[4],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 6
- },
- {
- pointInterval: 1000,
- name: '85%',
- data: responsetimepercentilesovertimeokPercentiles[5],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 5
- },
- {
- pointInterval: 1000,
- name: '90%',
- data: responsetimepercentilesovertimeokPercentiles[6],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 4
- },
- {
- pointInterval: 1000,
- name: '95%',
- data: responsetimepercentilesovertimeokPercentiles[7],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 3
- },
- {
- pointInterval: 1000,
- name: '99%',
- data: responsetimepercentilesovertimeokPercentiles[8],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 2
- },
- {
- pointInterval: 1000,
- name: 'max',
- data: responsetimepercentilesovertimeokPercentiles[9],
- tooltip: { yDecimals: 0, ySuffix: 'ms' },
- type : 'area',
- yAxis: 0,
- zIndex: 1
- },
- allUsersData
- ]
- });
- responsetimepercentilesovertimeokPercentilesChart.setTitle({
- text: '<span class="chart_title chart_title_">Response Time Percentiles over Time (OK)</span>',
- useHTML: true
- });
- var requests = unpack([[1744803652,[0,0,0]],[1744803653,[0,0,0]],[1744803654,[0,0,0]],[1744803655,[17,1,16]],[1744803656,[4,0,4]],[1744803657,[1,0,1]],[1744803658,[6,0,6]],[1744803659,[8,0,8]],[1744803660,[27,0,27]],[1744803661,[19,0,19]],[1744803662,[17,0,17]],[1744803663,[6,0,6]],[1744803664,[9,0,9]],[1744803665,[4,0,4]],[1744803666,[3,0,3]],[1744803667,[2,1,1]],[1744803668,[8,3,5]],[1744803669,[8,1,7]],[1744803670,[1,0,1]],[1744803671,[6,0,6]],[1744803672,[5,1,4]],[1744803673,[5,1,4]],[1744803674,[8,3,5]],[1744803675,[4,3,1]],[1744803676,[6,3,3]],[1744803677,[4,3,1]],[1744803678,[6,6,0]],[1744803679,[5,5,0]],[1744803680,[6,6,0]],[1744803681,[9,7,2]],[1744803682,[5,4,1]],[1744803683,[0,0,0]],[1744803684,[1,0,1]],[1744803685,[3,0,3]],[1744803686,[0,0,0]],[1744803687,[0,0,0]],[1744803688,[0,0,0]],[1744803689,[1,1,0]],[1744803690,[0,0,0]],[1744803691,[51,34,17]],[1744803692,[8,8,0]],[1744803693,[47,36,11]],[1744803694,[97,85,12]],[1744803695,[83,60,23]],[1744803696,[108,93,15]],[1744803697,[71,64,7]],[1744803698,[79,71,8]],[1744803699,[79,69,10]],[1744803700,[92,78,14]],[1744803701,[59,46,13]],[1744803702,[54,46,8]],[1744803703,[42,35,7]],[1744803704,[39,33,6]],[1744803705,[39,28,11]],[1744803706,[24,19,5]],[1744803707,[18,13,5]],[1744803708,[19,15,4]],[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]]]);
- var requestsChart = new Highcharts.StockChart({
- chart: {
- renderTo: 'requests',
- zoomType: 'x',
- marginBottom: 60
- },
- credits: { enabled: false },
- legend: {
- enabled: true,
- floating: true,
- y: -65,
- borderWidth: 0,
- itemStyle: { fontWeight: "normal" },
- symbolRadius: 0
- },
- title: { text: 'A title to let highcharts reserve the place for the title set later' },
- navigator: {
- maskInside: false
- },
- rangeSelector: {
- buttonSpacing: 0,
- buttonTheme: {
- fill: '#CFC9C6',
- padding: 1,
- stroke: '#000000',
- 'stroke-width': 0.25,
- style: {
- color: '#000000',
- fontWeight: 'bold',
- },
- states: {
- stroke: '#000000',
- 'stroke-width': 0.25,
- hover: {
- fill: '#92918C',
- style: { color: 'black' }
- },
- select: {
- fill: '#FFA900',
- style: { color: 'white' }
- }
- }
- },
- buttons : [
- {
- type : 'minute',
- count : 1,
- text : '1m'
- }, {
- type : 'minute',
- count : 10,
- text : '10m'
- }, {
- type : 'hour',
- count : 1,
- text : '1h'
- }, {
- type : 'all',
- count : 1,
- text : 'All'
- }
- ],
- selected : 3,
- inputEnabled : false
- },
- plotOptions: {
- series: {
- dataGrouping: { enabled: false }
- },
- area: {
- stacking: 'normal'
- }
- },
- xAxis: {
- type: 'datetime',
- ordinal: false,
- maxZoom: 10000 // three days
- },
- yAxis:[
- {
- min: 0,
- title: { text: 'Number of requests' },
- opposite: false,
- reversedStacks: false
- }, {
- min: 0,
- title: {
- text: 'Active Users',
- style: { color: '#FFA900' }
- },
- opposite: true
- }
- ],
- series: [
- {
- color: '#5E7BE2',
- name: 'All',
- data: requests[0],
- tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
- ,type: 'area'},
- allUsersData
- ]
- });
- requestsChart.setTitle({
- text: '<span class="chart_title">Number of requests per second</span>',
- useHTML: true
- });
- 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,[2,0,2]],[1744803662,[17,0,17]],[1744803663,[43,0,43]],[1744803664,[8,0,8]],[1744803665,[6,0,6]],[1744803666,[0,0,0]],[1744803667,[0,0,0]],[1744803668,[0,0,0]],[1744803669,[0,0,0]],[1744803670,[1,0,1]],[1744803671,[1,0,1]],[1744803672,[0,0,0]],[1744803673,[0,0,0]],[1744803674,[7,0,7]],[1744803675,[0,0,0]],[1744803676,[1,0,1]],[1744803677,[0,0,0]],[1744803678,[0,0,0]],[1744803679,[0,0,0]],[1744803680,[0,0,0]],[1744803681,[2,0,2]],[1744803682,[2,0,2]],[1744803683,[0,0,0]],[1744803684,[6,0,6]],[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,[23,0,23]],[1744803692,[0,0,0]],[1744803693,[2,0,2]],[1744803694,[2,1,1]],[1744803695,[3,3,0]],[1744803696,[6,6,0]],[1744803697,[2,2,0]],[1744803698,[1,1,0]],[1744803699,[3,3,0]],[1744803700,[6,6,0]],[1744803701,[10,2,8]],[1744803702,[6,3,3]],[1744803703,[5,3,2]],[1744803704,[10,4,6]],[1744803705,[8,0,8]],[1744803706,[8,1,7]],[1744803707,[24,1,23]],[1744803708,[9,5,4]],[1744803709,[9,5,4]],[1744803710,[14,5,9]],[1744803711,[16,2,14]],[1744803712,[20,7,13]],[1744803713,[16,6,10]],[1744803714,[20,9,11]],[1744803715,[18,12,6]],[1744803716,[28,16,12]],[1744803717,[28,22,6]],[1744803718,[39,28,11]],[1744803719,[42,36,6]],[1744803720,[33,30,3]],[1744803721,[35,34,1]],[1744803722,[44,40,4]],[1744803723,[48,46,2]],[1744803724,[45,41,4]],[1744803725,[48,47,1]],[1744803726,[55,52,3]],[1744803727,[64,64,0]],[1744803728,[59,56,3]],[1744803729,[44,44,0]],[1744803730,[36,35,1]],[1744803731,[31,30,1]],[1744803732,[26,26,0]],[1744803733,[36,34,2]],[1744803734,[29,28,1]],[1744803735,[17,17,0]],[1744803736,[12,9,3]],[1744803737,[13,13,0]],[1744803738,[16,16,0]],[1744803739,[15,15,0]],[1744803740,[10,10,0]],[1744803741,[8,8,0]],[1744803742,[6,6,0]],[1744803743,[7,7,0]],[1744803744,[10,9,1]],[1744803745,[6,6,0]],[1744803746,[4,4,0]],[1744803747,[6,6,0]],[1744803748,[2,2,0]],[1744803749,[4,4,0]],[1744803750,[2,2,0]],[1744803751,[5,2,3]],[1744803752,[1,1,0]],[1744803753,[3,0,3]],[1744803754,[2,0,2]],[1744803755,[9,0,9]],[1744803756,[0,0,0]],[1744803757,[1,1,0]],[1744803758,[0,0,0]],[1744803759,[3,0,3]],[1744803760,[1,0,1]],[1744803761,[4,1,3]],[1744803762,[0,0,0]],[1744803763,[0,0,0]],[1744803764,[1,0,1]],[1744803765,[1,0,1]],[1744803766,[0,0,0]],[1744803767,[0,0,0]],[1744803768,[0,0,0]],[1744803769,[0,0,0]]]);
- var requestsChart = new Highcharts.StockChart({
- chart: {
- renderTo: 'responses',
- zoomType: 'x',
- marginBottom: 60
- },
- credits: { enabled: false },
- legend: {
- enabled: true,
- floating: true,
- y: -65,
- borderWidth: 0,
- itemStyle: { fontWeight: "normal" },
- symbolRadius: 0
- },
- title: { text: 'A title to let highcharts reserve the place for the title set later' },
- navigator: {
- maskInside: false
- },
- rangeSelector: {
- buttonSpacing: 0,
- buttonTheme: {
- fill: '#CFC9C6',
- padding: 1,
- stroke: '#000000',
- 'stroke-width': 0.25,
- style: {
- color: '#000000',
- fontWeight: 'bold',
- },
- states: {
- stroke: '#000000',
- 'stroke-width': 0.25,
- hover: {
- fill: '#92918C',
- style: { color: 'black' }
- },
- select: {
- fill: '#FFA900',
- style: { color: 'white' }
- }
- }
- },
- buttons : [
- {
- type : 'minute',
- count : 1,
- text : '1m'
- }, {
- type : 'minute',
- count : 10,
- text : '10m'
- }, {
- type : 'hour',
- count : 1,
- text : '1h'
- }, {
- type : 'all',
- count : 1,
- text : 'All'
- }
- ],
- selected : 3,
- inputEnabled : false
- },
- plotOptions: {
- series: {
- dataGrouping: { enabled: false }
- },
- area: {
- stacking: 'normal'
- }
- },
- xAxis: {
- type: 'datetime',
- ordinal: false,
- maxZoom: 10000 // three days
- },
- yAxis:[
- {
- min: 0,
- title: { text: 'Number of responses' },
- opposite: false,
- reversedStacks: false
- }, {
- min: 0,
- title: {
- text: 'Active Users',
- style: { color: '#FFA900' }
- },
- opposite: true
- }
- ],
- series: [
- {
- color: '#5E7BE2',
- name: 'All',
- data: responses[0],
- tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
- },
- {
- color: '#68b65c',
- name: 'OK',
- data: responses[1],
- tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
- ,type: 'area'},
- {
- color: '#f15b4f',
- name: 'KO',
- data: responses[2],
- tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
- ,type: 'area'},
- allUsersData,
- {
-
- type: 'pie',
- name: 'Distribution',
- data: [
- {name: 'OK', y: 935.0, color: '#68b65c'},{name: 'KO', y: 341.0, color: '#f15b4f'}
- ],
- center: [775, -40],
- size: 70,
- showInLegend: false,
- dataLabels: { enabled: false },
- dataGrouping: { enabled: false }
- }
- ]
- });
- requestsChart.setTitle({
- text: '<span class="chart_title">Number of responses per second</span>',
- useHTML: true
- });
- var scatterChart = new Highcharts.Chart({
- chart: {
- renderTo: 'container_response_time_dispersion',
- defaultSeriesType: 'scatter',
- zoomType: 'xy',
- marginBottom: 90
- },
- credits: { enabled: false },
- xAxis: {
- title: {
- enabled: true,
- text: 'Global number of requests per second',
- style: { fontWeight: 'bold' }
- },
- startOnTick: true,
- endOnTick: true,
- showLastLabel: true,
- min: 0
- },
- title: { text: 'A title to let highcharts reserve the place for the title set later' },
- yAxis: {
- min: 0,
- title: { text: 'Response Time (ms)' }
- },
- tooltip: {
- formatter: function() {
- return ''+ this.y +' ms at ' + this.x + ' allreq/s';
- }
- },
- legend: {
- enabled: true,
- floating: true,
- y: 0,
- borderWidth: 0,
- itemStyle: { fontWeight: "normal" },
- },
- plotOptions: {
- scatter: {
- marker: {
- radius: 3,
- states: {
- hover: {
- enabled: true,
- lineColor: 'rgb(100,100,100)'
- }
- }
- },
- states: {
- hover: {
- marker: { enabled: false }
- }
- }
- }
- },
- series: [
- {
- type: 'scatter',
- color: '#68b65c',
- name: 'OK',
- data: [
- [2,34668],[6,59989],[12,51751],[12,55320],[12,50095],[15,58844],[15,45091],[15,59117],[15,18121],[18,55291],[18,56355],[18,58638],[18,12873],[21,16136],[23,59044],[24,51888],[24,49498],[25,59133],[27,58145],[27,19798],[30,17450],[48,15914],[54,27594],[57,38498],[72,51581],[117,33215],[117,32523],[126,34144],[141,50687],[161,53012],[162,36356],[177,38181],[213,48524],[237,41743],[237,42820],[249,53203],[276,44582],[291,51830],[324,44898],[4138,38972]
- ]},
- {
- type: 'scatter',
- color: '#f15b4f',
- name: 'KO',
- data: [
- [2,60008],[3,20596],[6,23497],[6,27730],[9,60003],[12,47691],[12,26434],[12,28443],[12,19181],[15,37257],[15,60007],[18,37692],[18,41819],[18,60007],[23,42602],[24,60007],[25,60002],[27,60011],[27,20212],[51,60001],[54,15513],[57,3429],[57,11498],[72,13512],[81,4851],[117,60010],[117,60014],[126,13585],[141,60007],[161,60010],[162,24198],[177,60014],[213,25411],[237,31532],[237,60008],[249,60013],[276,60014],[291,60011],[324,22600],[466,5565],[1896,4895],[2759,5203],[4138,60005],[5358,60001]
- ]}
- ]
- });
- scatterChart.setTitle({
- text: '<span class="chart_title">Response Time against Global Throughput</span>',
- useHTML: true
- });
- });
- </script>
- </div>
- </body>
- </html>
|