You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/22 18:22:57 UTC

[26/65] [abbrv] [partial] removed some dirs and updated setup script

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/22314254/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/menu.js
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/menu.js b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/menu.js
deleted file mode 100644
index 985718c..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/menu.js
+++ /dev/null
@@ -1,88 +0,0 @@
-	
-function getItemLink(item){
-	return 'req_' + item.pathFormatted + '.html';
-}
-
-function setDetailsLinkUrl(){
-    $.each(stats.contents, function (name, data) {
-        $('#details_link').attr('href', getItemLink(data));
-        return false;
-    });
-}
-
-var MENU_ITEM_MAX_LENGTH = 50;
-
-function menuItem(item, level, parent, group) {
-    if (group)
-        var style = 'group';
-    else
-        var style = '';
-
-    if (item.name.length > MENU_ITEM_MAX_LENGTH) {
-        var title = ' title="' + item.name + '"';
-        var displayName = item.name.substr(0, MENU_ITEM_MAX_LENGTH) + '...';
-    }
-    else {
-        var title = '';
-        var displayName = item.name;
-    }
-
-    if (parent) {
-    	  if (level == 0)
-			      var childOfRoot = 'child-of-ROOT ';
-		    else
-			      var childOfRoot = '';
-
-        var style = ' class="' + childOfRoot + 'child-of-menu-' + parent + '"';
-    } else
-      var style = '';
-
-    if (group)
-        var expandButton = '<span id="menu-' + item.pathFormatted + '" style="margin-left: ' + (level * 10) + 'px;" class="expand-button">&nbsp;</span>';
-    else
-        var expandButton = '<span id="menu-' + item.pathFormatted + '" style="margin-left: ' + (level * 10) + 'px;" class="expand-button hidden">&nbsp;</span>';
-
-    return '<li' + style + '><div class="item">' + expandButton + '<a href="' + getItemLink(item) + '"' + title + '>' + displayName + '</a></div></li>';
-}
-
-function menuItemsForGroup(group, level, parent) {
-    var items = '';
-
-    if (level > 0)
-        items += menuItem(group, level - 1, parent, true);
-
-    $.each(group.contents, function (contentName, content) {
-        if (content.type == 'GROUP')
-            items += menuItemsForGroup(content, level + 1, group.pathFormatted);
-        else if (content.type == 'REQUEST')
-            items += menuItem(content, level, group.pathFormatted);
-    });
-
-    return items;
-}
-
-function setDetailsMenu(){
-    $('.nav ul').append(menuItemsForGroup(stats, 0));
-
-    $('.nav').expandable();
-}
-
-function setGlobalMenu(){
-    $('.nav ul').append('<li><div class="item"><a href="#active_users">Active Users</a></div></li> \
-        <li><div class="item"><a href="#requests">Requests / sec</a></div></li> \
-        <li><div class="item"><a href="#responses">Responses / sec</a></div></li>');
-}
-
-function getLink(link){
-    var a = link.split('/');
-    return (a.length<=1)? link : a[a.length-1];
-}
- 
-function setActiveMenu(){
-    $('.nav a').each(function(){
-        if(!$(this).hasClass('expand-button') && $(this).attr('href') == getLink(window.location.pathname)){
-            $(this).parents('li').addClass('on');
-            return false;
-        }
-    });
-}

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/22314254/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/stats.js
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/stats.js b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/stats.js
deleted file mode 100644
index 1e0d18b..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/stats.js
+++ /dev/null
@@ -1,515 +0,0 @@
-var stats = {
-    type: "GROUP",
-name: "Global Information",
-path: "",
-pathFormatted: "missing-name-b06d1",
-stats: {
-    "name": "Global Information",
-    "numberOfRequests": {
-        "total": "2100",
-        "ok": "2048",
-        "ko": "52"
-    },
-    "minResponseTime": {
-        "total": "124",
-        "ok": "124",
-        "ko": "181"
-    },
-    "maxResponseTime": {
-        "total": "57868",
-        "ok": "57868",
-        "ko": "994"
-    },
-    "meanResponseTime": {
-        "total": "1055",
-        "ok": "1073",
-        "ko": "338"
-    },
-    "standardDeviation": {
-        "total": "5105",
-        "ok": "5168",
-        "ko": "278"
-    },
-    "percentiles1": {
-        "total": "5569",
-        "ok": "5595",
-        "ko": "956"
-    },
-    "percentiles2": {
-        "total": "8426",
-        "ok": "8442",
-        "ko": "991"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 1875,
-        "percentage": 89
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 18,
-        "percentage": 1
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 155,
-        "percentage": 7
-    },
-    "group4": {
-        "name": "failed",
-        "count": 52,
-        "percentage": 2
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "11.85",
-        "ok": "11.56",
-        "ko": "0.29"
-    }
-},
-contents: {
-"post-llbean-ise-7794f": {
-        type: "REQUEST",
-        name: "POST LLBean isError = true",
-path: "POST LLBean isError = true",
-pathFormatted: "post-llbean-ise-7794f",
-stats: {
-    "name": "POST LLBean isError = true",
-    "numberOfRequests": {
-        "total": "950",
-        "ok": "950",
-        "ko": "0"
-    },
-    "minResponseTime": {
-        "total": "126",
-        "ok": "126",
-        "ko": "-"
-    },
-    "maxResponseTime": {
-        "total": "5669",
-        "ok": "5669",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "450",
-        "ok": "450",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "1170",
-        "ok": "1170",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "5291",
-        "ok": "5291",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "5406",
-        "ok": "5406",
-        "ko": "-"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 890,
-        "percentage": 94
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 7,
-        "percentage": 1
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 53,
-        "percentage": 6
-    },
-    "group4": {
-        "name": "failed",
-        "count": 0,
-        "percentage": 0
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "5.36",
-        "ok": "5.36",
-        "ko": "-"
-    }
-}
-    },"post-llbean-ise-3bf79": {
-        type: "REQUEST",
-        name: "POST LLBean isError = false",
-path: "POST LLBean isError = false",
-pathFormatted: "post-llbean-ise-3bf79",
-stats: {
-    "name": "POST LLBean isError = false",
-    "numberOfRequests": {
-        "total": "950",
-        "ok": "950",
-        "ko": "0"
-    },
-    "minResponseTime": {
-        "total": "129",
-        "ok": "129",
-        "ko": "-"
-    },
-    "maxResponseTime": {
-        "total": "2237",
-        "ok": "2237",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "182",
-        "ok": "182",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "144",
-        "ok": "144",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "480",
-        "ok": "480",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "796",
-        "ok": "796",
-        "ko": "-"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 941,
-        "percentage": 99
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 8,
-        "percentage": 1
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 1,
-        "percentage": 0
-    },
-    "group4": {
-        "name": "failed",
-        "count": 0,
-        "percentage": 0
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "5.36",
-        "ok": "5.36",
-        "ko": "-"
-    }
-}
-    },"query-llbean-is-81d31": {
-        type: "REQUEST",
-        name: "Query LLBean isError = true",
-path: "Query LLBean isError = true",
-pathFormatted: "query-llbean-is-81d31",
-stats: {
-    "name": "Query LLBean isError = true",
-    "numberOfRequests": {
-        "total": "50",
-        "ok": "50",
-        "ko": "0"
-    },
-    "minResponseTime": {
-        "total": "7778",
-        "ok": "7778",
-        "ko": "-"
-    },
-    "maxResponseTime": {
-        "total": "56284",
-        "ok": "56284",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "15809",
-        "ok": "15809",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "17387",
-        "ok": "17387",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "55892",
-        "ok": "55892",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "56173",
-        "ok": "56173",
-        "ko": "-"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 50,
-        "percentage": 100
-    },
-    "group4": {
-        "name": "failed",
-        "count": 0,
-        "percentage": 0
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "0.28",
-        "ok": "0.28",
-        "ko": "-"
-    }
-}
-    },"query-llbean-is-918f5": {
-        type: "REQUEST",
-        name: "Query LLBean isError = false",
-path: "Query LLBean isError = false",
-pathFormatted: "query-llbean-is-918f5",
-stats: {
-    "name": "Query LLBean isError = false",
-    "numberOfRequests": {
-        "total": "50",
-        "ok": "50",
-        "ko": "0"
-    },
-    "minResponseTime": {
-        "total": "7697",
-        "ok": "7697",
-        "ko": "-"
-    },
-    "maxResponseTime": {
-        "total": "57868",
-        "ok": "57868",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "15711",
-        "ok": "15711",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "17640",
-        "ok": "17640",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "56842",
-        "ok": "56842",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "57578",
-        "ok": "57578",
-        "ko": "-"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 50,
-        "percentage": 100
-    },
-    "group4": {
-        "name": "failed",
-        "count": 0,
-        "percentage": 0
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "0.28",
-        "ok": "0.28",
-        "ko": "-"
-    }
-}
-    },"delete-llbean-278e7": {
-        type: "REQUEST",
-        name: "Delete LLBean",
-path: "Delete LLBean",
-pathFormatted: "delete-llbean-278e7",
-stats: {
-    "name": "Delete LLBean",
-    "numberOfRequests": {
-        "total": "50",
-        "ok": "48",
-        "ko": "2"
-    },
-    "minResponseTime": {
-        "total": "124",
-        "ok": "124",
-        "ko": "290"
-    },
-    "maxResponseTime": {
-        "total": "1607",
-        "ok": "1607",
-        "ko": "594"
-    },
-    "meanResponseTime": {
-        "total": "444",
-        "ok": "444",
-        "ko": "442"
-    },
-    "standardDeviation": {
-        "total": "259",
-        "ok": "263",
-        "ko": "152"
-    },
-    "percentiles1": {
-        "total": "863",
-        "ok": "871",
-        "ko": "578"
-    },
-    "percentiles2": {
-        "total": "1329",
-        "ok": "1340",
-        "ko": "590"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 44,
-        "percentage": 88
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 3,
-        "percentage": 6
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 1,
-        "percentage": 2
-    },
-    "group4": {
-        "name": "failed",
-        "count": 2,
-        "percentage": 4
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "0.28",
-        "ok": "0.27",
-        "ko": "0.01"
-    }
-}
-    },"verify-llbean-d-02bb8": {
-        type: "REQUEST",
-        name: "Verify LLBean Delete",
-path: "Verify LLBean Delete",
-pathFormatted: "verify-llbean-d-02bb8",
-stats: {
-    "name": "Verify LLBean Delete",
-    "numberOfRequests": {
-        "total": "50",
-        "ok": "0",
-        "ko": "50"
-    },
-    "minResponseTime": {
-        "total": "181",
-        "ok": "-",
-        "ko": "181"
-    },
-    "maxResponseTime": {
-        "total": "994",
-        "ok": "-",
-        "ko": "994"
-    },
-    "meanResponseTime": {
-        "total": "333",
-        "ok": "-",
-        "ko": "333"
-    },
-    "standardDeviation": {
-        "total": "281",
-        "ok": "-",
-        "ko": "281"
-    },
-    "percentiles1": {
-        "total": "956",
-        "ok": "-",
-        "ko": "956"
-    },
-    "percentiles2": {
-        "total": "991",
-        "ok": "-",
-        "ko": "991"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group4": {
-        "name": "failed",
-        "count": 50,
-        "percentage": 100
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "0.28",
-        "ok": "-",
-        "ko": "0.28"
-    }
-}
-    }
-}
-
-}
-
-function fillStats(stat){
-    $("#numberOfRequests").append(stat.numberOfRequests.total);
-    $("#numberOfRequestsOK").append(stat.numberOfRequests.ok);
-    $("#numberOfRequestsKO").append(stat.numberOfRequests.ko);
-
-    $("#minResponseTime").append(stat.minResponseTime.total);
-    $("#minResponseTimeOK").append(stat.minResponseTime.ok);
-    $("#minResponseTimeKO").append(stat.minResponseTime.ko);
-
-    $("#maxResponseTime").append(stat.maxResponseTime.total);
-    $("#maxResponseTimeOK").append(stat.maxResponseTime.ok);
-    $("#maxResponseTimeKO").append(stat.maxResponseTime.ko);
-
-    $("#meanResponseTime").append(stat.meanResponseTime.total);
-    $("#meanResponseTimeOK").append(stat.meanResponseTime.ok);
-    $("#meanResponseTimeKO").append(stat.meanResponseTime.ko);
-
-    $("#standardDeviation").append(stat.standardDeviation.total);
-    $("#standardDeviationOK").append(stat.standardDeviation.ok);
-    $("#standardDeviationKO").append(stat.standardDeviation.ko);
-
-    $("#percentiles1").append(stat.percentiles1.total);
-    $("#percentiles1OK").append(stat.percentiles1.ok);
-    $("#percentiles1KO").append(stat.percentiles1.ko);
-
-    $("#percentiles2").append(stat.percentiles2.total);
-    $("#percentiles2OK").append(stat.percentiles2.ok);
-    $("#percentiles2KO").append(stat.percentiles2.ko);
-
-    $("#meanNumberOfRequestsPerSecond").append(stat.meanNumberOfRequestsPerSecond.total);
-    $("#meanNumberOfRequestsPerSecondOK").append(stat.meanNumberOfRequestsPerSecond.ok);
-    $("#meanNumberOfRequestsPerSecondKO").append(stat.meanNumberOfRequestsPerSecond.ko);
-}

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/22314254/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/theme.js
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/theme.js b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/theme.js
deleted file mode 100644
index 7de5f55..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/js/theme.js
+++ /dev/null
@@ -1,127 +0,0 @@
-/*
- * Copyright 2011-2014 eBusiness Information, Groupe Excilys (www.ebusinessinformation.fr)
- *
- * Licensed under the Gatling Highcharts License
- */
-Highcharts.theme = {
-	chart: {
-		backgroundColor: '#e6e5e0',
-		borderWidth: 0,
-		borderRadius: 8,
-		plotBackgroundColor: null,
-		plotShadow: false,
-		plotBorderWidth: 0
-	},
-	xAxis: {
-		gridLineWidth: 0,
-		lineColor: '#666',
-		tickColor: '#666',
-		labels: {
-			style: {
-				color: '#666'
-			}
-		},
-		title: {
-		  style: {
-		     color: '#666'
-		  }
-		}
-	},
-	yAxis: {
-		alternateGridColor: null,
-		minorTickInterval: null,
-		gridLineColor: '#999',
-		lineWidth: 0,
-		tickWidth: 0,
-		labels: {
-			style: {
-				color: '#666',
-				fontWeight: 'bold'
-			}
-		},
-		title: {
-			style: {
-				color: '#666',
-				font: 'bold 12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif'
-			}				
-		}
-	},
-	labels: {
-		style: {
-			color: '#CCC'
-		}
-	},
-	
-	
-	rangeSelector: {
-		buttonTheme: {
-			fill: '#cfc9c6',
-			stroke: '#000000',
-			style: {
-				color: '#34332e',
-				fontWeight: 'bold',
-				borderColor: '#b2b2a9'
-			},
-			states: {
-				hover: {
-					fill: '#92918C',
-					stroke: '#000000',
-					style: {
-				    color: '#34332e',
-				    fontWeight: 'bold',
-				    borderColor: '#8b897d'
-			    }
-				},
-				select: {
-					fill: '#E37400',
-					stroke: '#000000',
-					style: {
-						color: '#FFF'
-					}
-				}
-			}					
-		},
-		inputStyle: {
-			backgroundColor: '#333',
-			color: 'silver'
-		},
-		labelStyle: {
-			color: '#8b897d'
-		}
-	},
-	
-	navigator: {
-		handles: {
-			backgroundColor: '#e6e5e0',
-			borderColor: '#92918C'
-		},
-		outlineColor: '#92918C',
-		outlineWidth: 1,
-		maskFill: 'rgba(146, 145, 140, 0.5)',
-		series: {
-			color: '#4572A7',
-			lineColor: '#4572A7'
-		}
-	},
-	
-	scrollbar: {
-		buttonBackgroundColor: '#e6e5e0',
-		buttonBorderWidth: 1,
-		buttonBorderColor: '#92918C',
-		buttonArrowColor: '#92918C',
-		buttonBorderRadius: 2,
-
-		barBorderWidth: 1,
-		barBorderRadius: 0,
-		barBackgroundColor: '#92918C',
-		barBorderColor: '#92918C',
-		
-		rifleColor: '#92918C',
-		
-		trackBackgroundColor: '#b0b0a8',
-		trackBorderWidth: 1,
-		trackBorderColor: '#b0b0a8'
-	}
-};
-
-Highcharts.setOptions(Highcharts.theme);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/22314254/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/req_delete-llbean-278e7.html
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/req_delete-llbean-278e7.html b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/req_delete-llbean-278e7.html
deleted file mode 100644
index 875a02a..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416372907/req_delete-llbean-278e7.html
+++ /dev/null
@@ -1,1240 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-<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" />
-<title>Gatling Stats - Delete LLBean</title>
-</head>
-<body>
-<div class="frise"></div>
-<div class="container details">
-    <div class="head">
-        <a href="http://gatling-tool.org" target="blank_" title="Gatling Home Page"><img alt="Gatling" src="style/logo.png"/></a>
-    </div>
-    <div class="main">
-        <div class="cadre">
-                <div class="onglet">
-                    <img src="style/cible.png" />
-                    <p><span>postuserssimulation-llbean</span></p>
-                </div>
-                <div class="content">
-                    <div class="sous-menu">
-                        <div class="item "><a href="index.html">GLOBAL</a></div>
-                        <div class="item ouvert"><a id="details_link" href="#">DETAILS</a></div>
-                        <p class="sim_desc" title="2014-09-22 13:06:12, duration : 177 seconds" data-content="">
-                            <b>2014-09-22 13:06:12, duration : 177 seconds</b> </b>
-                        </p>
-                    </div>
-                    <div class="content-in">
-                        <h1><span>> </span>Delete LLBean</h1>
-                        <div class="article">
-                            
-                        <div class="infos">
-                            <div class="infos-in">
-	                        <div class="infos-title">STATISTICS</div>
-                                <div class="repli"></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"></td>
-                                                <td id="numberOfRequests" class="total"></td>
-                                                <td id="numberOfRequestsOK" class="ok"></td>
-                                                <td id="numberOfRequestsKO" 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">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">Std Deviation</td>
-                                                <td id="standardDeviation" class="total"></td>
-                                                <td id="standardDeviationOK" class="ok"></td>
-                                                <td id="standardDeviationKO" class="ko"></td>
-                                            </tr>
-                                            <tr>
-                                                <td class="title">95th 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">99th 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">Mean req/s</td>
-                                                <td id="meanNumberOfRequestsPerSecond" class="total"></td>
-                                                <td id="meanNumberOfRequestsPerSecondOK" class="ok"></td>
-                                                <td id="meanNumberOfRequestsPerSecondKO" class="ko"></td>
-                                            </tr>
-                                        </tbody>
-                                    </table>
-                                </div>
-                            </div>
-                        </div>
-
-            <div class="schema demi">
-              <div id="container_indicators" class="demi"></div>
-            </div>
-<div class="statistics extensible-geant collapsed">
-    <div class="title">
-        <div class="title_collapsed" style="cursor: auto;">ERRORS</div>
-    </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">status.is(200), but actually found 400<span class="value" style="display:none">0</span></td>
-		    	<td class="value error-col-2 total">2</td>
-		    	<td class="value error-col-3 total">100.0 %</td>
-		    </tr>
-		</tbody>
-    </table>
-</div>
-
-            <div class="schema geant">
-              <div id="container_distrib" class="geant"></div>
-            </div>
-
-            <div class="schema geant">
-              <div id="container" class="geant"></div>
-            </div>
-
-            <div class="schema geant">
-              <div id="container_latency" class="geant"></div>
-            </div>
-
-            <div class="schema geant">
-              <a name="requests"></a>
-                <div id="container_requests" class="geant"></div>
-            </div>
-
-            <div class="schema geant">
-              <a name="responses"></a>
-                <div id="container_responses" class="geant"></div>
-            </div>
-
-            <div class="schema geant">
-              <div id="container_response_time_dispersion" class="geant"></div>
-            </div>
-
-            <div class="schema geant">
-              <div id="container_latency_dispersion" class="geant"></div>
-            </div>
-
-                        </div>
-                    </div>
-                </div>
-        </div>
-    </div>
-    <div class="nav">
-        <ul></ul>
-    </div>
-</div>
-<div class="foot">
-    <a href="http://gatling-tool.org" title="Gatling Home Page"><img alt="Gatling" src="style/logo-gatling.jpg"/></a>
-</div>
-<script type="text/javascript" src="js/jquery.min.js"></script>
-<script type="text/javascript" src="js/bootstrap.min.js"></script>
-<script type="text/javascript" src="js/gatling.js"></script>
-<script type="text/javascript" src="js/menu.js"></script>
-<script type="text/javascript" src="js/all_sessions.js"></script>
-<script type="text/javascript" src="js/stats.js"></script>
-<script type="text/javascript" src="js/highstock.js"></script>
-<script type="text/javascript" src="js/highcharts-more.js"></script>
-<script type="text/javascript" src="js/theme.js"></script>
-<script type="text/javascript">
-    var pageStats = stats.contents['delete-llbean-278e7'].stats;
-    $(document).ready(function() {
-        $('.sim_desc').popover({trigger:'hover', placement:'bottom'});
-        setDetailsLinkUrl();
-        setDetailsMenu();
-        setActiveMenu();
-        fillStats(pageStats);
-        
-Highcharts.setOptions({
-  global: { useUTC: false }
-});
-
-var indicatorsChart = new Highcharts.Chart({
-  chart: {
-    renderTo: 'container_indicators',
-    marginRight: 150
-  },
-  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.name,
-      pageStats.group2.name,
-      pageStats.group3.name,
-      pageStats.group4.name
-    ]
-  },
-  yAxis: {
-    title: { text: 'Number of Requests' }
-  },
-  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',
-      color: '#A0B228',
-      data: [pageStats.group1.count,0,0,0],
-      tooltip: { yDecimals: 0, ySuffix: 'ms' }
-    },
-    {
-      type: 'column',
-      color: '#FFDD00',
-      data: [0,pageStats.group2.count,0,0],
-      tooltip: { yDecimals: 0, ySuffix: 'ms' }
-    },
-    {
-      type: 'column',
-      color: '#FF9D00',
-      data: [0,0,pageStats.group3.count,0],
-      tooltip: { yDecimals: 0, ySuffix: 'ms' }
-    },
-    {
-      type: 'column',
-      color: '#FF0000',
-      data: [0,0,0,pageStats.group4.count],
-      tooltip: { yDecimals: 0, ySuffix: 'ms' }
-    },
-    {
-      type: 'pie',
-      name: 'Percentages',
-      data: [
-        {
-          name: pageStats.group1.name,
-          y: pageStats.group1.percentage,
-          color: '#A0B228'
-        },
-        {
-          name: pageStats.group2.name,
-          y: pageStats.group2.percentage,
-          color: '#FFDD00'
-        },
-        {
-          name: pageStats.group3.name,
-          y: pageStats.group3.percentage,
-          color: '#FF9D00'
-        },
-        {
-          name: pageStats.group4.name,
-          y: pageStats.group4.percentage,
-          color: '#FF0000'
-        }
-      ],
-      center: [470, 85],
-      size: 100,
-      showInLegend: false,
-      dataLabels: { enabled: false }
-    }
-  ]
-});
-
-indicatorsChart.setTitle({
-  text: '<span class="chart_title">Indicators</span>',
-  useHTML: true
-});
-
-	    $('#container_errors').sortable('#container_errors');
-    
-var responseTimeDistributionChart = new Highcharts.Chart({
-  chart: {
-    renderTo: 'container_distrib',
-    type: 'column'
-  },
-  credits: {
-    enabled: false
-  },
-  legend: {
-    enabled: true,
-    floating: true,
-    y: -285,
-    borderWidth: 0,
-    itemStyle: {
-      fontWeight: "normal"
-    }
-  },
-  title: {
-    text: 'A title to let highcharts reserve the place for the title set later'
-  },
-  xAxis: {
-    categories: ['131', '146', '161', '176', '191', '206', '220', '235', '250', '265', '280', '295', '309', '324', '339', '354', '369', '384', '398', '413', '428', '443', '458', '473', '487', '502', '517', '532', '547', '561', '576', '591', '606', '621', '636', '650', '665', '680', '695', '710', '725', '739', '754', '769', '784', '799', '814', '828', '843', '858', '873', '888', '903', '917', '932', '947', '962', '977', '992', '1006', '1021', '1036', '1051', '1066', '1081', '1095', '1110', '1125', '1140', '1155', '1170', '1184', '1199', '1214', '1229', '1244', '1258', '1273', '1288', '1303', '1318', '1333', '1347', '1362', '1377', '1392', '1407', '1422', '1436', '1451', '1466', '1481', '1496', '1511', '1525', '1540', '1555', '1570', '1585', '1600'],
-    tickInterval: 20
-  },
-  yAxis: {
-    min: 0,
-    title: {
-      text: 'Percentage of Requests'
-    }
-  },
-  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: '#4572A7',
-name: 'Success',
-data: [
-  10.0,0.0,2.0,0.0,4.0,4.0,2.0,0.0,2.0,0.0,2.0,0.0,0.0,2.0,2.0,2.0,2.0,6.0,8.0,0.0,2.0,6.0,6.0,2.0,0.0,2.0,4.0,2.0,4.0,4.0,2.0,0.0,0.0,0.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' }
-},
-  	{
-type: 'column',
-color: '#FF0000',
-name: 'Failure',
-data: [
-  0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' }
-}
-  ]
-});
-
-responseTimeDistributionChart.setTitle({
-  text: '<span class="chart_title">Response Time Distribution</span>',
-  useHTML: true
-});
-
-var responseTimeChart = new Highcharts.StockChart({
-  chart: {
-    renderTo: 'container',
-    zoomType: 'x'
-  },
-  colors: ['#C4FD90', '#7FF77F', '#6FF2AD', '#60ECE5', '#51A8E7', '#4353E2', '#7335DC', '#BC28D7', '#D11C97', '#C73905', 'Orange'],
-  credits: { enabled: false },
-  legend: {
-    enabled: true,
-    floating: true,
-    y: -65,
-    borderWidth: 0,
-    itemStyle: { fontWeight: "normal" }
-  },
-  title: { text: 'A title to let highcharts reserve the place for the title set later' },
-  navigator: { baseSeries: 9 },
-  rangeSelector: {
-    rangeSelector: { align: "left" },
-    buttonSpacing: 0,
-    buttonTheme: {
-      fill: 'LightGrey',
-      padding: 1,
-      stroke: 'Black',
-      'stroke-width': 0.25,
-      style: {
-        color: 'Black',
-        fontWeight: 'bold',
-      },
-      states: {
-        stroke: 'Black',
-        'stroke-width': 0.25,
-        hover: {
-          fill: 'DarkGrey',
-          style: { color: 'black' }
-        },
-        select: {
-          fill: 'DarkOrange',
-          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)',
-        style: { color: '#4572A7' }
-      },
-      opposite: false
-    }, {
-      min: 0,
-      title: {
-        text: 'Active Users',
-        style: { color: '#FF9D00' }
-      },
-      opposite: true
-    }
-  ],
-  plotOptions: {
-    arearange: { lineWidth: 1 },
-    series: {
-      dataGrouping: { enabled: false }
-    }
-  },
-  series: [
-  
-    
-         {
-pointInterval: 1000,
-name: 'min',
-data: [
-  [1411416519430,900],[1411416520430,219],[1411416521430,127],[1411416522430,160],[1411416523430,126],[1411416524430,440],[1411416525430,351],[1411416526430,198],[1411416527430,128],[1411416528430,124]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 10
-},
-         {
-pointInterval: 1000,
-name: '25%',
-data: [
-  [1411416519430,900],[1411416520430,348],[1411416521430,185],[1411416522430,277],[1411416523430,345],[1411416524430,440],[1411416525430,385],[1411416526430,540],[1411416527430,290],[1411416528430,199]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 9
-},
-         {
-pointInterval: 1000,
-name: '50%',
-data: [
-  [1411416519430,900],[1411416520430,424],[1411416521430,391],[1411416522430,373],[1411416523430,564],[1411416524430,440],[1411416525430,412],[1411416526430,664],[1411416527430,334],[1411416528430,402]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 8
-},
-         {
-pointInterval: 1000,
-name: '75%',
-data: [
-  [1411416519430,900],[1411416520430,501],[1411416521430,454],[1411416522430,526],[1411416523430,802],[1411416524430,440],[1411416525430,447],[1411416526430,805],[1411416527430,476],[1411416528430,448]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 7
-},
-         {
-pointInterval: 1000,
-name: '80%',
-data: [
-  [1411416519430,900],[1411416520430,527],[1411416521430,462],[1411416522430,576],[1411416523430,849],[1411416524430,440],[1411416525430,455],[1411416526430,819],[1411416527430,522],[1411416528430,455]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 6
-},
-         {
-pointInterval: 1000,
-name: '85%',
-data: [
-  [1411416519430,900],[1411416520430,553],[1411416521430,470],[1411416522430,594],[1411416523430,897],[1411416524430,440],[1411416525430,469],[1411416526430,1016],[1411416527430,527],[1411416528430,469]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 5
-},
-         {
-pointInterval: 1000,
-name: '90%',
-data: [
-  [1411416519430,900],[1411416520430,579],[1411416521430,480],[1411416522430,613],[1411416523430,944],[1411416524430,440],[1411416525430,484],[1411416526430,1213],[1411416527430,533],[1411416528430,496]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 4
-},
-         {
-pointInterval: 1000,
-name: '95%',
-data: [
-  [1411416519430,900],[1411416520430,605],[1411416521430,490],[1411416522430,632],[1411416523430,992],[1411416524430,440],[1411416525430,499],[1411416526430,1410],[1411416527430,539],[1411416528430,524]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 3
-},
-         {
-pointInterval: 1000,
-name: '99%',
-data: [
-  [1411416519430,900],[1411416520430,625],[1411416521430,498],[1411416522430,647],[1411416523430,1030],[1411416524430,440],[1411416525430,511],[1411416526430,1567],[1411416527430,543],[1411416528430,546]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 2
-},
-         {
-pointInterval: 1000,
-name: 'max',
-data: [
-  [1411416519430,900],[1411416520430,631],[1411416521430,501],[1411416522430,651],[1411416523430,1040],[1411416524430,440],[1411416525430,514],[1411416526430,1607],[1411416527430,545],[1411416528430,552]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 1
-},
-  allUsersData
-  ]
-});
-
-responseTimeChart.setTitle({
-  text: '<span class="chart_title chart_title_">Response Time Percentiles over Time (success)</span>',
-  useHTML: true
-});
-
-var responseTimeChart = new Highcharts.StockChart({
-  chart: {
-    renderTo: 'container_latency',
-    zoomType: 'x'
-  },
-  colors: ['#C4FD90', '#7FF77F', '#6FF2AD', '#60ECE5', '#51A8E7', '#4353E2', '#7335DC', '#BC28D7', '#D11C97', '#C73905', 'Orange'],
-  credits: { enabled: false },
-  legend: {
-    enabled: true,
-    floating: true,
-    y: -65,
-    borderWidth: 0,
-    itemStyle: { fontWeight: "normal" }
-  },
-  title: { text: 'A title to let highcharts reserve the place for the title set later' },
-  navigator: { baseSeries: 9 },
-  rangeSelector: {
-    rangeSelector: { align: "left" },
-    buttonSpacing: 0,
-    buttonTheme: {
-      fill: 'LightGrey',
-      padding: 1,
-      stroke: 'Black',
-      'stroke-width': 0.25,
-      style: {
-        color: 'Black',
-        fontWeight: 'bold',
-      },
-      states: {
-        stroke: 'Black',
-        'stroke-width': 0.25,
-        hover: {
-          fill: 'DarkGrey',
-          style: { color: 'black' }
-        },
-        select: {
-          fill: 'DarkOrange',
-          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: 'Latency (ms)',
-        style: { color: '#4572A7' }
-      },
-      opposite: false
-    }, {
-      min: 0,
-      title: {
-        text: 'Active Users',
-        style: { color: '#FF9D00' }
-      },
-      opposite: true
-    }
-  ],
-  plotOptions: {
-    arearange: { lineWidth: 1 },
-    series: {
-      dataGrouping: { enabled: false }
-    }
-  },
-  series: [
-  
-    
-         {
-pointInterval: 1000,
-name: 'min',
-data: [
-  [1411416519430,900],[1411416520430,219],[1411416521430,126],[1411416522430,160],[1411416523430,125],[1411416524430,440],[1411416525430,351],[1411416526430,198],[1411416527430,127],[1411416528430,123]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 10
-},
-         {
-pointInterval: 1000,
-name: '25%',
-data: [
-  [1411416519430,900],[1411416520430,347],[1411416521430,185],[1411416522430,277],[1411416523430,344],[1411416524430,440],[1411416525430,385],[1411416526430,416],[1411416527430,263],[1411416528430,160]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 9
-},
-         {
-pointInterval: 1000,
-name: '50%',
-data: [
-  [1411416519430,900],[1411416520430,423],[1411416521430,390],[1411416522430,372],[1411416523430,564],[1411416524430,440],[1411416525430,412],[1411416526430,547],[1411416527430,303],[1411416528430,359]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 8
-},
-         {
-pointInterval: 1000,
-name: '75%',
-data: [
-  [1411416519430,900],[1411416520430,500],[1411416521430,454],[1411416522430,526],[1411416523430,802],[1411416524430,440],[1411416525430,446],[1411416526430,713],[1411416527430,412],[1411416528430,392]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 7
-},
-         {
-pointInterval: 1000,
-name: '80%',
-data: [
-  [1411416519430,900],[1411416520430,526],[1411416521430,462],[1411416522430,576],[1411416523430,849],[1411416524430,440],[1411416525430,454],[1411416526430,764],[1411416527430,441],[1411416528430,398]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 6
-},
-         {
-pointInterval: 1000,
-name: '85%',
-data: [
-  [1411416519430,900],[1411416520430,552],[1411416521430,470],[1411416522430,594],[1411416523430,897],[1411416524430,440],[1411416525430,469],[1411416526430,777],[1411416527430,466],[1411416528430,416]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 5
-},
-         {
-pointInterval: 1000,
-name: '90%',
-data: [
-  [1411416519430,900],[1411416520430,578],[1411416521430,480],[1411416522430,613],[1411416523430,944],[1411416524430,440],[1411416525430,484],[1411416526430,791],[1411416527430,492],[1411416528430,462]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 4
-},
-         {
-pointInterval: 1000,
-name: '95%',
-data: [
-  [1411416519430,900],[1411416520430,604],[1411416521430,490],[1411416522430,631],[1411416523430,992],[1411416524430,440],[1411416525430,499],[1411416526430,805],[1411416527430,518],[1411416528430,506]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 3
-},
-         {
-pointInterval: 1000,
-name: '99%',
-data: [
-  [1411416519430,900],[1411416520430,625],[1411416521430,498],[1411416522430,646],[1411416523430,1030],[1411416524430,440],[1411416525430,511],[1411416526430,816],[1411416527430,538],[1411416528430,543]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 2
-},
-         {
-pointInterval: 1000,
-name: 'max',
-data: [
-  [1411416519430,900],[1411416520430,631],[1411416521430,501],[1411416522430,650],[1411416523430,1040],[1411416524430,440],[1411416525430,514],[1411416526430,819],[1411416527430,544],[1411416528430,552]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 1
-},
-  allUsersData
-  ]
-});
-
-responseTimeChart.setTitle({
-  text: '<span class="chart_title chart_title_">Latency Percentiles over Time (success)</span>',
-  useHTML: true
-});
-
-var requestsChart = new Highcharts.StockChart({
-  chart: {
-    renderTo: 'container_requests',
-    zoomType: 'x'
-  },
-  credits: { enabled: false },
-  legend: {
-    enabled: true,
-    floating: true,
-    itemDistance: 10,
-    y: -285,
-    borderWidth: 0,
-    itemStyle: { fontWeight: "normal" }
-  },
-  title: { text: 'A title to let highcharts reserve the place for the title set later' },
-  rangeSelector: {
-    buttonSpacing: 0,
-    buttonTheme: {
-      fill: 'LightGrey',
-      padding: 1,
-      stroke: 'Black',
-      'stroke-width': 0.25,
-      style: {
-        color: 'Black',
-        fontWeight: 'bold',
-      },
-      states: {
-        stroke: 'Black',
-        'stroke-width': 0.25,
-        hover: {
-          fill: 'DarkGrey',
-          style: { color: 'black' }
-         },
-         select: {
-          fill: 'DarkOrange',
-          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 }
-    }
-  },
-  xAxis: {
-    type: 'datetime',
-    ordinal: false,
-    maxZoom: 10000 // three days
-  },
-  yAxis:[
-    {
-      min: 0,
-      title: {
-        text: 'Number of requests',
-        style: { color: '#4572A7' }
-      },
-      opposite: false
-    }, {
-      min: 0,
-      title: {
-        text: 'Active Users',
-        style: { color: '#FF9D00' }
-      },
-      opposite: true
-    }
-  ],
-  series: [
-    {
-color: '#4572A7',
-name: 'All requests',
-data: [
-  [1411416519430,1],[1411416520430,4],[1411416521430,8],[1411416522430,6],[1411416523430,3],[1411416524430,1],[1411416525430,7],[1411416526430,6],[1411416527430,7],[1411416528430,7]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#FF0000',
-name: 'Failed requests',
-data: [
-  [1411416525430,1],[1411416527430,1]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#A0B228',
-name: 'Succeeded requests',
-data: [
-  [1411416519430,1],[1411416520430,4],[1411416521430,8],[1411416522430,6],[1411416523430,3],[1411416524430,1],[1411416525430,6],[1411416526430,6],[1411416527430,6],[1411416528430,7]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},
-    allUsersData,
-    {
-      
-type: 'pie',
-name: 'Distribution',
-data: [
-  {name: 'Success', y: 48.0, color: '#A0B228'},{name: 'Failures', y: 2.0, color: '#FF0000'}
-],
-center: [775, -40],
-size: 70,
-showInLegend: false,
-dataLabels: { enabled: false },
-dataGrouping: { enabled: false }
-
-    }
-  ]
-});
-
-requestsChart.setTitle({
-  text: '<span class="chart_title">Number of requests per second</span>',
-  useHTML: true
-});
-
-var requestsChart = new Highcharts.StockChart({
-  chart: {
-    renderTo: 'container_responses',
-    zoomType: 'x'
-  },
-  credits: { enabled: false },
-  legend: {
-    enabled: true,
-    floating: true,
-    itemDistance: 10,
-    y: -285,
-    borderWidth: 0,
-    itemStyle: { fontWeight: "normal" }
-  },
-  title: { text: 'A title to let highcharts reserve the place for the title set later' },
-  rangeSelector: {
-    buttonSpacing: 0,
-    buttonTheme: {
-      fill: 'LightGrey',
-      padding: 1,
-      stroke: 'Black',
-      'stroke-width': 0.25,
-      style: {
-        color: 'Black',
-        fontWeight: 'bold',
-      },
-      states: {
-        stroke: 'Black',
-        'stroke-width': 0.25,
-        hover: {
-          fill: 'DarkGrey',
-          style: { color: 'black' }
-         },
-         select: {
-          fill: 'DarkOrange',
-          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 }
-    }
-  },
-  xAxis: {
-    type: 'datetime',
-    ordinal: false,
-    maxZoom: 10000 // three days
-  },
-  yAxis:[
-    {
-      min: 0,
-      title: {
-        text: 'Number of responses',
-        style: { color: '#4572A7' }
-      },
-      opposite: false
-    }, {
-      min: 0,
-      title: {
-        text: 'Active Users',
-        style: { color: '#FF9D00' }
-      },
-      opposite: true
-    }
-  ],
-  series: [
-    {
-color: '#4572A7',
-name: 'All responses',
-data: [
-  [1411416520430,4],[1411416521430,7],[1411416522430,6],[1411416523430,3],[1411416524430,3],[1411416525430,5],[1411416526430,3],[1411416527430,9],[1411416528430,7],[1411416529430,3]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#FF0000',
-name: 'Failed responses',
-data: [
-  [1411416525430,1],[1411416528430,1]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#A0B228',
-name: 'Succeeded responses',
-data: [
-  [1411416520430,4],[1411416521430,7],[1411416522430,6],[1411416523430,3],[1411416524430,3],[1411416525430,4],[1411416526430,3],[1411416527430,9],[1411416528430,6],[1411416529430,3]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},
-    allUsersData,
-    {
-      
-type: 'pie',
-name: 'Distribution',
-data: [
-  {name: 'Success', y: 48.0, color: '#A0B228'},{name: 'Failures', y: 2.0, color: '#FF0000'}
-],
-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'
-  },
-  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' }
-  },
-  tooltip: {
-    formatter: function() {
-         return ''+ this.y +' ms at ' + this.x + ' allreq/s';
-    }
-  },
-  legend: {
-    layout: 'vertical',
-    align: 'left',
-    verticalAlign: 'top',
-    x: 80,
-    y: 10,
-    floating: true,
-    backgroundColor: '#FFFFFF',
-    borderWidth: 1,
-    borderRadius: 3,
-    itemStyle: {
-      fontWeight: "normal",
-      color: "#274B6D"
-    }
-  },
-  plotOptions: {
-    scatter: {
-      marker: {
-        radius: 3,
-        states: {
-          hover: {
-            enabled: true,
-            lineColor: 'rgb(100,100,100)'
-          }
-        }
-      },
-      states: {
-        hover: {
-          marker: { enabled: false }
-        }
-      }
-    }
-  },
-  series: [
-	  {
-type: 'scatter',
-color: 'rgba(69, 114, 167, .2)',
-name: 'Successes',
-data: [
-[1,900],[1,440],[3,992],[4,605],[6,632],[6,1410],[7,539],[7,524],[7,499],[8,490]
-]},
-	  {
-type: 'scatter',
-color: 'rgba(255, 0, 0, .2)',
-name: 'Failures',
-data: [
-[7,290],[7,594]
-]}
-	]
-});
-
-scatterChart.setTitle({
-  text: '<span class="chart_title">Response Time against Global RPS</span>',
-  useHTML: true
-});
-
-var scatterChart = new Highcharts.Chart({
-  chart: {
-    renderTo: 'container_latency_dispersion', 
-    defaultSeriesType: 'scatter',
-    zoomType: 'xy'
-  },
-  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: 'Latency' }
-  },
-  tooltip: {
-    formatter: function() {
-         return ''+ this.y +' ms at ' + this.x + ' allreq/s';
-    }
-  },
-  legend: {
-    layout: 'vertical',
-    align: 'left',
-    verticalAlign: 'top',
-    x: 80,
-    y: 10,
-    floating: true,
-    backgroundColor: '#FFFFFF',
-    borderWidth: 1,
-    borderRadius: 3,
-    itemStyle: {
-      fontWeight: "normal",
-      color: "#274B6D"
-    }
-  },
-  plotOptions: {
-    scatter: {
-      marker: {
-        radius: 3,
-        states: {
-          hover: {
-            enabled: true,
-            lineColor: 'rgb(100,100,100)'
-          }
-        }
-      },
-      states: {
-        hover: {
-          marker: { enabled: false }
-        }
-      }
-    }
-  },
-  series: [
-	  {
-type: 'scatter',
-color: 'rgba(69, 114, 167, .2)',
-name: 'Successes',
-data: [
-[1,900],[1,440],[3,992],[4,604],[6,631],[6,805],[7,518],[7,506],[7,499],[8,490]
-]},
-	  {
-type: 'scatter',
-color: 'rgba(255, 0, 0, .2)',
-name: 'Failures',
-data: [
-[7,290],[7,594]
-]}
-	]
-});
-
-scatterChart.setTitle({
-  text: '<span class="chart_title">Latency against Global RPS</span>',
-  useHTML: true
-});
-
-    });
-</script>
-</body>
-</html>