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">
- 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">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">3224</td>
- <td class="value error-col-3 total ko">81.6%</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">1</span></td>
- <td class="value error-col-2 total ko">142</td>
- <td class="value error-col-3 total ko">3.59%</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">131</td>
- <td class="value error-col-3 total ko">3.32%</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">129</td>
- <td class="value error-col-3 total ko">3.26%</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">4</span></td>
- <td class="value error-col-2 total ko">125</td>
- <td class="value error-col-3 total ko">3.16%</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">98</td>
- <td class="value error-col-3 total ko">2.48%</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">44</td>
- <td class="value error-col-3 total ko">1.11%</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">7</span></td>
- <td class="value error-col-2 total ko">19</td>
- <td class="value error-col-3 total ko">0.48%</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">17</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.108:443 after 60000 ms<span class="value" style="display:none">9</span></td>
- <td class="value error-col-2 total ko">12</td>
- <td class="value error-col-3 total ko">0.3%</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">10</span></td>
- <td class="value error-col-2 total ko">10</td>
- <td class="value error-col-3 total ko">0.25%</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', '2101', '2701', '3301', '3901', '4501', '5101', '5701', '6302', '6902', '7502', '8102', '8702', '9302', '9902', '10503', '11103', '11703', '12303', '12903', '13503', '14104', '14704', '15304', '15904', '16504', '17104', '17704', '18305', '18905', '19505', '20105', '20705', '21305', '21905', '22506', '23106', '23706', '24306', '24906', '25506', '26107', '26707', '27307', '27907', '28507', '29107', '29707', '30308', '30908', '31508', '32108', '32708', '33308', '33908', '34509', '35109', '35709', '36309', '36909', '37509', '38110', '38710', '39310', '39910', '40510', '41110', '41710', '42311', '42911', '43511', '44111', '44711', '45311', '45911', '46512', '47112', '47712', '48312', '48912', '49512', '50113', '50713', '51313', '51913', '52513', '53113', '53713', '54314', '54914', '55514', '56114', '56714', '57314', '57914', '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.05,0.11,0.2,0.25,0.14,0.31,0.2,0.31,0.2,0.25,0.33,0.12,0.29,0.11,0.31,0.24,0.2,0.25,0.44,0.33,0.38,0.44,0.37,0.37,0.35,0.33,0.33,0.59,0.22,0.25,0.24,0.27,0.33,0.31,0.22,0.38,0.16,0.29,0.37,0.38,0.35,0.22,0.38,0.25,0.25,0.44,0.46,0.4,0.37,0.24,0.4,0.33,0.24,0.44,0.42,0.4,0.42,0.37,0.35,0.33,0.29,0.38,0.16,0.24,0.44,0.42,0.44,0.27,0.4,0.49,0.61,0.38,0.31,0.29,0.37,0.27,0.25,0.22,0.18,0.05,0.18,0.14,0.16,0.07,0.05,0.18,0.11,0.05,0.05,0.07,0.11,0.11,0.09,0.03,0.01,0.11,0.05,0.05
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- },
- {
- type: 'column',
- color: '#f15b4f',
- name: 'KO',
- data: [
- 33.66,17.85,4.25,0.74,1.99,0.68,0.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.14,0.61,0.4,0.01,0.01,0.33,0.01,0.07,0.01,0.0,0.0,0.0,0.0,0.0,0.01,0.0,0.0,1.96,0.14,0.01,0.01,0.0,0.05,0.0,0.03,0.01,0.0,0.0,0.0,0.01,0.0,0.01,0.0,0.18,1.98,0.12,0.0,0.0,0.0,0.01,0.01,0.01,0.01,0.0,0.01,0.0,0.0,0.05,0.0,0.0,1.46,0.61,1.37,0.99,0.01,0.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01,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,1.07
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- }
- ]
- });
- responsetimeDistributionChart.setTitle({
- text: '<span class="chart_title">Response Time Distribution</span>',
- useHTML: true
- });
- var responsetimepercentilesovertimeokPercentiles = unpack([[1744913729,null],[1744913730,null],[1744913731,[22382,22382,22382,22382,22382,22382,22382,22382,22382,22382]],[1744913732,[16249,26155,34657,41671,41671,41671,45116,45116,45116,45116]],[1744913733,[12561,17972,30218,42677,46262,47032,47897,51791,55905,55905]],[1744913734,null],[1744913735,[15346,15346,15346,15346,15346,15346,15346,15346,15346,15346]],[1744913736,null],[1744913737,[9557,10977,13873,16164,16164,16164,35768,35768,35768,35768]],[1744913738,[9767,10616,24209,30859,30859,30859,30859,30859,30859,30859]],[1744913739,[10490,18888,24060,29131,36224,40831,40842,59393,59393,59393]],[1744913740,[11415,20633,25894,33725,34926,37810,43144,50112,59325,59325]],[1744913741,[4538,21379,29438,38406,40961,43541,48504,56919,58589,58589]],[1744913742,[14796,25751,36821,45435,46634,49638,55694,57651,58767,58767]],[1744913743,[7281,17497,47737,53817,53817,53817,58464,58464,58464,58464]],[1744913744,[1219,1223,4695,8725,8725,10026,10026,10026,10026,10026]],[1744913745,[2581,8442,18193,46135,51115,52505,56181,56423,57257,57257]],[1744913746,[2664,8527,13089,21081,24952,31406,46124,53129,59712,59712]],[1744913747,[2174,9731,18452,28408,33368,37356,46682,50633,59985,59985]],[1744913748,[5660,10555,15162,23902,26260,28266,36801,41409,55500,55500]],[1744913749,[6741,16849,23619,31985,49575,49575,51524,53236,53236,53236]],[1744913750,[5734,13292,23713,38135,47873,50707,52699,55603,56338,56338]],[1744913751,[6798,15728,27217,44790,48013,48078,51232,53249,54548,54548]],[1744913752,[15068,29128,39967,47561,48847,49463,49733,58741,58874,58874]],[1744913753,[7699,29318,40017,46075,46869,47590,49663,52561,59985,59985]],[1744913754,[9894,33469,42446,44907,45408,47771,50382,52402,58712,58712]],[1744913755,[7111,31983,41853,44467,45538,46156,47164,49905,53378,55529]],[1744913756,[3352,13047,30317,42362,43598,43890,44961,47936,56032,56032]],[1744913757,[3577,14172,21178,37368,39633,42859,44049,48138,55650,55650]],[1744913758,[3132,14281,27259,41071,41760,42068,42861,43744,52517,52517]],[1744913759,[2650,12987,26601,40729,40924,41113,42862,43966,44442,44442]],[1744913760,[3441,13773,21876,38961,40053,40111,40166,40851,41142,41142]],[1744913761,[2678,15376,28488,38351,40039,40485,41722,43792,46973,46973]],[1744913762,[4168,28896,34832,37525,37843,39014,43376,44753,45212,45212]],[1744913763,[3281,21290,30363,34699,35309,35840,37561,41177,46307,46307]],[1744913764,[1952,20461,28038,34475,35328,35892,36960,39472,42958,42958]],[1744913765,[4170,28884,33638,35992,37175,37795,40548,42342,53905,53905]],[1744913766,[2230,18031,28267,33352,33835,34684,36295,38135,44473,44473]],[1744913767,[1638,11543,22351,33560,34378,34418,36296,40273,54403,54403]],[1744913768,[2777,6895,29128,31014,31425,31788,31984,32151,50397,50397]],[1744913769,[2726,5740,13242,22358,25210,28368,29643,30827,31278,31278]],[1744913770,[4802,8943,17826,27948,27948,30032,30032,50367,50367,50367]],[1744913771,[5851,12598,21691,28316,29380,29380,40328,58373,58373,58373]],[1744913772,[5015,13183,25547,28327,29165,29165,34160,34992,34992,34992]],[1744913773,[15066,16368,18353,26597,29641,29641,31703,31703,31703,31703]],[1744913774,[7441,13786,17929,24567,24567,24567,30218,30218,30218,30218]],[1744913775,[6262,6262,14781,14781,14781,14781,14781,14781,14781,14781]],[1744913776,[14945,14945,23459,29291,29291,29291,29291,29291,29291,29291]],[1744913777,[10873,10873,14508,14508,14508,14508,14508,14508,14508,14508]],[1744913778,null],[1744913779,[11090,11090,11090,11090,11090,11090,11090,11090,11090,11090]],[1744913780,[18779,18779,18779,18779,18779,18779,18779,18779,18779,18779]],[1744913781,null],[1744913782,[17588,17588,17588,17588,17588,17588,17588,17588,17588,17588]],[1744913783,null],[1744913784,null],[1744913785,null],[1744913786,null],[1744913787,null],[1744913788,[5457,5457,5457,5457,5457,5457,5457,5457,5457,5457]],[1744913789,[5980,5980,5980,5980,5980,5980,5980,5980,5980,5980]],[1744913790,null],[1744913791,null],[1744913792,[5143,5143,5143,5143,5143,5143,5143,5143,5143,5143]],[1744913793,null],[1744913794,null],[1744913795,null],[1744913796,null],[1744913797,null],[1744913798,null],[1744913799,null],[1744913800,null],[1744913801,null],[1744913802,null],[1744913803,null],[1744913804,null],[1744913805,null],[1744913806,null],[1744913807,null],[1744913808,null],[1744913809,null],[1744913810,null],[1744913811,null],[1744913812,null],[1744913813,null],[1744913814,null],[1744913815,null],[1744913816,null],[1744913817,null],[1744913818,null],[1744913819,null],[1744913820,null],[1744913821,null],[1744913822,null],[1744913823,null],[1744913824,null],[1744913825,null],[1744913826,null],[1744913827,null],[1744913828,null],[1744913829,null],[1744913830,null],[1744913831,null],[1744913832,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([[1744913729,[0,0,0]],[1744913730,[0,0,0]],[1744913731,[13,1,12]],[1744913732,[55,7,48]],[1744913733,[142,30,112]],[1744913734,[10,0,10]],[1744913735,[120,1,119]],[1744913736,[144,0,144]],[1744913737,[635,8,627]],[1744913738,[814,4,810]],[1744913739,[606,19,587]],[1744913740,[899,77,822]],[1744913741,[323,38,285]],[1744913742,[71,37,34]],[1744913743,[12,7,5]],[1744913744,[9,6,3]],[1744913745,[38,25,13]],[1744913746,[82,49,33]],[1744913747,[83,59,24]],[1744913748,[38,27,11]],[1744913749,[20,15,5]],[1744913750,[52,39,13]],[1744913751,[49,34,15]],[1744913752,[46,38,8]],[1744913753,[89,77,12]],[1744913754,[107,97,10]],[1744913755,[156,105,51]],[1744913756,[127,82,45]],[1744913757,[77,60,17]],[1744913758,[70,44,26]],[1744913759,[47,37,10]],[1744913760,[51,34,17]],[1744913761,[37,33,4]],[1744913762,[29,29,0]],[1744913763,[33,33,0]],[1744913764,[39,36,3]],[1744913765,[71,67,4]],[1744913766,[39,37,2]],[1744913767,[47,43,4]],[1744913768,[25,22,3]],[1744913769,[21,21,0]],[1744913770,[12,11,1]],[1744913771,[16,15,1]],[1744913772,[16,15,1]],[1744913773,[9,9,0]],[1744913774,[8,8,0]],[1744913775,[2,2,0]],[1744913776,[3,3,0]],[1744913777,[2,2,0]],[1744913778,[0,0,0]],[1744913779,[1,1,0]],[1744913780,[1,1,0]],[1744913781,[0,0,0]],[1744913782,[1,1,0]],[1744913783,[0,0,0]],[1744913784,[0,0,0]],[1744913785,[0,0,0]],[1744913786,[0,0,0]],[1744913787,[0,0,0]],[1744913788,[1,1,0]],[1744913789,[1,1,0]],[1744913790,[0,0,0]],[1744913791,[0,0,0]],[1744913792,[1,1,0]],[1744913793,[0,0,0]],[1744913794,[0,0,0]],[1744913795,[0,0,0]],[1744913796,[0,0,0]],[1744913797,[0,0,0]],[1744913798,[0,0,0]],[1744913799,[0,0,0]],[1744913800,[0,0,0]],[1744913801,[0,0,0]],[1744913802,[0,0,0]],[1744913803,[0,0,0]],[1744913804,[0,0,0]],[1744913805,[0,0,0]],[1744913806,[0,0,0]],[1744913807,[0,0,0]],[1744913808,[0,0,0]],[1744913809,[0,0,0]],[1744913810,[0,0,0]],[1744913811,[0,0,0]],[1744913812,[0,0,0]],[1744913813,[0,0,0]],[1744913814,[0,0,0]],[1744913815,[0,0,0]],[1744913816,[0,0,0]],[1744913817,[0,0,0]],[1744913818,[0,0,0]],[1744913819,[0,0,0]],[1744913820,[0,0,0]],[1744913821,[0,0,0]],[1744913822,[0,0,0]],[1744913823,[0,0,0]],[1744913824,[0,0,0]],[1744913825,[0,0,0]],[1744913826,[0,0,0]],[1744913827,[0,0,0]],[1744913828,[0,0,0]],[1744913829,[0,0,0]],[1744913830,[0,0,0]],[1744913831,[0,0,0]],[1744913832,[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([[1744913729,[0,0,0]],[1744913730,[0,0,0]],[1744913731,[0,0,0]],[1744913732,[0,0,0]],[1744913733,[0,0,0]],[1744913734,[0,0,0]],[1744913735,[0,0,0]],[1744913736,[34,0,34]],[1744913737,[303,0,303]],[1744913738,[510,0,510]],[1744913739,[860,0,860]],[1744913740,[855,0,855]],[1744913741,[678,0,678]],[1744913742,[5,0,5]],[1744913743,[0,0,0]],[1744913744,[0,0,0]],[1744913745,[3,3,0]],[1744913746,[5,5,0]],[1744913747,[2,2,0]],[1744913748,[4,4,0]],[1744913749,[31,6,25]],[1744913750,[61,10,51]],[1744913751,[23,10,13]],[1744913752,[7,7,0]],[1744913753,[12,12,0]],[1744913754,[6,6,0]],[1744913755,[14,13,1]],[1744913756,[15,13,2]],[1744913757,[15,15,0]],[1744913758,[24,18,6]],[1744913759,[14,8,6]],[1744913760,[45,19,26]],[1744913761,[29,19,10]],[1744913762,[20,17,3]],[1744913763,[35,35,0]],[1744913764,[31,31,0]],[1744913765,[26,15,11]],[1744913766,[42,30,12]],[1744913767,[47,31,16]],[1744913768,[33,25,8]],[1744913769,[40,31,9]],[1744913770,[45,21,24]],[1744913771,[29,18,11]],[1744913772,[33,22,11]],[1744913773,[39,24,15]],[1744913774,[140,19,121]],[1744913775,[42,26,16]],[1744913776,[50,24,26]],[1744913777,[42,27,15]],[1744913778,[28,19,9]],[1744913779,[25,22,3]],[1744913780,[44,32,12]],[1744913781,[42,20,22]],[1744913782,[46,21,25]],[1744913783,[26,21,5]],[1744913784,[27,19,8]],[1744913785,[59,30,29]],[1744913786,[47,19,28]],[1744913787,[26,19,7]],[1744913788,[28,17,11]],[1744913789,[23,20,3]],[1744913790,[24,20,4]],[1744913791,[40,32,8]],[1744913792,[23,14,9]],[1744913793,[27,14,13]],[1744913794,[34,28,6]],[1744913795,[31,28,3]],[1744913796,[40,36,4]],[1744913797,[64,64,0]],[1744913798,[55,54,1]],[1744913799,[86,81,5]],[1744913800,[88,78,10]],[1744913801,[54,47,7]],[1744913802,[35,30,5]],[1744913803,[21,21,0]],[1744913804,[15,15,0]],[1744913805,[17,15,2]],[1744913806,[11,8,3]],[1744913807,[13,11,2]],[1744913808,[7,5,2]],[1744913809,[3,2,1]],[1744913810,[4,4,0]],[1744913811,[8,6,2]],[1744913812,[4,2,2]],[1744913813,[8,4,4]],[1744913814,[1,0,1]],[1744913815,[4,0,4]],[1744913816,[0,0,0]],[1744913817,[2,0,2]],[1744913818,[1,1,0]],[1744913819,[1,1,0]],[1744913820,[1,1,0]],[1744913821,[2,1,1]],[1744913822,[0,0,0]],[1744913823,[0,0,0]],[1744913824,[1,0,1]],[1744913825,[1,0,1]],[1744913826,[0,0,0]],[1744913827,[1,0,1]],[1744913828,[1,0,1]],[1744913829,[1,1,0]],[1744913830,[0,0,0]],[1744913831,[0,0,0]],[1744913832,[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: 1449.0, color: '#68b65c'},{name: 'KO', y: 3951.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,5980],[3,11090],[3,18779],[3,17588],[3,5457],[3,5143],[6,14781],[6,14508],[9,29291],[24,30218],[27,10026],[27,31703],[36,58464],[36,50367],[48,58373],[48,34992],[60,53236],[63,30827],[76,32151],[87,44753],[99,41177],[111,43792],[114,56423],[114,41409],[117,39472],[117,38135],[138,58741],[140,40273],[141,43966],[147,53249],[153,40851],[156,55603],[210,43744],[213,57651],[213,42342],[231,48138],[246,53129],[249,50633],[267,52561],[321,52402],[381,47936],[468,49905],[969,56919],[1693,15346],[1818,59393],[1905,35768],[2442,30859],[2697,50112],[3562,45116],[4882,51791],[5196,22382]
- ]},
- {
- type: 'scatter',
- color: '#f15b4f',
- name: 'KO',
- data: [
- [27,40537],[36,41211],[36,23166],[48,12209],[48,60015],[60,60006],[76,60012],[111,31148],[114,60006],[114,60009],[117,60008],[117,23160],[138,60004],[140,60001],[141,33164],[147,60015],[153,60010],[156,30028],[210,34238],[213,60004],[213,60006],[231,60014],[246,60009],[249,60004],[267,60011],[321,60011],[381,40021],[468,60004],[969,39815],[1198,1152],[1693,4090],[1818,849],[1905,3036],[2442,1771],[2697,20124],[3562,41677],[4882,41560],[5196,41180],[5954,2199]
- ]}
- ]
- });
- scatterChart.setTitle({
- text: '<span class="chart_title">Response Time against Global Throughput</span>',
- useHTML: true
- });
- });
- </script>
- </div>
- </body>
- </html>
|