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:41 UTC

[10/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-1411416977137/js/menu.js
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/js/menu.js b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/js/menu.js
deleted file mode 100644
index 985718c..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/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-1411416977137/js/stats.js
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/js/stats.js b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/js/stats.js
deleted file mode 100644
index 324ae7c..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/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": "2045",
-        "ko": "55"
-    },
-    "minResponseTime": {
-        "total": "129",
-        "ok": "129",
-        "ko": "228"
-    },
-    "maxResponseTime": {
-        "total": "53243",
-        "ok": "53243",
-        "ko": "1309"
-    },
-    "meanResponseTime": {
-        "total": "991",
-        "ok": "1007",
-        "ko": "416"
-    },
-    "standardDeviation": {
-        "total": "4585",
-        "ok": "4645",
-        "ko": "249"
-    },
-    "percentiles1": {
-        "total": "5505",
-        "ok": "5554",
-        "ko": "971"
-    },
-    "percentiles2": {
-        "total": "7653",
-        "ok": "7678",
-        "ko": "1128"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 1875,
-        "percentage": 89
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 11,
-        "percentage": 1
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 159,
-        "percentage": 8
-    },
-    "group4": {
-        "name": "failed",
-        "count": 55,
-        "percentage": 3
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "7.36",
-        "ok": "7.17",
-        "ko": "0.19"
-    }
-},
-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": "129",
-        "ok": "129",
-        "ko": "-"
-    },
-    "maxResponseTime": {
-        "total": "5605",
-        "ok": "5605",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "456",
-        "ok": "456",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "1157",
-        "ok": "1157",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "5227",
-        "ok": "5227",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "5306",
-        "ok": "5306",
-        "ko": "-"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 896,
-        "percentage": 94
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 0,
-        "percentage": 0
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 54,
-        "percentage": 6
-    },
-    "group4": {
-        "name": "failed",
-        "count": 0,
-        "percentage": 0
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "3.33",
-        "ok": "3.33",
-        "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": "2537",
-        "ok": "2537",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "190",
-        "ok": "190",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "185",
-        "ok": "185",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "318",
-        "ok": "318",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "752",
-        "ok": "752",
-        "ko": "-"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 943,
-        "percentage": 99
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 3,
-        "percentage": 0
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 4,
-        "percentage": 0
-    },
-    "group4": {
-        "name": "failed",
-        "count": 0,
-        "percentage": 0
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "3.33",
-        "ok": "3.33",
-        "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": "6941",
-        "ok": "6941",
-        "ko": "-"
-    },
-    "maxResponseTime": {
-        "total": "50467",
-        "ok": "50467",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "14000",
-        "ok": "14000",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "15201",
-        "ok": "15201",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "49454",
-        "ok": "49454",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "50284",
-        "ok": "50284",
-        "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.18",
-        "ok": "0.18",
-        "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": "6873",
-        "ok": "6873",
-        "ko": "-"
-    },
-    "maxResponseTime": {
-        "total": "53243",
-        "ok": "53243",
-        "ko": "-"
-    },
-    "meanResponseTime": {
-        "total": "14344",
-        "ok": "14344",
-        "ko": "-"
-    },
-    "standardDeviation": {
-        "total": "16128",
-        "ok": "16128",
-        "ko": "-"
-    },
-    "percentiles1": {
-        "total": "52415",
-        "ok": "52415",
-        "ko": "-"
-    },
-    "percentiles2": {
-        "total": "53131",
-        "ok": "53131",
-        "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.18",
-        "ok": "0.18",
-        "ko": "-"
-    }
-}
-    },"delete-llbean-278e7": {
-        type: "REQUEST",
-        name: "Delete LLBean",
-path: "Delete LLBean",
-pathFormatted: "delete-llbean-278e7",
-stats: {
-    "name": "Delete LLBean",
-    "numberOfRequests": {
-        "total": "50",
-        "ok": "45",
-        "ko": "5"
-    },
-    "minResponseTime": {
-        "total": "228",
-        "ok": "287",
-        "ko": "228"
-    },
-    "maxResponseTime": {
-        "total": "1403",
-        "ok": "1403",
-        "ko": "1309"
-    },
-    "meanResponseTime": {
-        "total": "592",
-        "ok": "600",
-        "ko": "521"
-    },
-    "standardDeviation": {
-        "total": "269",
-        "ok": "249",
-        "ko": "401"
-    },
-    "percentiles1": {
-        "total": "1084",
-        "ok": "980",
-        "ko": "1139"
-    },
-    "percentiles2": {
-        "total": "1356",
-        "ok": "1300",
-        "ko": "1275"
-    },
-    "group1": {
-        "name": "t < 800 ms",
-        "count": 36,
-        "percentage": 72
-    },
-    "group2": {
-        "name": "800 ms < t < 1200 ms",
-        "count": 8,
-        "percentage": 16
-    },
-    "group3": {
-        "name": "t > 1200 ms",
-        "count": 1,
-        "percentage": 2
-    },
-    "group4": {
-        "name": "failed",
-        "count": 5,
-        "percentage": 10
-    },
-    "meanNumberOfRequestsPerSecond": {
-        "total": "0.18",
-        "ok": "0.16",
-        "ko": "0.02"
-    }
-}
-    },"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": "258",
-        "ok": "-",
-        "ko": "258"
-    },
-    "maxResponseTime": {
-        "total": "974",
-        "ok": "-",
-        "ko": "974"
-    },
-    "meanResponseTime": {
-        "total": "406",
-        "ok": "-",
-        "ko": "406"
-    },
-    "standardDeviation": {
-        "total": "226",
-        "ok": "-",
-        "ko": "226"
-    },
-    "percentiles1": {
-        "total": "957",
-        "ok": "-",
-        "ko": "957"
-    },
-    "percentiles2": {
-        "total": "972",
-        "ok": "-",
-        "ko": "972"
-    },
-    "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.18",
-        "ok": "-",
-        "ko": "0.18"
-    }
-}
-    }
-}
-
-}
-
-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-1411416977137/js/theme.js
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/js/theme.js b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/js/theme.js
deleted file mode 100644
index 7de5f55..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/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-1411416977137/req_delete-llbean-278e7.html
----------------------------------------------------------------------
diff --git a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/req_delete-llbean-278e7.html b/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/req_delete-llbean-278e7.html
deleted file mode 100644
index 2a099ea..0000000
--- a/stack/loadtests/gatling/results/postuserssimulation-llbean-1411416977137/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:16:17, duration : 285 seconds" data-content="">
-                            <b>2014-09-22 13:16:17, duration : 285 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">5</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: ['234', '246', '257', '269', '281', '293', '304', '316', '328', '340', '351', '363', '375', '387', '398', '410', '422', '434', '445', '457', '469', '481', '492', '504', '516', '528', '539', '551', '563', '575', '586', '598', '610', '622', '633', '645', '657', '669', '680', '692', '704', '716', '727', '739', '751', '763', '774', '786', '798', '810', '821', '833', '845', '857', '868', '880', '892', '904', '915', '927', '939', '951', '962', '974', '986', '998', '1009', '1021', '1033', '1045', '1056', '1068', '1080', '1092', '1103', '1115', '1127', '1139', '1150', '1162', '1174', '1186', '1197', '1209', '1221', '1233', '1244', '1256', '1268', '1280', '1291', '1303', '1315', '1327', '1338', '1350', '1362', '1374', '1385', '1397'],
-    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: [
-  0.0,0.0,0.0,0.0,0.0,6.0,0.0,0.0,2.0,2.0,2.0,2.0,0.0,6.0,4.0,6.0,0.0,0.0,8.0,2.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,0.0,0.0,2.0,0.0,0.0,4.0,0.0,2.0,0.0,4.0,2.0,0.0,0.0,0.0,6.0,0.0,0.0,0.0,0.0,2.0,2.0,4.0,2.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,2.0,2.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,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,2.0
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' }
-},
-  	{
-type: 'column',
-color: '#FF0000',
-name: 'Failure',
-data: [
-  2.0,0.0,0.0,0.0,0.0,2.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,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,0.0,0.0,0.0,0.0,2.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: [
-  [1411417182659,976],[1411417183659,440],[1411417184659,383],[1411417185659,804],[1411417187659,410],[1411417188659,287],[1411417190659,360],[1411417191659,335],[1411417192659,350],[1411417193659,298],[1411417194659,449],[1411417195659,839],[1411417196659,414],[1411417198659,387],[1411417199659,1403],[1411417200659,323]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 10
-},
-         {
-pointInterval: 1000,
-name: '25%',
-data: [
-  [1411417182659,1024],[1411417183659,445],[1411417184659,463],[1411417185659,804],[1411417187659,426],[1411417188659,292],[1411417190659,446],[1411417191659,363],[1411417192659,413],[1411417193659,614],[1411417194659,449],[1411417195659,874],[1411417196659,536],[1411417198659,393],[1411417199659,1403],[1411417200659,420]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 9
-},
-         {
-pointInterval: 1000,
-name: '50%',
-data: [
-  [1411417182659,1072],[1411417183659,450],[1411417184659,543],[1411417185659,804],[1411417187659,443],[1411417188659,392],[1411417190659,532],[1411417191659,391],[1411417192659,667],[1411417193659,634],[1411417194659,449],[1411417195659,910],[1411417196659,658],[1411417198659,501],[1411417199659,1403],[1411417200659,517]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 8
-},
-         {
-pointInterval: 1000,
-name: '75%',
-data: [
-  [1411417182659,1120],[1411417183659,455],[1411417184659,557],[1411417185659,804],[1411417187659,621],[1411417188659,403],[1411417190659,745],[1411417191659,419],[1411417192659,713],[1411417193659,770],[1411417194659,449],[1411417195659,945],[1411417196659,687],[1411417198659,690],[1411417199659,1403],[1411417200659,616]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 7
-},
-         {
-pointInterval: 1000,
-name: '80%',
-data: [
-  [1411417182659,1130],[1411417183659,456],[1411417184659,560],[1411417185659,804],[1411417187659,657],[1411417188659,452],[1411417190659,788],[1411417191659,424],[1411417192659,729],[1411417193659,772],[1411417194659,449],[1411417195659,952],[1411417196659,692],[1411417198659,739],[1411417199659,1403],[1411417200659,636]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 6
-},
-         {
-pointInterval: 1000,
-name: '85%',
-data: [
-  [1411417182659,1140],[1411417183659,457],[1411417184659,563],[1411417185659,804],[1411417187659,692],[1411417188659,502],[1411417190659,830],[1411417191659,430],[1411417192659,746],[1411417193659,775],[1411417194659,449],[1411417195659,959],[1411417196659,698],[1411417198659,788],[1411417199659,1403],[1411417200659,656]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 5
-},
-         {
-pointInterval: 1000,
-name: '90%',
-data: [
-  [1411417182659,1149],[1411417183659,458],[1411417184659,566],[1411417185659,804],[1411417187659,728],[1411417188659,551],[1411417190659,873],[1411417191659,435],[1411417192659,763],[1411417193659,778],[1411417194659,449],[1411417195659,966],[1411417196659,704],[1411417198659,838],[1411417199659,1403],[1411417200659,676]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 4
-},
-         {
-pointInterval: 1000,
-name: '95%',
-data: [
-  [1411417182659,1159],[1411417183659,459],[1411417184659,569],[1411417185659,804],[1411417187659,764],[1411417188659,601],[1411417190659,916],[1411417191659,441],[1411417192659,780],[1411417193659,781],[1411417194659,449],[1411417195659,973],[1411417196659,710],[1411417198659,887],[1411417199659,1403],[1411417200659,696]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 3
-},
-         {
-pointInterval: 1000,
-name: '99%',
-data: [
-  [1411417182659,1167],[1411417183659,459],[1411417184659,571],[1411417185659,804],[1411417187659,792],[1411417188659,641],[1411417190659,950],[1411417191659,445],[1411417192659,793],[1411417193659,783],[1411417194659,449],[1411417195659,979],[1411417196659,714],[1411417198659,927],[1411417199659,1403],[1411417200659,712]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 2
-},
-         {
-pointInterval: 1000,
-name: 'max',
-data: [
-  [1411417182659,1169],[1411417183659,460],[1411417184659,572],[1411417185659,804],[1411417187659,800],[1411417188659,651],[1411417190659,959],[1411417191659,447],[1411417192659,797],[1411417193659,784],[1411417194659,449],[1411417195659,981],[1411417196659,716],[1411417198659,937],[1411417199659,1403],[1411417200659,716]
-],
-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: [
-  [1411417182659,899],[1411417183659,363],[1411417184659,304],[1411417185659,725],[1411417187659,328],[1411417188659,208],[1411417190659,282],[1411417191659,256],[1411417192659,272],[1411417193659,298],[1411417194659,371],[1411417195659,760],[1411417196659,335],[1411417198659,308],[1411417199659,1323],[1411417200659,244]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 10
-},
-         {
-pointInterval: 1000,
-name: '25%',
-data: [
-  [1411417182659,929],[1411417183659,367],[1411417184659,397],[1411417185659,725],[1411417187659,346],[1411417188659,213],[1411417190659,368],[1411417191659,284],[1411417192659,334],[1411417193659,535],[1411417194659,371],[1411417195659,795],[1411417196659,457],[1411417198659,313],[1411417199659,1323],[1411417200659,380]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 9
-},
-         {
-pointInterval: 1000,
-name: '50%',
-data: [
-  [1411417182659,960],[1411417183659,371],[1411417184659,491],[1411417185659,725],[1411417187659,364],[1411417188659,314],[1411417190659,454],[1411417191659,312],[1411417192659,588],[1411417193659,633],[1411417194659,371],[1411417195659,831],[1411417196659,580],[1411417198659,461],[1411417199659,1323],[1411417200659,517]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 8
-},
-         {
-pointInterval: 1000,
-name: '75%',
-data: [
-  [1411417182659,990],[1411417183659,375],[1411417184659,516],[1411417185659,725],[1411417187659,543],[1411417188659,403],[1411417190659,667],[1411417191659,340],[1411417192659,713],[1411417193659,691],[1411417194659,371],[1411417195659,866],[1411417196659,609],[1411417198659,669],[1411417199659,1323],[1411417200659,577]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 7
-},
-         {
-pointInterval: 1000,
-name: '80%',
-data: [
-  [1411417182659,996],[1411417183659,376],[1411417184659,521],[1411417185659,725],[1411417187659,578],[1411417188659,452],[1411417190659,709],[1411417191659,346],[1411417192659,714],[1411417193659,694],[1411417194659,371],[1411417195659,873],[1411417196659,614],[1411417198659,707],[1411417199659,1323],[1411417200659,589]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 6
-},
-         {
-pointInterval: 1000,
-name: '85%',
-data: [
-  [1411417182659,1002],[1411417183659,377],[1411417184659,526],[1411417185659,725],[1411417187659,614],[1411417188659,501],[1411417190659,752],[1411417191659,352],[1411417192659,715],[1411417193659,697],[1411417194659,371],[1411417195659,880],[1411417196659,620],[1411417198659,745],[1411417199659,1323],[1411417200659,601]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 5
-},
-         {
-pointInterval: 1000,
-name: '90%',
-data: [
-  [1411417182659,1008],[1411417183659,378],[1411417184659,531],[1411417185659,725],[1411417187659,650],[1411417188659,551],[1411417190659,794],[1411417191659,357],[1411417192659,716],[1411417193659,700],[1411417194659,371],[1411417195659,887],[1411417196659,626],[1411417198659,782],[1411417199659,1323],[1411417200659,613]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 4
-},
-         {
-pointInterval: 1000,
-name: '95%',
-data: [
-  [1411417182659,1014],[1411417183659,379],[1411417184659,536],[1411417185659,725],[1411417187659,686],[1411417188659,600],[1411417190659,837],[1411417191659,363],[1411417192659,717],[1411417193659,703],[1411417194659,371],[1411417195659,894],[1411417196659,632],[1411417198659,820],[1411417199659,1323],[1411417200659,625]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 3
-},
-         {
-pointInterval: 1000,
-name: '99%',
-data: [
-  [1411417182659,1019],[1411417183659,379],[1411417184659,540],[1411417185659,725],[1411417187659,714],[1411417188659,640],[1411417190659,871],[1411417191659,367],[1411417192659,717],[1411417193659,706],[1411417194659,371],[1411417195659,900],[1411417196659,636],[1411417198659,850],[1411417199659,1323],[1411417200659,635]
-],
-tooltip: { yDecimals: 0, ySuffix: 'ms' },
-type : 'area',
-yAxis: 0,
-zIndex: 2
-},
-         {
-pointInterval: 1000,
-name: 'max',
-data: [
-  [1411417182659,1021],[1411417183659,380],[1411417184659,542],[1411417185659,725],[1411417187659,722],[1411417188659,650],[1411417190659,880],[1411417191659,369],[1411417192659,718],[1411417193659,707],[1411417194659,371],[1411417195659,902],[1411417196659,638],[1411417198659,858],[1411417199659,1323],[1411417200659,638]
-],
-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: [
-  [1411417182659,2],[1411417183659,2],[1411417184659,3],[1411417185659,1],[1411417186659,1],[1411417187659,3],[1411417188659,7],[1411417190659,4],[1411417191659,2],[1411417192659,5],[1411417193659,5],[1411417194659,1],[1411417195659,3],[1411417196659,3],[1411417198659,4],[1411417199659,1],[1411417200659,3]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#FF0000',
-name: 'Failed requests',
-data: [
-  [1411417186659,1],[1411417188659,2],[1411417190659,1],[1411417195659,1]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#A0B228',
-name: 'Succeeded requests',
-data: [
-  [1411417182659,2],[1411417183659,2],[1411417184659,3],[1411417185659,1],[1411417187659,3],[1411417188659,5],[1411417190659,3],[1411417191659,2],[1411417192659,5],[1411417193659,5],[1411417194659,1],[1411417195659,2],[1411417196659,3],[1411417198659,4],[1411417199659,1],[1411417200659,3]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},
-    allUsersData,
-    {
-      
-type: 'pie',
-name: 'Distribution',
-data: [
-  {name: 'Success', y: 45.0, color: '#A0B228'},{name: 'Failures', y: 5.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: [
-  [1411417183659,3],[1411417184659,2],[1411417185659,3],[1411417187659,1],[1411417188659,8],[1411417189659,2],[1411417190659,1],[1411417191659,5],[1411417192659,2],[1411417193659,4],[1411417194659,5],[1411417196659,4],[1411417197659,2],[1411417198659,1],[1411417199659,3],[1411417200659,3],[1411417201659,1]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#FF0000',
-name: 'Failed responses',
-data: [
-  [1411417187659,1],[1411417188659,2],[1411417190659,1],[1411417196659,1]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},{
-color: '#A0B228',
-name: 'Succeeded responses',
-data: [
-  [1411417183659,3],[1411417184659,2],[1411417185659,3],[1411417188659,6],[1411417189659,2],[1411417191659,5],[1411417192659,2],[1411417193659,4],[1411417194659,5],[1411417196659,3],[1411417197659,2],[1411417198659,1],[1411417199659,3],[1411417200659,3],[1411417201659,1]
-],
-tooltip: { yDecimals: 0, ySuffix: '' }
-},
-    allUsersData,
-    {
-      
-type: 'pie',
-name: 'Distribution',
-data: [
-  {name: 'Success', y: 45.0, color: '#A0B228'},{name: 'Failures', y: 5.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,449],[1,1403],[1,804],[2,441],[2,459],[2,1159],[3,696],[3,569],[3,710],[3,764],[3,973],[4,916],[4,887],[5,780],[5,781],[7,601]
-]},
-	  {
-type: 'scatter',
-color: 'rgba(255, 0, 0, .2)',
-name: 'Failures',
-data: [
-[1,1309],[3,312],[4,297],[7,449]
-]}
-	]
-});
-
-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,371],[1,1323],[1,725],[2,363],[2,379],[2,1014],[3,625],[3,536],[3,632],[3,686],[3,894],[4,837],[4,820],[5,717],[5,703],[7,600]
-]},
-	  {
-type: 'scatter',
-color: 'rgba(255, 0, 0, .2)',
-name: 'Failures',
-data: [
-[1,1229],[3,234],[4,218],[7,370]
-]}
-	]
-});
-
-scatterChart.setTitle({
-  text: '<span class="chart_title">Latency against Global RPS</span>',
-  useHTML: true
-});
-
-    });
-</script>
-</body>
-</html>