123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975 |
- <!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">
- ProductsPageSimulation
- </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">j.n.SocketException: No buffer space available (maximum connections reached?): connect<span class="value" style="display:none">0</span></td>
- <td class="value error-col-2 total ko">2234</td>
- <td class="value error-col-3 total ko">59.67%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">i.n.c.ConnectTimeoutException: connection timed out after 10000 ms: ecomm.gatling.io/18.164.246.108:443<span class="value" style="display:none">1</span></td>
- <td class="value error-col-2 total ko">317</td>
- <td class="value error-col-3 total ko">8.47%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">i.n.c.ConnectTimeoutException: connection timed out after 10000 ms: ecomm.gatling.io/18.164.246.56:443<span class="value" style="display:none">2</span></td>
- <td class="value error-col-2 total ko">304</td>
- <td class="value error-col-3 total ko">8.12%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">i.n.c.ConnectTimeoutException: connection timed out after 10000 ms: ecomm.gatling.io/18.164.246.111:443<span class="value" style="display:none">3</span></td>
- <td class="value error-col-2 total ko">285</td>
- <td class="value error-col-3 total ko">7.61%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">i.n.c.ConnectTimeoutException: connection timed out after 10000 ms: ecomm.gatling.io/18.164.246.48:443<span class="value" style="display:none">4</span></td>
- <td class="value error-col-2 total ko">272</td>
- <td class="value error-col-3 total ko">7.26%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">j.n.BindException: Address already in use: getsockopt<span class="value" style="display:none">5</span></td>
- <td class="value error-col-2 total ko">250</td>
- <td class="value error-col-3 total ko">6.68%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">i.n.h.s.SslHandshakeTimeoutException: handshake timed out after 10000ms<span class="value" style="display:none">6</span></td>
- <td class="value error-col-2 total ko">40</td>
- <td class="value error-col-3 total ko">1.07%</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">7</span></td>
- <td class="value error-col-2 total ko">16</td>
- <td class="value error-col-3 total ko">0.43%</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">8</span></td>
- <td class="value error-col-2 total ko">12</td>
- <td class="value error-col-3 total ko">0.32%</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">9</span></td>
- <td class="value error-col-2 total ko">8</td>
- <td class="value error-col-3 total ko">0.21%</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">10</span></td>
- <td class="value error-col-2 total ko">6</td>
- <td class="value error-col-3 total ko">0.16%</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: ['300', '900', '1500', '2100', '2701', '3301', '3901', '4501', '5101', '5701', '6301', '6902', '7502', '8102', '8702', '9302', '9902', '10502', '11103', '11703', '12303', '12903', '13503', '14103', '14703', '15304', '15904', '16504', '17104', '17704', '18304', '18904', '19505', '20105', '20705', '21305', '21905', '22505', '23105', '23706', '24306', '24906', '25506', '26106', '26706', '27306', '27907', '28507', '29107', '29707', '30307', '30907', '31507', '32107', '32708', '33308', '33908', '34508', '35108', '35708', '36308', '36909', '37509', '38109', '38709', '39309', '39909', '40509', '41110', '41710', '42310', '42910', '43510', '44110', '44710', '45311', '45911', '46511', '47111', '47711', '48311', '48911', '49512', '50112', '50712', '51312', '51912', '52512', '53112', '53713', '54313', '54913', '55513', '56113', '56713', '57313', '57914', '58514', '59114', '59714'],
- 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.05,0.01,0.07,0.28,0.15,0.32,0.46,0.36,0.3,0.3,0.42,0.32,0.38,0.34,0.15,0.24,0.32,0.3,0.34,0.38,0.36,0.24,0.3,0.28,0.47,0.4,0.34,0.49,0.47,0.51,0.42,0.34,0.32,0.24,0.34,0.34,0.67,0.38,0.38,0.36,0.65,0.57,0.4,0.26,0.38,0.28,0.4,0.42,0.26,0.4,0.44,0.47,0.34,0.34,0.32,0.28,0.44,0.44,0.3,0.24,0.42,0.36,0.38,0.3,0.23,0.42,0.38,0.3,0.13,0.42,0.23,0.3,0.21,0.21,0.24,0.21,0.15,0.19,0.21,0.17,0.13,0.09,0.13,0.11,0.11,0.05,0.09,0.07,0.07,0.03,0.05,0.03,0.09,0.07,0.07,0.07,0.07,0.03
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- },
- {
- type: 'column',
- color: '#f15b4f',
- name: 'KO',
- data: [
- 21.9,7.27,2.34,0.82,1.51,3.87,2.8,0.78,1.9,1.43,0.07,0.0,0.01,0.0,0.0,0.0,1.28,2.59,1.49,0.47,0.38,0.61,0.28,0.59,0.09,0.36,0.0,0.01,0.03,0.0,0.01,0.0,0.0,3.6,2.68,0.57,0.24,0.34,0.03,0.01,0.01,0.0,0.01,0.01,0.0,0.01,0.01,0.0,0.0,0.15,3.72,0.69,0.01,0.32,0.17,0.05,0.01,0.01,0.01,0.0,0.0,0.05,0.0,0.01,0.0,0.0,2.82,1.4,0.74,0.0,0.07,0.0,0.0,0.01,0.0,0.01,0.0,0.0,0.0,0.0,0.03,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.8
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- }
- ]
- });
- responsetimeDistributionChart.setTitle({
- text: '<span class="chart_title">Response Time Distribution</span>',
- useHTML: true
- });
- var responsetimepercentilesovertimeokPercentiles = unpack([[1744367146,null],[1744367147,null],[1744367148,[5379,5379,5379,5379,5379,5379,5379,5379,5379,5379]],[1744367149,null],[1744367150,[22101,28353,31410,51659,51659,51659,51659,51659,51659,51659]],[1744367151,[10900,18925,25405,27686,30812,35714,38600,41730,46929,46929]],[1744367152,null],[1744367153,null],[1744367154,[8115,20613,26043,30546,32974,34150,41342,48492,50900,50900]],[1744367155,[15894,15894,22259,22259,22259,22259,22259,22259,22259,22259]],[1744367156,[14484,23773,26331,35003,40191,43854,47799,59895,59895,59895]],[1744367157,[10650,21679,24835,32681,35301,37370,38584,44945,56635,56635]],[1744367158,[12254,20755,30990,45123,46333,55993,56688,58761,59831,59831]],[1744367159,[15563,21974,36889,47941,48107,53104,54986,59056,59056,59056]],[1744367160,[6132,13812,20872,23329,35697,35697,52940,52940,52940,52940]],[1744367161,[1413,13046,20955,36473,38960,38960,49341,53852,53852,53852]],[1744367162,[7714,15601,34089,39267,51629,51629,53010,53010,53010,53010]],[1744367163,[1746,7461,15324,27502,32678,44514,48933,51803,55610,55610]],[1744367164,[3379,8977,17861,26021,34036,40735,44122,49332,53478,53478]],[1744367165,[3344,9294,19583,41366,48783,50491,51685,57061,58842,58842]],[1744367166,[4879,12143,18117,43564,44348,48339,50080,50158,50539,50539]],[1744367167,[3418,11296,18834,47631,48418,48522,53920,57273,57860,57860]],[1744367168,[7713,14553,29543,40813,41250,42748,45294,54098,58217,58217]],[1744367169,[7918,25878,40086,46386,47308,47564,48863,50647,54946,54946]],[1744367170,[4230,13712,33356,43777,44161,44950,45925,50613,58329,58329]],[1744367171,[7575,18529,32580,43400,45038,46422,48595,51161,59234,59234]],[1744367172,[4491,20646,38858,42866,43082,43426,45085,46960,51419,51419]],[1744367173,[5747,14820,29335,41600,42660,43753,44370,47604,54273,54273]],[1744367174,[4986,13139,29361,39094,39629,40484,41885,49264,55790,55790]],[1744367175,[4866,21134,35388,39304,40698,40761,42696,45831,49718,49718]],[1744367176,[3564,17729,29560,38816,39519,41453,43870,51735,58914,58914]],[1744367177,[3417,13937,23540,35998,36768,38349,38920,42902,46521,46521]],[1744367178,[2654,16065,30123,36654,37274,37479,38217,43509,46107,46107]],[1744367179,[3053,27934,35333,37968,39892,40467,47616,48573,58124,58124]],[1744367180,[3154,18100,31843,35912,37430,37961,41686,45100,51605,51605]],[1744367181,[2820,17879,30999,37437,38112,40459,40895,41675,47330,47330]],[1744367182,[3306,20461,29250,32165,33594,33809,36492,39661,41473,41473]],[1744367183,[3166,14186,28374,32379,33443,34728,37975,40515,43954,43954]],[1744367184,[5402,19892,31010,33482,36172,37194,37747,41997,45929,45929]],[1744367185,[5139,11438,18385,29043,29517,30677,31907,32216,39589,39589]],[1744367186,[12653,19402,26608,31105,33588,34568,35473,35518,42875,42875]],[1744367187,[5811,11269,25359,28352,28897,31207,31829,38050,39089,39089]],[1744367188,[6867,16407,22905,29161,29773,30377,34633,37733,50426,50426]],[1744367189,[5208,16703,23080,25220,25521,26225,28805,32832,34132,34132]],[1744367190,[5756,21201,23306,26002,30176,32107,32371,33439,38249,38249]],[1744367191,[9881,18900,21721,23537,25174,25238,26559,31669,31669,31669]],[1744367192,[11963,16355,23211,24829,25623,25623,30111,30111,30111,30111]],[1744367193,[17248,20434,23891,26488,26488,26488,28841,28841,28841,28841]],[1744367194,[13671,13671,17081,23248,23248,23248,23248,23248,23248,23248]],[1744367195,[7775,7775,26216,26216,26216,26216,26216,26216,26216,26216]],[1744367196,[18953,18953,18953,18953,18953,18953,18953,18953,18953,18953]],[1744367197,[5343,7235,12798,24264,25267,25267,25267,25267,25267,25267]],[1744367198,[11857,11857,20184,20184,20184,20184,20184,20184,20184,20184]],[1744367199,null],[1744367200,[11330,11330,20059,20059,20059,20059,20059,20059,20059,20059]],[1744367201,[14757,14757,14757,14757,14757,14757,14757,14757,14757,14757]],[1744367202,null],[1744367203,[16061,16061,16061,16061,16061,16061,16061,16061,16061,16061]],[1744367204,null],[1744367205,null],[1744367206,null],[1744367207,null],[1744367208,[5274,5274,5274,5274,5274,5274,5274,5274,5274,5274]],[1744367209,[3357,3357,3357,3357,3357,3357,3357,3357,3357,3357]],[1744367210,null],[1744367211,null],[1744367212,null],[1744367213,null],[1744367214,null],[1744367215,null],[1744367216,null],[1744367217,null],[1744367218,null],[1744367219,null],[1744367220,null],[1744367221,null],[1744367222,null],[1744367223,null],[1744367224,null],[1744367225,null],[1744367226,null],[1744367227,null],[1744367228,null],[1744367229,null],[1744367230,null],[1744367231,null],[1744367232,null],[1744367233,null],[1744367234,null],[1744367235,null],[1744367236,null],[1744367237,null],[1744367238,null],[1744367239,null],[1744367240,null],[1744367241,null],[1744367242,null],[1744367243,null],[1744367244,null],[1744367245,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([[1744367146,[0,0,0]],[1744367147,[0,0,0]],[1744367148,[18,1,17]],[1744367149,[0,0,0]],[1744367150,[74,4,70]],[1744367151,[295,45,250]],[1744367152,[247,0,247]],[1744367153,[140,0,140]],[1744367154,[238,21,217]],[1744367155,[113,2,111]],[1744367156,[555,17,538]],[1744367157,[1027,45,982]],[1744367158,[829,60,769]],[1744367159,[74,19,55]],[1744367160,[24,9,15]],[1744367161,[21,15,6]],[1744367162,[17,9,8]],[1744367163,[173,92,81]],[1744367164,[86,54,32]],[1744367165,[82,43,39]],[1744367166,[38,26,12]],[1744367167,[38,35,3]],[1744367168,[57,43,14]],[1744367169,[65,49,16]],[1744367170,[69,47,22]],[1744367171,[72,58,14]],[1744367172,[81,56,25]],[1744367173,[63,55,8]],[1744367174,[56,56,0]],[1744367175,[56,38,18]],[1744367176,[52,45,7]],[1744367177,[46,43,3]],[1744367178,[37,35,2]],[1744367179,[36,35,1]],[1744367180,[36,34,2]],[1744367181,[49,44,5]],[1744367182,[38,37,1]],[1744367183,[52,48,4]],[1744367184,[36,33,3]],[1744367185,[29,28,1]],[1744367186,[22,21,1]],[1744367187,[28,26,2]],[1744367188,[32,31,1]],[1744367189,[26,26,0]],[1744367190,[25,25,0]],[1744367191,[18,18,0]],[1744367192,[12,10,2]],[1744367193,[8,8,0]],[1744367194,[3,3,0]],[1744367195,[2,2,0]],[1744367196,[1,1,0]],[1744367197,[5,5,0]],[1744367198,[2,2,0]],[1744367199,[0,0,0]],[1744367200,[2,2,0]],[1744367201,[1,1,0]],[1744367202,[0,0,0]],[1744367203,[1,1,0]],[1744367204,[0,0,0]],[1744367205,[0,0,0]],[1744367206,[0,0,0]],[1744367207,[0,0,0]],[1744367208,[1,1,0]],[1744367209,[1,1,0]],[1744367210,[0,0,0]],[1744367211,[0,0,0]],[1744367212,[0,0,0]],[1744367213,[0,0,0]],[1744367214,[0,0,0]],[1744367215,[0,0,0]],[1744367216,[0,0,0]],[1744367217,[0,0,0]],[1744367218,[0,0,0]],[1744367219,[0,0,0]],[1744367220,[0,0,0]],[1744367221,[0,0,0]],[1744367222,[0,0,0]],[1744367223,[0,0,0]],[1744367224,[0,0,0]],[1744367225,[0,0,0]],[1744367226,[0,0,0]],[1744367227,[0,0,0]],[1744367228,[0,0,0]],[1744367229,[0,0,0]],[1744367230,[0,0,0]],[1744367231,[0,0,0]],[1744367232,[0,0,0]],[1744367233,[0,0,0]],[1744367234,[0,0,0]],[1744367235,[0,0,0]],[1744367236,[0,0,0]],[1744367237,[0,0,0]],[1744367238,[0,0,0]],[1744367239,[0,0,0]],[1744367240,[0,0,0]],[1744367241,[0,0,0]],[1744367242,[0,0,0]],[1744367243,[0,0,0]],[1744367244,[0,0,0]],[1744367245,[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([[1744367146,[0,0,0]],[1744367147,[0,0,0]],[1744367148,[0,0,0]],[1744367149,[0,0,0]],[1744367150,[0,0,0]],[1744367151,[0,0,0]],[1744367152,[0,0,0]],[1744367153,[0,0,0]],[1744367154,[1,1,0]],[1744367155,[55,0,55]],[1744367156,[541,0,541]],[1744367157,[605,0,605]],[1744367158,[1111,0,1111]],[1744367159,[10,0,10]],[1744367160,[1,0,1]],[1744367161,[0,0,0]],[1744367162,[3,2,1]],[1744367163,[7,3,4]],[1744367164,[10,4,6]],[1744367165,[4,3,1]],[1744367166,[98,6,92]],[1744367167,[131,6,125]],[1744367168,[168,13,155]],[1744367169,[17,10,7]],[1744367170,[15,13,2]],[1744367171,[14,13,1]],[1744367172,[29,19,10]],[1744367173,[24,15,9]],[1744367174,[40,16,24]],[1744367175,[20,15,5]],[1744367176,[42,17,25]],[1744367177,[103,27,76]],[1744367178,[197,23,174]],[1744367179,[25,21,4]],[1744367180,[44,34,10]],[1744367181,[48,41,7]],[1744367182,[90,45,45]],[1744367183,[58,33,25]],[1744367184,[40,31,9]],[1744367185,[22,10,12]],[1744367186,[40,18,22]],[1744367187,[38,13,25]],[1744367188,[94,19,75]],[1744367189,[47,20,27]],[1744367190,[27,19,8]],[1744367191,[24,17,7]],[1744367192,[58,12,46]],[1744367193,[42,13,29]],[1744367194,[36,23,13]],[1744367195,[41,24,17]],[1744367196,[34,26,8]],[1744367197,[28,26,2]],[1744367198,[122,22,100]],[1744367199,[57,16,41]],[1744367200,[32,17,15]],[1744367201,[24,19,5]],[1744367202,[37,24,13]],[1744367203,[47,22,25]],[1744367204,[34,25,9]],[1744367205,[40,23,17]],[1744367206,[20,15,5]],[1744367207,[21,19,2]],[1744367208,[35,30,5]],[1744367209,[36,25,11]],[1744367210,[37,32,5]],[1744367211,[49,38,11]],[1744367212,[69,68,1]],[1744367213,[48,46,2]],[1744367214,[64,59,5]],[1744367215,[73,71,2]],[1744367216,[63,62,1]],[1744367217,[42,32,10]],[1744367218,[32,25,7]],[1744367219,[22,21,1]],[1744367220,[16,16,0]],[1744367221,[15,15,0]],[1744367222,[18,18,0]],[1744367223,[17,13,4]],[1744367224,[10,10,0]],[1744367225,[8,8,0]],[1744367226,[8,4,4]],[1744367227,[5,5,0]],[1744367228,[7,4,3]],[1744367229,[5,3,2]],[1744367230,[2,2,0]],[1744367231,[1,0,1]],[1744367232,[4,2,2]],[1744367233,[1,0,1]],[1744367234,[0,0,0]],[1744367235,[1,1,0]],[1744367236,[0,0,0]],[1744367237,[1,1,0]],[1744367238,[1,1,0]],[1744367239,[0,0,0]],[1744367240,[0,0,0]],[1744367241,[2,0,2]],[1744367242,[0,0,0]],[1744367243,[0,0,0]],[1744367244,[0,0,0]],[1744367245,[1,0,1]]]);
- 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: 1465.0, color: '#68b65c'},{name: 'KO', y: 3744.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: [
- [3,18953],[3,14757],[3,16061],[3,5274],[3,3357],[6,26216],[6,20184],[6,20059],[9,23248],[15,25267],[24,28841],[36,30111],[51,53010],[54,31669],[63,53852],[66,35518],[72,52940],[75,33439],[78,32832],[84,38050],[87,32216],[96,37733],[108,48573],[108,45100],[108,41997],[111,43509],[114,50158],[114,57273],[114,39661],[138,42902],[147,41675],[156,51735],[156,40515],[168,49264],[168,45831],[171,54098],[189,47604],[195,50647],[207,50613],[216,51161],[222,59056],[243,46960],[246,57061],[258,49332],[339,22259],[519,51803],[714,48492],[1665,59895],[2488,58761],[3005,51659],[3080,44945],[3388,5379],[5224,41730]
- ]},
- {
- type: 'scatter',
- color: '#f15b4f',
- name: 'KO',
- data: [
- [36,22206],[51,40012],[63,40022],[66,60003],[72,40040],[84,32184],[87,23166],[96,11148],[108,24169],[108,34223],[108,33166],[111,38241],[114,60009],[114,40019],[114,27169],[138,37171],[147,60006],[156,35206],[156,31160],[168,40144],[171,60014],[189,60010],[195,60003],[207,40022],[216,60001],[222,40025],[243,60001],[246,40025],[258,40019],[339,20785],[519,40024],[714,32436],[1547,21611],[1665,20789],[2488,40141],[3005,42089],[3080,38114],[3388,41236],[4129,14361],[5224,40975]
- ]}
- ]
- });
- scatterChart.setTitle({
- text: '<span class="chart_title">Response Time against Global Throughput</span>',
- useHTML: true
- });
- });
- </script>
- </div>
- </body>
- </html>
|