123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965 |
- <!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.88f760be.css</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: Network is unreachable: getsockopt<span class="value" style="display:none">0</span></td>
- <td class="value error-col-2 total ko">1565</td>
- <td class="value error-col-3 total ko">60.26%</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">1</span></td>
- <td class="value error-col-2 total ko">486</td>
- <td class="value error-col-3 total ko">18.71%</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">2</span></td>
- <td class="value error-col-2 total ko">207</td>
- <td class="value error-col-3 total ko">7.97%</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">91</td>
- <td class="value error-col-3 total ko">3.5%</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">4</span></td>
- <td class="value error-col-2 total ko">84</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.108:443 after 60000 ms<span class="value" style="display:none">5</span></td>
- <td class="value error-col-2 total ko">71</td>
- <td class="value error-col-3 total ko">2.73%</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">6</span></td>
- <td class="value error-col-2 total ko">69</td>
- <td class="value error-col-3 total ko">2.66%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">j.n.UnknownHostException: ecomm.gatling.io<span class="value" style="display:none">7</span></td>
- <td class="value error-col-2 total ko">23</td>
- <td class="value error-col-3 total ko">0.89%</td>
- </tr>
- <tr>
- <td class="error-col-1 total ko">j.i.IOException: Premature close<span class="value" style="display:none">8</span></td>
- <td class="value error-col-2 total ko">1</td>
- <td class="value error-col-3 total ko">0.04%</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-88f760be-c--2032902728'].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', '5702', '6302', '6902', '7502', '8102', '8702', '9302', '9903', '10503', '11103', '11703', '12303', '12903', '13504', '14104', '14704', '15304', '15904', '16504', '17105', '17705', '18305', '18905', '19505', '20105', '20706', '21306', '21906', '22506', '23106', '23706', '24306', '24907', '25507', '26107', '26707', '27307', '27907', '28508', '29108', '29708', '30308', '30908', '31508', '32109', '32709', '33309', '33909', '34509', '35109', '35710', '36310', '36910', '37510', '38110', '38710', '39310', '39911', '40511', '41111', '41711', '42311', '42911', '43512', '44112', '44712', '45312', '45912', '46512', '47113', '47713', '48313', '48913', '49513', '50113', '50714', '51314', '51914', '52514', '53114', '53714', '54314', '54915', '55515', '56115', '56715', '57315', '57915', '58516', '59116', '59716'],
- 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.19,0.42,0.39,0.5,0.28,0.14,0.19,0.3,0.44,0.33,0.25,0.14,0.22,0.36,0.39,0.33,0.16,0.44,0.25,0.53,0.56,0.56,0.44,0.53,0.39,0.39,0.33,0.25,0.39,0.42,0.3,0.33,0.22,0.44,0.36,0.47,0.5,0.42,0.28,0.25,0.19,0.28,0.22,0.3,0.28,0.16,0.5,0.11,0.25,0.33,0.16,0.39,0.25,0.3,0.22,0.3,0.3,0.3,0.22,0.3,0.19,0.08,0.19,0.3,0.25,0.16,0.14,0.22,0.16,0.14,0.33,0.22,0.14,0.22,0.28,0.11,0.33,0.16,0.19,0.16,0.11,0.19,0.3,0.05,0.22,0.16,0.11,0.16,0.16,0.05,0.14,0.16,0.14,0.28,0.08,0.14,0.11,0.28,0.25
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- },
- {
- type: 'column',
- color: '#f15b4f',
- name: 'KO',
- data: [
- 0.75,0.0,0.0,0.0,0.05,0.0,0.61,1.77,1.88,0.28,0.05,1.15,0.25,0.53,0.11,0.16,1.65,2.81,5.93,1.2,4.44,5.81,1.46,3.45,1.54,1.91,3.42,4.1,2.64,1.82,1.4,1.65,0.5,1.4,0.25,0.75,0.78,0.75,1.15,0.61,0.42,0.05,0.47,0.19,0.05,0.42,0.08,0.08,0.05,0.11,0.3,0.22,0.14,0.25,0.16,0.22,0.08,0.22,0.11,0.14,0.05,0.19,0.14,0.16,0.05,0.02,0.05,0.08,0.02,0.02,0.0,0.02,0.02,0.02,0.02,0.05,0.05,0.0,0.0,0.02,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,8.85
- ],
- tooltip: { yDecimals: 0, ySuffix: 'ms' }
- }
- ]
- });
- responsetimeDistributionChart.setTitle({
- text: '<span class="chart_title">Response Time Distribution</span>',
- useHTML: true
- });
- var responsetimepercentilesovertimeokPercentiles = unpack([[1744803775,null],[1744803776,null],[1744803777,null],[1744803778,[38556,41034,42700,53881,53881,53881,53881,53881,53881,53881]],[1744803779,[33721,34612,39786,47599,47599,47599,47599,47599,47599,47599]],[1744803780,[28790,28790,28790,28790,28790,28790,28790,28790,28790,28790]],[1744803781,[30049,31303,44457,51270,51270,51270,56072,56072,56072,56072]],[1744803782,null],[1744803783,null],[1744803784,[28704,31092,32475,34716,48543,48543,48543,48543,48543,48543]],[1744803785,[29258,29258,32119,52031,52031,52031,52031,52031,52031,52031]],[1744803786,[49997,49997,49997,49997,49997,49997,49997,49997,49997,49997]],[1744803787,null],[1744803788,null],[1744803789,[22797,26510,36002,46914,50115,50115,50115,50115,50115,50115]],[1744803790,[27041,27041,27041,27041,27041,27041,27041,27041,27041,27041]],[1744803791,[22545,26816,47199,58513,58513,58513,58513,58513,58513,58513]],[1744803792,[17550,20998,23183,26647,58629,58629,58629,58629,58629,58629]],[1744803793,[14611,26977,31482,48742,48742,55590,56079,59486,59486,59486]],[1744803794,[14012,16593,20523,34910,34910,38594,38594,49470,49470,49470]],[1744803795,[13536,19259,24063,34141,46782,46782,47765,47765,47765,47765]],[1744803796,[13093,15411,20034,35936,37082,37082,44808,44808,44808,44808]],[1744803797,[12248,25970,49080,53249,53249,59373,59373,59879,59879,59879]],[1744803798,[13791,13791,13791,13791,13791,13791,13791,13791,13791,13791]],[1744803799,[10850,42682,43576,46930,53375,53375,53375,53375,53375,53375]],[1744803800,[13512,13512,55349,55349,55349,55349,55349,55349,55349,55349]],[1744803801,[9948,15335,24156,33068,33068,56688,56688,56688,56688,56688]],[1744803802,[6247,11487,14404,31826,46218,46218,46218,46218,46218,46218]],[1744803803,[10065,12941,31762,57269,57269,57269,58664,58664,58664,58664]],[1744803804,[3920,6211,21898,28771,43682,43682,57583,57583,57583,57583]],[1744803805,[3514,6320,12218,31123,31123,31123,56515,56515,56515,56515]],[1744803806,[1472,7762,10319,22199,29419,29419,59412,59412,59412,59412]],[1744803807,[1722,2993,5880,14939,15604,25627,37172,38864,38864,38864]],[1744803808,[1400,15324,24826,42207,43494,49714,52365,58185,59548,59548]],[1744803809,[1396,17503,27894,40399,48299,50145,54616,58879,59784,59784]],[1744803810,[1064,19241,32556,44707,47732,51240,55114,58503,59141,59141]],[1744803811,[1185,12483,21482,34355,37300,44583,51470,56461,57680,57680]],[1744803812,[12629,21741,27619,38783,46805,47652,48145,50080,54475,54475]],[1744803813,[2695,13529,21850,42465,43050,48079,52000,52378,56682,56682]],[1744803814,[962,17508,28281,41249,43040,46721,47481,53594,59091,59091]],[1744803815,[5113,12573,20975,43152,44699,45163,46955,53417,56950,56950]],[1744803816,[2968,15329,22444,40278,42817,43015,44220,55854,55886,55886]],[1744803817,[982,11969,19990,39254,45173,48144,49460,58908,59498,59498]],[1744803818,[1684,14657,18110,35474,43298,45113,46835,53364,59591,59591]],[1744803819,[1722,12864,19008,36711,39417,41721,43608,46339,55277,55277]],[1744803820,[2464,15078,31796,41469,44530,45145,45357,53487,53487,53487]],[1744803821,[2099,6737,19911,38750,41626,43189,43387,44391,50018,50018]],[1744803822,[1193,13418,23179,38644,43554,44124,52823,56695,56695,56695]],[1744803823,[1011,4477,21835,35193,41365,45482,52435,53186,53186,53186]],[1744803824,[1316,11075,16681,33740,34732,36592,41693,43885,45001,45001]],[1744803825,[2775,13823,24647,36632,38811,39130,40197,41965,41965,41965]],[1744803826,[1884,5844,11672,31546,34643,36032,41756,57837,57837,57837]],[1744803827,[1183,4224,9286,34483,35276,38978,45665,55711,56923,56923]],[1744803828,[2009,13029,29522,33132,39493,42293,46315,50242,50242,50242]],[1744803829,[2694,12310,21699,25547,30930,30930,36099,36099,36099,36099]],[1744803830,[1525,6808,16044,32928,32983,33937,36740,45541,45541,45541]],[1744803831,[2510,10617,14178,21664,21664,22246,22246,50140,50140,50140]],[1744803832,[1244,8232,9638,14742,14828,17280,29528,33307,36157,36157]],[1744803833,[2232,11674,16896,32687,32687,55547,55547,59981,59981,59981]],[1744803834,[3127,11169,16720,35709,35709,36416,36416,56390,56390,56390]],[1744803835,[2866,8636,18115,30347,30347,31804,31804,31804,31804,31804]],[1744803836,null],[1744803837,null],[1744803838,null],[1744803839,null],[1744803840,null],[1744803841,null],[1744803842,null],[1744803843,null],[1744803844,null],[1744803845,null],[1744803846,null],[1744803847,null],[1744803848,null],[1744803849,null],[1744803850,null],[1744803851,null],[1744803852,null],[1744803853,null],[1744803854,null],[1744803855,null],[1744803856,null],[1744803857,null],[1744803858,null],[1744803859,null],[1744803860,null],[1744803861,null],[1744803862,null],[1744803863,null],[1744803864,null],[1744803865,null],[1744803866,null],[1744803867,null],[1744803868,null],[1744803869,null],[1744803870,null],[1744803871,null],[1744803872,null],[1744803873,null],[1744803874,null],[1744803875,null],[1744803876,null],[1744803877,null],[1744803878,null],[1744803879,null],[1744803880,null],[1744803881,null],[1744803882,null],[1744803883,null],[1744803884,null],[1744803885,null],[1744803886,null],[1744803887,null],[1744803888,null],[1744803889,null],[1744803890,null],[1744803891,null],[1744803892,null],[1744803893,null],[1744803894,null],[1744803895,null],[1744803896,null],[1744803897,null]]);
- 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([[1744803775,[0,0,0]],[1744803776,[0,0,0]],[1744803777,[12,0,12]],[1744803778,[11,4,7]],[1744803779,[76,4,72]],[1744803780,[16,1,15]],[1744803781,[197,7,190]],[1744803782,[152,0,152]],[1744803783,[45,0,45]],[1744803784,[169,5,164]],[1744803785,[393,3,390]],[1744803786,[114,1,113]],[1744803787,[109,0,109]],[1744803788,[186,0,186]],[1744803789,[259,5,254]],[1744803790,[74,1,73]],[1744803791,[73,4,69]],[1744803792,[69,5,64]],[1744803793,[78,16,62]],[1744803794,[51,11,40]],[1744803795,[28,9,19]],[1744803796,[27,10,17]],[1744803797,[33,12,21]],[1744803798,[16,1,15]],[1744803799,[15,5,10]],[1744803800,[10,2,8]],[1744803801,[21,6,15]],[1744803802,[16,5,11]],[1744803803,[17,8,9]],[1744803804,[21,9,12]],[1744803805,[12,8,4]],[1744803806,[20,10,10]],[1744803807,[30,19,11]],[1744803808,[68,37,31]],[1744803809,[164,98,66]],[1744803810,[118,74,44]],[1744803811,[80,45,35]],[1744803812,[65,45,20]],[1744803813,[57,36,21]],[1744803814,[53,37,16]],[1744803815,[56,35,21]],[1744803816,[58,34,24]],[1744803817,[45,32,13]],[1744803818,[39,25,14]],[1744803819,[36,26,10]],[1744803820,[27,20,7]],[1744803821,[38,23,15]],[1744803822,[23,18,5]],[1744803823,[29,17,12]],[1744803824,[29,23,6]],[1744803825,[25,20,5]],[1744803826,[24,18,6]],[1744803827,[27,21,6]],[1744803828,[19,17,2]],[1744803829,[12,9,3]],[1744803830,[21,18,3]],[1744803831,[16,11,5]],[1744803832,[21,21,0]],[1744803833,[12,12,0]],[1744803834,[15,12,3]],[1744803835,[10,6,4]],[1744803836,[7,0,7]],[1744803837,[7,0,7]],[1744803838,[3,0,3]],[1744803839,[3,0,3]],[1744803840,[0,0,0]],[1744803841,[0,0,0]],[1744803842,[1,0,1]],[1744803843,[0,0,0]],[1744803844,[0,0,0]],[1744803845,[0,0,0]],[1744803846,[0,0,0]],[1744803847,[0,0,0]],[1744803848,[0,0,0]],[1744803849,[0,0,0]],[1744803850,[0,0,0]],[1744803851,[0,0,0]],[1744803852,[0,0,0]],[1744803853,[0,0,0]],[1744803854,[0,0,0]],[1744803855,[0,0,0]],[1744803856,[0,0,0]],[1744803857,[0,0,0]],[1744803858,[0,0,0]],[1744803859,[0,0,0]],[1744803860,[0,0,0]],[1744803861,[0,0,0]],[1744803862,[0,0,0]],[1744803863,[0,0,0]],[1744803864,[0,0,0]],[1744803865,[0,0,0]],[1744803866,[0,0,0]],[1744803867,[0,0,0]],[1744803868,[0,0,0]],[1744803869,[0,0,0]],[1744803870,[0,0,0]],[1744803871,[0,0,0]],[1744803872,[0,0,0]],[1744803873,[0,0,0]],[1744803874,[0,0,0]],[1744803875,[0,0,0]],[1744803876,[0,0,0]],[1744803877,[0,0,0]],[1744803878,[0,0,0]],[1744803879,[0,0,0]],[1744803880,[0,0,0]],[1744803881,[0,0,0]],[1744803882,[0,0,0]],[1744803883,[0,0,0]],[1744803884,[0,0,0]],[1744803885,[0,0,0]],[1744803886,[0,0,0]],[1744803887,[0,0,0]],[1744803888,[0,0,0]],[1744803889,[0,0,0]],[1744803890,[0,0,0]],[1744803891,[0,0,0]],[1744803892,[0,0,0]],[1744803893,[0,0,0]],[1744803894,[0,0,0]],[1744803895,[0,0,0]],[1744803896,[0,0,0]],[1744803897,[0,0,0]]]);
- 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([[1744803775,[0,0,0]],[1744803776,[0,0,0]],[1744803777,[0,0,0]],[1744803778,[0,0,0]],[1744803779,[0,0,0]],[1744803780,[0,0,0]],[1744803781,[0,0,0]],[1744803782,[0,0,0]],[1744803783,[0,0,0]],[1744803784,[0,0,0]],[1744803785,[0,0,0]],[1744803786,[0,0,0]],[1744803787,[0,0,0]],[1744803788,[0,0,0]],[1744803789,[0,0,0]],[1744803790,[62,0,62]],[1744803791,[0,0,0]],[1744803792,[40,0,40]],[1744803793,[102,0,102]],[1744803794,[79,0,79]],[1744803795,[200,0,200]],[1744803796,[142,0,142]],[1744803797,[104,0,104]],[1744803798,[14,0,14]],[1744803799,[129,0,129]],[1744803800,[80,0,80]],[1744803801,[188,0,188]],[1744803802,[190,0,190]],[1744803803,[157,0,157]],[1744803804,[91,0,91]],[1744803805,[110,0,110]],[1744803806,[20,0,20]],[1744803807,[29,1,28]],[1744803808,[28,6,22]],[1744803809,[30,7,23]],[1744803810,[31,13,18]],[1744803811,[41,7,34]],[1744803812,[27,11,16]],[1744803813,[51,28,23]],[1744803814,[38,12,26]],[1744803815,[22,6,16]],[1744803816,[38,12,26]],[1744803817,[20,10,10]],[1744803818,[19,7,12]],[1744803819,[29,12,17]],[1744803820,[33,7,26]],[1744803821,[20,10,10]],[1744803822,[17,10,7]],[1744803823,[21,15,6]],[1744803824,[32,18,14]],[1744803825,[15,10,5]],[1744803826,[24,19,5]],[1744803827,[24,24,0]],[1744803828,[30,24,6]],[1744803829,[41,25,16]],[1744803830,[33,16,17]],[1744803831,[39,17,22]],[1744803832,[39,29,10]],[1744803833,[50,36,14]],[1744803834,[30,17,13]],[1744803835,[48,28,20]],[1744803836,[55,30,25]],[1744803837,[50,24,26]],[1744803838,[43,25,18]],[1744803839,[37,16,21]],[1744803840,[20,14,6]],[1744803841,[31,16,15]],[1744803842,[32,19,13]],[1744803843,[18,16,2]],[1744803844,[21,14,7]],[1744803845,[22,15,7]],[1744803846,[28,23,5]],[1744803847,[14,8,6]],[1744803848,[16,11,5]],[1744803849,[19,14,5]],[1744803850,[18,14,4]],[1744803851,[13,8,5]],[1744803852,[13,9,4]],[1744803853,[17,11,6]],[1744803854,[14,4,10]],[1744803855,[14,8,6]],[1744803856,[25,19,6]],[1744803857,[19,14,5]],[1744803858,[16,14,2]],[1744803859,[17,14,3]],[1744803860,[20,18,2]],[1744803861,[24,22,2]],[1744803862,[15,13,2]],[1744803863,[13,10,3]],[1744803864,[13,9,4]],[1744803865,[21,19,2]],[1744803866,[18,12,6]],[1744803867,[17,10,7]],[1744803868,[27,12,15]],[1744803869,[41,9,32]],[1744803870,[22,3,19]],[1744803871,[20,2,18]],[1744803872,[12,3,9]],[1744803873,[16,2,14]],[1744803874,[11,2,9]],[1744803875,[11,2,9]],[1744803876,[17,4,13]],[1744803877,[8,3,5]],[1744803878,[9,1,8]],[1744803879,[7,1,6]],[1744803880,[3,0,3]],[1744803881,[8,1,7]],[1744803882,[3,0,3]],[1744803883,[8,1,7]],[1744803884,[4,2,2]],[1744803885,[1,0,1]],[1744803886,[2,0,2]],[1744803887,[2,0,2]],[1744803888,[1,0,1]],[1744803889,[1,1,0]],[1744803890,[1,1,0]],[1744803891,[2,0,2]],[1744803892,[0,0,0]],[1744803893,[1,1,0]],[1744803894,[0,0,0]],[1744803895,[0,0,0]],[1744803896,[0,0,0]],[1744803897,[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: 961.0, color: '#68b65c'},{name: 'KO', y: 2597.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: [
- [30,55349],[30,31804],[36,56515],[36,36099],[36,59981],[45,53375],[45,56390],[48,13791],[48,46218],[48,50140],[51,58664],[57,50242],[60,59412],[63,56688],[63,57583],[63,45541],[63,33307],[69,56695],[72,57837],[75,41965],[81,44808],[81,53487],[81,55711],[84,47765],[87,53186],[87,43885],[90,38864],[99,59879],[108,46339],[114,44391],[117,53364],[135,58908],[153,49470],[159,53594],[168,53417],[171,52378],[174,55854],[195,50080],[204,58185],[207,58629],[219,58513],[222,27041],[234,59486],[240,56461],[344,49997],[354,58503],[492,58879],[775,50115],[1179,52031],[1472,48543],[2676,53881],[2792,47599],[3744,56072],[3859,28790]
- ]},
- {
- type: 'scatter',
- color: '#f15b4f',
- name: 'KO',
- data: [
- [3,0],[9,0],[9,0],[21,0],[21,0],[30,60002],[30,13158],[36,60002],[36,20160],[45,60007],[45,13163],[48,60002],[48,60001],[48,60014],[51,60003],[57,60008],[60,60003],[63,60002],[63,60011],[63,22203],[69,60011],[72,60012],[75,60005],[81,60002],[81,60013],[81,60011],[84,60005],[87,60013],[87,60010],[90,60004],[99,60001],[108,60013],[114,60012],[117,60013],[135,60015],[153,60005],[159,60009],[168,60010],[171,60009],[174,60010],[195,60007],[204,60009],[207,32558],[219,60002],[222,33127],[234,60001],[240,60014],[325,17747],[344,24581],[354,60013],[492,60005],[560,18043],[775,24432],[1179,23469],[1472,17878],[2230,60002],[2676,60009],[2792,60007],[2828,19839],[3643,32597],[3744,60003],[3859,60009]
- ]}
- ]
- });
- scatterChart.setTitle({
- text: '<span class="chart_title">Response Time against Global Throughput</span>',
- useHTML: true
- });
- });
- </script>
- </div>
- </body>
- </html>
|