summaryrefslogtreecommitdiff
path: root/server-scalability/results/lynx/test_upload-20171103T134301
diff options
context:
space:
mode:
Diffstat (limited to 'server-scalability/results/lynx/test_upload-20171103T134301')
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/funkload.css257
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/funkload.xml.zipbin0 -> 111388 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/index.html1010
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/index.rst209
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/pages.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/pages.gplot41
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/pages.pngbin0 -> 7217 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/pages_spps.pngbin0 -> 7849 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.gplot11
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.pngbin0 -> 7285 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/requests.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/requests.gplot15
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/requests.pngbin0 -> 7240 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/requests_rps.pngbin0 -> 7613 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/tests.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/tests.gplot8
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/tests.pngbin0 -> 7235 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-000.data28
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-001.data30
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-002.data28
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-003.data26
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-004.data24
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-005.data20
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-006.data19
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps-007.data16
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps.gplot26
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T134301/time_rps.pngbin0 -> 10489 bytes
28 files changed, 1804 insertions, 0 deletions
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/funkload.css b/server-scalability/results/lynx/test_upload-20171103T134301/funkload.css
new file mode 100644
index 0000000..fade443
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/funkload.css
@@ -0,0 +1,257 @@
+/* funkload doc css */
+/* $Id: nuxeo_doc.css 21596 2005-02-15 10:01:33Z bdelbosc $ */
+
+body {
+ font: 90% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
+ background: #ffffff;
+ color: black;
+ margin: 2em;
+ padding: 2em;
+}
+
+a[href] {
+ color: #436976;
+ background-color: transparent;
+}
+
+h1 a[href] {
+ text-decoration: none;
+ color: #fcb100;
+ background-color: transparent;
+}
+
+a.strong {
+ font-weight: bold;
+}
+
+img {
+ margin: 0;
+ border: 0;
+}
+
+p {
+ margin: 0.5em 0 1em 0;
+ line-height: 1.5em;
+}
+p a {
+ text-decoration: underline;
+}
+p a:visited {
+ color: purple;
+ background-color: transparent;
+}
+p a:active {
+ color: red;
+ background-color: transparent;
+}
+a:hover {
+ text-decoration: none;
+}
+p img {
+ border: 0;
+ margin: 0;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #003a6b;
+ background-color: transparent;
+ font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
+ margin: 0;
+ padding-top: 0.5em;
+}
+
+h1 {
+ font-size: 160%;
+ margin-bottom: 0.5em;
+ border-bottom: 1px solid #888;
+ margin-top: 1em;
+}
+
+h1.title {
+ font-size: 200%;
+}
+
+h2 {
+ font-size: 140%;
+ margin-bottom: 0.5em;
+}
+h3 {
+ font-size: 120%;
+ margin-bottom: 0.5em;
+}
+h4 {
+ font-size: 110%;
+ font-weight: bold;
+}
+h5 {
+ font-size: 100%;
+ font-weight: bold;
+}
+h6 {
+ font-size: 80%;
+ font-weight: bold;
+}
+
+ul a, ol a {
+ text-decoration: underline;
+}
+
+dt {
+ font-weight: bold;
+}
+dt a {
+ text-decoration: none;
+}
+
+dd {
+ line-height: 1.5em;
+ margin-bottom: 1em;
+}
+
+legend {
+ background: #ffffff;
+ padding: 0.5em;
+}
+
+form {
+ margin: 0;
+}
+
+
+dl.form {
+ margin: 0;
+ padding: 1em;
+}
+
+dl.form dt {
+ width: 30%;
+ float: left;
+ margin: 0;
+ padding: 0 0.5em 0.5em 0;
+ text-align: right;
+}
+
+input {
+ font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
+ color: black;
+ background-color: white;
+ vertical-align: middle;
+}
+
+abbr, acronym, .explain {
+ color: black;
+ background-color: transparent;
+}
+
+q, blockquote {
+}
+
+code, pre {
+ font-family: monospace;
+ font-size: 1.2em;
+ display: block;
+ padding: 10px;
+ border: 1px solid #838183;
+ background-color: #eee;
+ color: #000;
+ overflow: auto;
+ margin: 0.5em 1em;
+}
+
+table.docutils {
+ border: 1px solid black;
+ font-size: 0.6em;
+ border-spacing: 0;
+ padding: 0;
+ margin: 1em;
+}
+
+table.docutils td {
+ border: 1px solid #CCC;
+ text-align: right;
+ padding: 0 0.3em;
+ margin: 0;
+}
+
+table.docutils tr {
+ padding: 0;
+ margin: 0;
+}
+
+table.docutils th {
+ border: 1px solid #CCC;
+ border-bottom: 1px solid black;
+ padding: 0.3em;
+ font-weight: bold;
+ margin: 0;
+}
+
+table.docutils td p, table.docutils th p {
+ margin: 0;
+ padding: 0;
+}
+
+table.docutils th.field-name {
+ border: 1px solid #CCC;
+}
+
+div.abstract {
+ padding: 0.5em;
+ background-color: #eef;
+ border: 1px solid #838183;
+ margin: 0.5em 1em;
+}
+
+div.abstract {
+ padding: 0.5em;
+ background-color: #eef;
+ border: 1px solid #838183;
+ margin: 0.5em 1em;
+}
+
+div.warning, div.note {
+ padding: 0.5em;
+ background-color: #fee;
+ border: 1px solid #838183;
+ margin: 0.5em 1em;
+}
+
+div.warning p.admonition-title {
+ color: red ;
+ font-weight: bold ;
+}
+
+div.abstract p.topic-title {
+ font-weight: bold
+}
+
+
+th.field-name {
+ font-weight: bold;
+ font-size: 1.5em;
+}
+
+td.field-body {
+ font-size: 1.5em;
+}
+
+tr.field {
+ border: none;
+}
+
+
+div.contents p.first a {
+ font-size: 150%;
+ border-bottom: 1px solid #888;
+ color: #fcb100;
+}
+
+div.contents a { text-decoration: none }
+
+pre.address {
+ display: inline;
+ border: none;
+ padding: 0;
+ margin: 0;
+}
+
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/funkload.xml.zip b/server-scalability/results/lynx/test_upload-20171103T134301/funkload.xml.zip
new file mode 100644
index 0000000..fb14a4b
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/funkload.xml.zip
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/index.html b/server-scalability/results/lynx/test_upload-20171103T134301/index.html
new file mode 100644
index 0000000..2fe9252
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/index.html
@@ -0,0 +1,1010 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
+<title>FunkLoad bench report</title>
+<meta name="date" content="2017-11-03 13:43:01" />
+<style type="text/css">
+
+/* funkload doc css */
+/* $Id: nuxeo_doc.css 21596 2005-02-15 10:01:33Z bdelbosc $ */
+
+body {
+ font: 90% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
+ background: #ffffff;
+ color: black;
+ margin: 2em;
+ padding: 2em;
+}
+
+a[href] {
+ color: #436976;
+ background-color: transparent;
+}
+
+h1 a[href] {
+ text-decoration: none;
+ color: #fcb100;
+ background-color: transparent;
+}
+
+a.strong {
+ font-weight: bold;
+}
+
+img {
+ margin: 0;
+ border: 0;
+}
+
+p {
+ margin: 0.5em 0 1em 0;
+ line-height: 1.5em;
+}
+p a {
+ text-decoration: underline;
+}
+p a:visited {
+ color: purple;
+ background-color: transparent;
+}
+p a:active {
+ color: red;
+ background-color: transparent;
+}
+a:hover {
+ text-decoration: none;
+}
+p img {
+ border: 0;
+ margin: 0;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #003a6b;
+ background-color: transparent;
+ font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
+ margin: 0;
+ padding-top: 0.5em;
+}
+
+h1 {
+ font-size: 160%;
+ margin-bottom: 0.5em;
+ border-bottom: 1px solid #888;
+ margin-top: 1em;
+}
+
+h1.title {
+ font-size: 200%;
+}
+
+h2 {
+ font-size: 140%;
+ margin-bottom: 0.5em;
+}
+h3 {
+ font-size: 120%;
+ margin-bottom: 0.5em;
+}
+h4 {
+ font-size: 110%;
+ font-weight: bold;
+}
+h5 {
+ font-size: 100%;
+ font-weight: bold;
+}
+h6 {
+ font-size: 80%;
+ font-weight: bold;
+}
+
+ul a, ol a {
+ text-decoration: underline;
+}
+
+dt {
+ font-weight: bold;
+}
+dt a {
+ text-decoration: none;
+}
+
+dd {
+ line-height: 1.5em;
+ margin-bottom: 1em;
+}
+
+legend {
+ background: #ffffff;
+ padding: 0.5em;
+}
+
+form {
+ margin: 0;
+}
+
+
+dl.form {
+ margin: 0;
+ padding: 1em;
+}
+
+dl.form dt {
+ width: 30%;
+ float: left;
+ margin: 0;
+ padding: 0 0.5em 0.5em 0;
+ text-align: right;
+}
+
+input {
+ font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
+ color: black;
+ background-color: white;
+ vertical-align: middle;
+}
+
+abbr, acronym, .explain {
+ color: black;
+ background-color: transparent;
+}
+
+q, blockquote {
+}
+
+code, pre {
+ font-family: monospace;
+ font-size: 1.2em;
+ display: block;
+ padding: 10px;
+ border: 1px solid #838183;
+ background-color: #eee;
+ color: #000;
+ overflow: auto;
+ margin: 0.5em 1em;
+}
+
+table.docutils {
+ border: 1px solid black;
+ font-size: 0.6em;
+ border-spacing: 0;
+ padding: 0;
+ margin: 1em;
+}
+
+table.docutils td {
+ border: 1px solid #CCC;
+ text-align: right;
+ padding: 0 0.3em;
+ margin: 0;
+}
+
+table.docutils tr {
+ padding: 0;
+ margin: 0;
+}
+
+table.docutils th {
+ border: 1px solid #CCC;
+ border-bottom: 1px solid black;
+ padding: 0.3em;
+ font-weight: bold;
+ margin: 0;
+}
+
+table.docutils td p, table.docutils th p {
+ margin: 0;
+ padding: 0;
+}
+
+table.docutils th.field-name {
+ border: 1px solid #CCC;
+}
+
+div.abstract {
+ padding: 0.5em;
+ background-color: #eef;
+ border: 1px solid #838183;
+ margin: 0.5em 1em;
+}
+
+div.abstract {
+ padding: 0.5em;
+ background-color: #eef;
+ border: 1px solid #838183;
+ margin: 0.5em 1em;
+}
+
+div.warning, div.note {
+ padding: 0.5em;
+ background-color: #fee;
+ border: 1px solid #838183;
+ margin: 0.5em 1em;
+}
+
+div.warning p.admonition-title {
+ color: red ;
+ font-weight: bold ;
+}
+
+div.abstract p.topic-title {
+ font-weight: bold
+}
+
+
+th.field-name {
+ font-weight: bold;
+ font-size: 1.5em;
+}
+
+td.field-body {
+ font-size: 1.5em;
+}
+
+tr.field {
+ border: none;
+}
+
+
+div.contents p.first a {
+ font-size: 150%;
+ border-bottom: 1px solid #888;
+ color: #fcb100;
+}
+
+div.contents a { text-decoration: none }
+
+pre.address {
+ display: inline;
+ border: none;
+ padding: 0;
+ margin: 0;
+}
+
+
+</style>
+</head>
+<body>
+<div class="document" id="funkload-bench-report">
+<h1 class="title"><a class="reference external" href="http://funkload.nuxeo.org/">FunkLoad</a> bench report</h1>
+<table class="docinfo" frame="void" rules="none">
+<col class="docinfo-name" />
+<col class="docinfo-content" />
+<tbody valign="top">
+<tr><th class="docinfo-name">Date:</th>
+<td>2017-11-03 13:43:01</td></tr>
+</tbody>
+</table>
+<div class="abstract topic">
+<p class="topic-title first">Abstract</p>
+<p>Upload and download blobs
+Bench result of <tt class="docutils literal">Blobs.test_upload</tt>:
+Upload blobs stress test</p>
+</div>
+<div class="contents topic" id="table-of-contents">
+<p class="topic-title first">Table of contents</p>
+<ul class="auto-toc simple">
+<li><a class="reference internal" href="#bench-configuration" id="id1">1&nbsp;&nbsp;&nbsp;Bench configuration</a></li>
+<li><a class="reference internal" href="#bench-content" id="id2">2&nbsp;&nbsp;&nbsp;Bench content</a></li>
+<li><a class="reference internal" href="#test-stats" id="id3">3&nbsp;&nbsp;&nbsp;Test stats</a></li>
+<li><a class="reference internal" href="#page-stats" id="id4">4&nbsp;&nbsp;&nbsp;Page stats</a></li>
+<li><a class="reference internal" href="#request-stats" id="id5">5&nbsp;&nbsp;&nbsp;Request stats</a></li>
+<li><a class="reference internal" href="#slowest-requests" id="id6">6&nbsp;&nbsp;&nbsp;Slowest requests</a></li>
+<li><a class="reference internal" href="#page-detail-stats" id="id7">7&nbsp;&nbsp;&nbsp;Page detail stats</a><ul class="auto-toc">
+<li><a class="reference internal" href="#page-001-upload-blob" id="id8">7.1&nbsp;&nbsp;&nbsp;PAGE 001: Upload blob</a></li>
+</ul>
+</li>
+<li><a class="reference internal" href="#definitions" id="id9">8&nbsp;&nbsp;&nbsp;Definitions</a></li>
+</ul>
+</div>
+<div class="section" id="bench-configuration">
+<h1><a class="toc-backref" href="#id1">1&nbsp;&nbsp;&nbsp;Bench configuration</a></h1>
+<ul class="simple">
+<li>Launched: 2017-11-03 13:43:01</li>
+<li>From: lynx</li>
+<li>Test: <tt class="docutils literal">test_Blobs.py Blobs.test_upload</tt></li>
+<li>Target server: <a class="reference external" href="http://giraffe.cdev.bitmask.net:2424/">http://giraffe.cdev.bitmask.net:2424/</a></li>
+<li>Cycles of concurrent users: [25, 50, 75, 100, 125, 150, 175, 200]</li>
+<li>Cycle duration: 30s</li>
+<li>Sleeptime between requests: from 0.0s to 0.0s</li>
+<li>Sleeptime between test cases: 0.0s</li>
+<li>Startup delay between threads: 0.01s</li>
+<li>Apdex: <sub>1.5</sub></li>
+<li><a class="reference external" href="http://funkload.nuxeo.org/">FunkLoad</a> version: 1.17.2</li>
+</ul>
+</div>
+<div class="section" id="bench-content">
+<h1><a class="toc-backref" href="#id2">2&nbsp;&nbsp;&nbsp;Bench content</a></h1>
+<p>The test <tt class="docutils literal">Blobs.test_upload</tt> contains:</p>
+<ul class="simple">
+<li>1 page</li>
+<li>0 redirects</li>
+<li>0 links</li>
+<li>0 images</li>
+<li>0 XML-RPC calls</li>
+</ul>
+<p>The bench contains:</p>
+<ul class="simple">
+<li>2959 tests</li>
+<li>2959 pages</li>
+<li>2959 requests</li>
+</ul>
+</div>
+<div class="section" id="test-stats">
+<h1><a class="toc-backref" href="#id3">3&nbsp;&nbsp;&nbsp;Test stats</a></h1>
+<p>The number of Successful <strong>Tests</strong> Per Second (STPS) over Concurrent Users (CUs).</p>
+<blockquote>
+<img alt="tests.png" src="tests.png" />
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="20%" />
+<col width="20%" />
+<col width="20%" />
+<col width="20%" />
+</colgroup>
+<thead valign="bottom">
+<tr><th class="head">CUs</th>
+<th class="head">STPS</th>
+<th class="head">TOTAL</th>
+<th class="head">SUCCESS</th>
+<th class="head">ERROR</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr><td>25</td>
+<td>12.467</td>
+<td>374</td>
+<td>374</td>
+<td>0.00%</td>
+</tr>
+<tr><td>50</td>
+<td>14.233</td>
+<td>427</td>
+<td>427</td>
+<td>0.00%</td>
+</tr>
+<tr><td>75</td>
+<td>13.433</td>
+<td>403</td>
+<td>403</td>
+<td>0.00%</td>
+</tr>
+<tr><td>100</td>
+<td>13.267</td>
+<td>398</td>
+<td>398</td>
+<td>0.00%</td>
+</tr>
+<tr><td>125</td>
+<td>13.367</td>
+<td>401</td>
+<td>401</td>
+<td>0.00%</td>
+</tr>
+<tr><td>150</td>
+<td>10.100</td>
+<td>303</td>
+<td>303</td>
+<td>0.00%</td>
+</tr>
+<tr><td>175</td>
+<td>11.200</td>
+<td>336</td>
+<td>336</td>
+<td>0.00%</td>
+</tr>
+<tr><td>200</td>
+<td>10.567</td>
+<td>317</td>
+<td>317</td>
+<td>0.00%</td>
+</tr>
+</tbody>
+</table>
+</blockquote>
+</div>
+<div class="section" id="page-stats">
+<h1><a class="toc-backref" href="#id4">4&nbsp;&nbsp;&nbsp;Page stats</a></h1>
+<p>The number of Successful <strong>Pages</strong> Per Second (SPPS) over Concurrent Users (CUs).
+Note: an XML-RPC call counts as a page.</p>
+<blockquote>
+<img alt="pages_spps.png" src="pages_spps.png" />
+<img alt="pages.png" src="pages.png" />
+<table border="1" class="docutils">
+<colgroup>
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+</colgroup>
+<thead valign="bottom">
+<tr><th class="head">CUs</th>
+<th class="head">Apdex*</th>
+<th class="head">Rating</th>
+<th class="head">SPPS</th>
+<th class="head">maxSPPS</th>
+<th class="head">TOTAL</th>
+<th class="head">SUCCESS</th>
+<th class="head">ERROR</th>
+<th class="head">MIN</th>
+<th class="head">AVG</th>
+<th class="head">MAX</th>
+<th class="head">P10</th>
+<th class="head">MED</th>
+<th class="head">P90</th>
+<th class="head">P95</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr><td>25</td>
+<td>0.501</td>
+<td>POOR</td>
+<td>12.467</td>
+<td>25.000</td>
+<td>374</td>
+<td>374</td>
+<td>0.00%</td>
+<td>0.935</td>
+<td>1.952</td>
+<td>3.201</td>
+<td>1.763</td>
+<td>1.979</td>
+<td>2.114</td>
+<td>2.148</td>
+</tr>
+<tr><td>50</td>
+<td>0.500</td>
+<td>POOR</td>
+<td>14.233</td>
+<td>48.000</td>
+<td>427</td>
+<td>427</td>
+<td>0.00%</td>
+<td>1.099</td>
+<td>3.341</td>
+<td>6.568</td>
+<td>2.466</td>
+<td>3.170</td>
+<td>4.518</td>
+<td>5.033</td>
+</tr>
+<tr><td>75</td>
+<td>0.412</td>
+<td>UNACCEPTABLE</td>
+<td>13.433</td>
+<td>46.000</td>
+<td>403</td>
+<td>403</td>
+<td>0.00%</td>
+<td>1.678</td>
+<td>5.191</td>
+<td>7.910</td>
+<td>3.947</td>
+<td>5.124</td>
+<td>6.590</td>
+<td>7.132</td>
+</tr>
+<tr><td>100</td>
+<td>0.095</td>
+<td>UNACCEPTABLE</td>
+<td>13.267</td>
+<td>51.000</td>
+<td>398</td>
+<td>398</td>
+<td>0.00%</td>
+<td>1.845</td>
+<td>6.735</td>
+<td>9.799</td>
+<td>3.889</td>
+<td>7.001</td>
+<td>8.405</td>
+<td>9.339</td>
+</tr>
+<tr><td>125</td>
+<td>0.087</td>
+<td>UNACCEPTABLE</td>
+<td>13.367</td>
+<td>70.000</td>
+<td>401</td>
+<td>401</td>
+<td>0.00%</td>
+<td>2.149</td>
+<td>8.146</td>
+<td>11.382</td>
+<td>4.326</td>
+<td>8.810</td>
+<td>10.115</td>
+<td>11.130</td>
+</tr>
+<tr><td>150</td>
+<td>0.091</td>
+<td>UNACCEPTABLE</td>
+<td>10.100</td>
+<td>80.000</td>
+<td>303</td>
+<td>303</td>
+<td>0.00%</td>
+<td>2.189</td>
+<td>11.679</td>
+<td>18.975</td>
+<td>4.069</td>
+<td>14.256</td>
+<td>16.196</td>
+<td>17.071</td>
+</tr>
+<tr><td>175</td>
+<td>0.076</td>
+<td>UNACCEPTABLE</td>
+<td>11.200</td>
+<td>80.000</td>
+<td>336</td>
+<td>336</td>
+<td>0.00%</td>
+<td>2.263</td>
+<td>12.015</td>
+<td>18.187</td>
+<td>4.768</td>
+<td>14.784</td>
+<td>16.208</td>
+<td>16.823</td>
+</tr>
+<tr><td>200</td>
+<td>0.065</td>
+<td>UNACCEPTABLE</td>
+<td>10.567</td>
+<td>80.000</td>
+<td>317</td>
+<td>317</td>
+<td>0.00%</td>
+<td>2.541</td>
+<td>13.732</td>
+<td>24.099</td>
+<td>5.263</td>
+<td>15.311</td>
+<td>19.942</td>
+<td>20.955</td>
+</tr>
+</tbody>
+</table>
+<p>* Apdex <sub>1.5</sub></p>
+</blockquote>
+</div>
+<div class="section" id="request-stats">
+<h1><a class="toc-backref" href="#id5">5&nbsp;&nbsp;&nbsp;Request stats</a></h1>
+<p>The number of <strong>Requests</strong> Per Second (RPS) (successful or not) over Concurrent Users (CUs).</p>
+<blockquote>
+<img alt="requests_rps.png" src="requests_rps.png" />
+<img alt="requests.png" src="requests.png" />
+<img alt="time_rps.png" src="time_rps.png" />
+<table border="1" class="docutils">
+<colgroup>
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+<col width="7%" />
+</colgroup>
+<thead valign="bottom">
+<tr><th class="head">CUs</th>
+<th class="head">Apdex*</th>
+<th class="head">Rating*</th>
+<th class="head">RPS</th>
+<th class="head">maxRPS</th>
+<th class="head">TOTAL</th>
+<th class="head">SUCCESS</th>
+<th class="head">ERROR</th>
+<th class="head">MIN</th>
+<th class="head">AVG</th>
+<th class="head">MAX</th>
+<th class="head">P10</th>
+<th class="head">MED</th>
+<th class="head">P90</th>
+<th class="head">P95</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr><td>25</td>
+<td>0.501</td>
+<td>POOR</td>
+<td>12.467</td>
+<td>25.000</td>
+<td>374</td>
+<td>374</td>
+<td>0.00%</td>
+<td>0.935</td>
+<td>1.952</td>
+<td>3.201</td>
+<td>1.763</td>
+<td>1.979</td>
+<td>2.114</td>
+<td>2.148</td>
+</tr>
+<tr><td>50</td>
+<td>0.500</td>
+<td>POOR</td>
+<td>14.233</td>
+<td>48.000</td>
+<td>427</td>
+<td>427</td>
+<td>0.00%</td>
+<td>1.099</td>
+<td>3.341</td>
+<td>6.568</td>
+<td>2.466</td>
+<td>3.170</td>
+<td>4.518</td>
+<td>5.033</td>
+</tr>
+<tr><td>75</td>
+<td>0.412</td>
+<td>UNACCEPTABLE</td>
+<td>13.433</td>
+<td>46.000</td>
+<td>403</td>
+<td>403</td>
+<td>0.00%</td>
+<td>1.678</td>
+<td>5.191</td>
+<td>7.910</td>
+<td>3.947</td>
+<td>5.124</td>
+<td>6.590</td>
+<td>7.132</td>
+</tr>
+<tr><td>100</td>
+<td>0.095</td>
+<td>UNACCEPTABLE</td>
+<td>13.267</td>
+<td>51.000</td>
+<td>398</td>
+<td>398</td>
+<td>0.00%</td>
+<td>1.845</td>
+<td>6.735</td>
+<td>9.799</td>
+<td>3.889</td>
+<td>7.001</td>
+<td>8.405</td>
+<td>9.339</td>
+</tr>
+<tr><td>125</td>
+<td>0.087</td>
+<td>UNACCEPTABLE</td>
+<td>13.367</td>
+<td>70.000</td>
+<td>401</td>
+<td>401</td>
+<td>0.00%</td>
+<td>2.149</td>
+<td>8.146</td>
+<td>11.382</td>
+<td>4.326</td>
+<td>8.810</td>
+<td>10.115</td>
+<td>11.130</td>
+</tr>
+<tr><td>150</td>
+<td>0.091</td>
+<td>UNACCEPTABLE</td>
+<td>10.100</td>
+<td>80.000</td>
+<td>303</td>
+<td>303</td>
+<td>0.00%</td>
+<td>2.189</td>
+<td>11.679</td>
+<td>18.975</td>
+<td>4.069</td>
+<td>14.256</td>
+<td>16.196</td>
+<td>17.071</td>
+</tr>
+<tr><td>175</td>
+<td>0.076</td>
+<td>UNACCEPTABLE</td>
+<td>11.200</td>
+<td>80.000</td>
+<td>336</td>
+<td>336</td>
+<td>0.00%</td>
+<td>2.263</td>
+<td>12.015</td>
+<td>18.187</td>
+<td>4.768</td>
+<td>14.784</td>
+<td>16.208</td>
+<td>16.823</td>
+</tr>
+<tr><td>200</td>
+<td>0.065</td>
+<td>UNACCEPTABLE</td>
+<td>10.567</td>
+<td>80.000</td>
+<td>317</td>
+<td>317</td>
+<td>0.00%</td>
+<td>2.541</td>
+<td>13.732</td>
+<td>24.099</td>
+<td>5.263</td>
+<td>15.311</td>
+<td>19.942</td>
+<td>20.955</td>
+</tr>
+</tbody>
+</table>
+<p>* Apdex <sub>1.5</sub></p>
+</blockquote>
+</div>
+<div class="section" id="slowest-requests">
+<h1><a class="toc-backref" href="#id6">6&nbsp;&nbsp;&nbsp;Slowest requests</a></h1>
+<p>The 5 slowest average response time during the best cycle with <strong>25</strong> CUs:</p>
+<ul class="simple">
+<li>In page 001, Apdex rating: POOR, avg response time: 1.95s, put: <tt class="docutils literal">/blobs/0/373</tt>
+<cite>Upload blob</cite></li>
+</ul>
+</div>
+<div class="section" id="page-detail-stats">
+<h1><a class="toc-backref" href="#id7">7&nbsp;&nbsp;&nbsp;Page detail stats</a></h1>
+<div class="section" id="page-001-upload-blob">
+<h2><a class="toc-backref" href="#id8">7.1&nbsp;&nbsp;&nbsp;PAGE 001: Upload blob</a></h2>
+<ul>
+<li><p class="first">Req: 001, put, url <tt class="docutils literal">/blobs/0/373</tt></p>
+<blockquote>
+<img alt="request_001.001.png" src="request_001.001.png" />
+<table border="1" class="docutils">
+<colgroup>
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+<col width="8%" />
+</colgroup>
+<thead valign="bottom">
+<tr><th class="head">CUs</th>
+<th class="head">Apdex*</th>
+<th class="head">Rating</th>
+<th class="head">TOTAL</th>
+<th class="head">SUCCESS</th>
+<th class="head">ERROR</th>
+<th class="head">MIN</th>
+<th class="head">AVG</th>
+<th class="head">MAX</th>
+<th class="head">P10</th>
+<th class="head">MED</th>
+<th class="head">P90</th>
+<th class="head">P95</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr><td>25</td>
+<td>0.501</td>
+<td>POOR</td>
+<td>374</td>
+<td>374</td>
+<td>0.00%</td>
+<td>0.935</td>
+<td>1.952</td>
+<td>3.201</td>
+<td>1.763</td>
+<td>1.979</td>
+<td>2.114</td>
+<td>2.148</td>
+</tr>
+<tr><td>50</td>
+<td>0.500</td>
+<td>POOR</td>
+<td>427</td>
+<td>427</td>
+<td>0.00%</td>
+<td>1.099</td>
+<td>3.341</td>
+<td>6.568</td>
+<td>2.466</td>
+<td>3.170</td>
+<td>4.518</td>
+<td>5.033</td>
+</tr>
+<tr><td>75</td>
+<td>0.412</td>
+<td>UNACCEPTABLE</td>
+<td>403</td>
+<td>403</td>
+<td>0.00%</td>
+<td>1.678</td>
+<td>5.191</td>
+<td>7.910</td>
+<td>3.947</td>
+<td>5.124</td>
+<td>6.590</td>
+<td>7.132</td>
+</tr>
+<tr><td>100</td>
+<td>0.095</td>
+<td>UNACCEPTABLE</td>
+<td>398</td>
+<td>398</td>
+<td>0.00%</td>
+<td>1.845</td>
+<td>6.735</td>
+<td>9.799</td>
+<td>3.889</td>
+<td>7.001</td>
+<td>8.405</td>
+<td>9.339</td>
+</tr>
+<tr><td>125</td>
+<td>0.087</td>
+<td>UNACCEPTABLE</td>
+<td>401</td>
+<td>401</td>
+<td>0.00%</td>
+<td>2.149</td>
+<td>8.146</td>
+<td>11.382</td>
+<td>4.326</td>
+<td>8.810</td>
+<td>10.115</td>
+<td>11.130</td>
+</tr>
+<tr><td>150</td>
+<td>0.091</td>
+<td>UNACCEPTABLE</td>
+<td>303</td>
+<td>303</td>
+<td>0.00%</td>
+<td>2.189</td>
+<td>11.679</td>
+<td>18.975</td>
+<td>4.069</td>
+<td>14.256</td>
+<td>16.196</td>
+<td>17.071</td>
+</tr>
+<tr><td>175</td>
+<td>0.076</td>
+<td>UNACCEPTABLE</td>
+<td>336</td>
+<td>336</td>
+<td>0.00%</td>
+<td>2.263</td>
+<td>12.015</td>
+<td>18.187</td>
+<td>4.768</td>
+<td>14.784</td>
+<td>16.208</td>
+<td>16.823</td>
+</tr>
+<tr><td>200</td>
+<td>0.065</td>
+<td>UNACCEPTABLE</td>
+<td>317</td>
+<td>317</td>
+<td>0.00%</td>
+<td>2.541</td>
+<td>13.732</td>
+<td>24.099</td>
+<td>5.263</td>
+<td>15.311</td>
+<td>19.942</td>
+<td>20.955</td>
+</tr>
+</tbody>
+</table>
+<p>* Apdex <sub>1.5</sub></p>
+</blockquote>
+</li>
+</ul>
+</div>
+</div>
+<div class="section" id="definitions">
+<h1><a class="toc-backref" href="#id9">8&nbsp;&nbsp;&nbsp;Definitions</a></h1>
+<ul>
+<li><p class="first">CUs: Concurrent users or number of concurrent threads executing tests.</p>
+</li>
+<li><p class="first">Request: a single GET/POST/redirect/XML-RPC request.</p>
+</li>
+<li><p class="first">Page: a request with redirects and resource links (image, css, js) for an HTML page.</p>
+</li>
+<li><p class="first">STPS: Successful tests per second.</p>
+</li>
+<li><p class="first">SPPS: Successful pages per second.</p>
+</li>
+<li><p class="first">RPS: Requests per second, successful or not.</p>
+</li>
+<li><p class="first">maxSPPS: Maximum SPPS during the cycle.</p>
+</li>
+<li><p class="first">maxRPS: Maximum RPS during the cycle.</p>
+</li>
+<li><p class="first">MIN: Minimum response time for a page or request.</p>
+</li>
+<li><p class="first">AVG: Average response time for a page or request.</p>
+</li>
+<li><p class="first">MAX: Maximmum response time for a page or request.</p>
+</li>
+<li><p class="first">P10: 10th percentile, response time where 10 percent of pages or requests are delivered.</p>
+</li>
+<li><p class="first">MED: Median or 50th percentile, response time where half of pages or requests are delivered.</p>
+</li>
+<li><p class="first">P90: 90th percentile, response time where 90 percent of pages or requests are delivered.</p>
+</li>
+<li><p class="first">P95: 95th percentile, response time where 95 percent of pages or requests are delivered.</p>
+</li>
+<li><p class="first">Apdex T: Application Performance Index,
+this is a numerical measure of user satisfaction, it is based
+on three zones of application responsiveness:</p>
+<ul>
+<li><p class="first">Satisfied: The user is fully productive. This represents the
+time value (T seconds) below which users are not impeded by
+application response time.</p>
+</li>
+<li><p class="first">Tolerating: The user notices performance lagging within
+responses greater than T, but continues the process.</p>
+</li>
+<li><p class="first">Frustrated: Performance with a response time greater than 4*T
+seconds is unacceptable, and users may abandon the process.</p>
+<p>By default T is set to 1.5s. This means that response time between 0
+and 1.5s the user is fully productive, between 1.5 and 6s the
+responsivness is tolerable and above 6s the user is frustrated.</p>
+<p>The Apdex score converts many measurements into one number on a
+uniform scale of 0-to-1 (0 = no users satisfied, 1 = all users
+satisfied).</p>
+<p>Visit <a class="reference external" href="http://www.apdex.org/">http://www.apdex.org/</a> for more information.</p>
+</li>
+</ul>
+</li>
+<li><p class="first">Rating: To ease interpretation, the Apdex score is also represented
+as a rating:</p>
+<ul class="simple">
+<li>U for UNACCEPTABLE represented in gray for a score between 0 and 0.5</li>
+<li>P for POOR represented in red for a score between 0.5 and 0.7</li>
+<li>F for FAIR represented in yellow for a score between 0.7 and 0.85</li>
+<li>G for Good represented in green for a score between 0.85 and 0.94</li>
+<li>E for Excellent represented in blue for a score between 0.94 and 1.</li>
+</ul>
+</li>
+</ul>
+<p>Report generated with <a class="reference external" href="http://funkload.nuxeo.org/">FunkLoad</a> 1.17.2, more information available on the <a class="reference external" href="http://funkload.nuxeo.org/#benching">FunkLoad site</a>.</p>
+</div>
+</div>
+<div class="footer">
+<hr class="footer" />
+Generated on: 2017-11-03 13:48 UTC.
+
+</div>
+</body>
+</html>
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/index.rst b/server-scalability/results/lynx/test_upload-20171103T134301/index.rst
new file mode 100644
index 0000000..a247335
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/index.rst
@@ -0,0 +1,209 @@
+======================
+FunkLoad_ bench report
+======================
+
+
+:date: 2017-11-03 13:43:01
+:abstract: Upload and download blobs
+ Bench result of ``Blobs.test_upload``:
+ Upload blobs stress test
+
+.. _FunkLoad: http://funkload.nuxeo.org/
+.. sectnum:: :depth: 2
+.. contents:: Table of contents
+.. |APDEXT| replace:: \ :sub:`1.5`
+
+Bench configuration
+-------------------
+
+* Launched: 2017-11-03 13:43:01
+* From: lynx
+* Test: ``test_Blobs.py Blobs.test_upload``
+* Target server: http://giraffe.cdev.bitmask.net:2424/
+* Cycles of concurrent users: [25, 50, 75, 100, 125, 150, 175, 200]
+* Cycle duration: 30s
+* Sleeptime between requests: from 0.0s to 0.0s
+* Sleeptime between test cases: 0.0s
+* Startup delay between threads: 0.01s
+* Apdex: |APDEXT|
+* FunkLoad_ version: 1.17.2
+
+
+Bench content
+-------------
+
+The test ``Blobs.test_upload`` contains:
+
+* 1 page
+* 0 redirects
+* 0 links
+* 0 images
+* 0 XML-RPC calls
+
+The bench contains:
+
+* 2959 tests
+* 2959 pages
+* 2959 requests
+
+
+Test stats
+----------
+
+The number of Successful **Tests** Per Second (STPS) over Concurrent Users (CUs).
+
+ .. image:: tests.png
+
+ ================== ================== ================== ================== ==================
+ CUs STPS TOTAL SUCCESS ERROR
+ ================== ================== ================== ================== ==================
+ 25 12.467 374 374 0.00%
+ 50 14.233 427 427 0.00%
+ 75 13.433 403 403 0.00%
+ 100 13.267 398 398 0.00%
+ 125 13.367 401 401 0.00%
+ 150 10.100 303 303 0.00%
+ 175 11.200 336 336 0.00%
+ 200 10.567 317 317 0.00%
+ ================== ================== ================== ================== ==================
+
+
+
+Page stats
+----------
+
+The number of Successful **Pages** Per Second (SPPS) over Concurrent Users (CUs).
+Note: an XML-RPC call counts as a page.
+
+ .. image:: pages_spps.png
+ .. image:: pages.png
+
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ CUs Apdex* Rating SPPS maxSPPS TOTAL SUCCESS ERROR MIN AVG MAX P10 MED P90 P95
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ 25 0.501 POOR 12.467 25.000 374 374 0.00% 0.935 1.952 3.201 1.763 1.979 2.114 2.148
+ 50 0.500 POOR 14.233 48.000 427 427 0.00% 1.099 3.341 6.568 2.466 3.170 4.518 5.033
+ 75 0.412 UNACCEPTABLE 13.433 46.000 403 403 0.00% 1.678 5.191 7.910 3.947 5.124 6.590 7.132
+ 100 0.095 UNACCEPTABLE 13.267 51.000 398 398 0.00% 1.845 6.735 9.799 3.889 7.001 8.405 9.339
+ 125 0.087 UNACCEPTABLE 13.367 70.000 401 401 0.00% 2.149 8.146 11.382 4.326 8.810 10.115 11.130
+ 150 0.091 UNACCEPTABLE 10.100 80.000 303 303 0.00% 2.189 11.679 18.975 4.069 14.256 16.196 17.071
+ 175 0.076 UNACCEPTABLE 11.200 80.000 336 336 0.00% 2.263 12.015 18.187 4.768 14.784 16.208 16.823
+ 200 0.065 UNACCEPTABLE 10.567 80.000 317 317 0.00% 2.541 13.732 24.099 5.263 15.311 19.942 20.955
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+
+ \* Apdex |APDEXT|
+
+Request stats
+-------------
+
+The number of **Requests** Per Second (RPS) (successful or not) over Concurrent Users (CUs).
+
+ .. image:: requests_rps.png
+ .. image:: requests.png
+ .. image:: time_rps.png
+
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ CUs Apdex* Rating* RPS maxRPS TOTAL SUCCESS ERROR MIN AVG MAX P10 MED P90 P95
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ 25 0.501 POOR 12.467 25.000 374 374 0.00% 0.935 1.952 3.201 1.763 1.979 2.114 2.148
+ 50 0.500 POOR 14.233 48.000 427 427 0.00% 1.099 3.341 6.568 2.466 3.170 4.518 5.033
+ 75 0.412 UNACCEPTABLE 13.433 46.000 403 403 0.00% 1.678 5.191 7.910 3.947 5.124 6.590 7.132
+ 100 0.095 UNACCEPTABLE 13.267 51.000 398 398 0.00% 1.845 6.735 9.799 3.889 7.001 8.405 9.339
+ 125 0.087 UNACCEPTABLE 13.367 70.000 401 401 0.00% 2.149 8.146 11.382 4.326 8.810 10.115 11.130
+ 150 0.091 UNACCEPTABLE 10.100 80.000 303 303 0.00% 2.189 11.679 18.975 4.069 14.256 16.196 17.071
+ 175 0.076 UNACCEPTABLE 11.200 80.000 336 336 0.00% 2.263 12.015 18.187 4.768 14.784 16.208 16.823
+ 200 0.065 UNACCEPTABLE 10.567 80.000 317 317 0.00% 2.541 13.732 24.099 5.263 15.311 19.942 20.955
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+
+ \* Apdex |APDEXT|
+
+Slowest requests
+----------------
+
+The 5 slowest average response time during the best cycle with **25** CUs:
+
+* In page 001, Apdex rating: POOR, avg response time: 1.95s, put: ``/blobs/0/373``
+ `Upload blob`
+
+Page detail stats
+-----------------
+
+
+PAGE 001: Upload blob
+~~~~~~~~~~~~~~~~~~~~~
+
+* Req: 001, put, url ``/blobs/0/373``
+
+ .. image:: request_001.001.png
+
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ CUs Apdex* Rating TOTAL SUCCESS ERROR MIN AVG MAX P10 MED P90 P95
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ 25 0.501 POOR 374 374 0.00% 0.935 1.952 3.201 1.763 1.979 2.114 2.148
+ 50 0.500 POOR 427 427 0.00% 1.099 3.341 6.568 2.466 3.170 4.518 5.033
+ 75 0.412 UNACCEPTABLE 403 403 0.00% 1.678 5.191 7.910 3.947 5.124 6.590 7.132
+ 100 0.095 UNACCEPTABLE 398 398 0.00% 1.845 6.735 9.799 3.889 7.001 8.405 9.339
+ 125 0.087 UNACCEPTABLE 401 401 0.00% 2.149 8.146 11.382 4.326 8.810 10.115 11.130
+ 150 0.091 UNACCEPTABLE 303 303 0.00% 2.189 11.679 18.975 4.069 14.256 16.196 17.071
+ 175 0.076 UNACCEPTABLE 336 336 0.00% 2.263 12.015 18.187 4.768 14.784 16.208 16.823
+ 200 0.065 UNACCEPTABLE 317 317 0.00% 2.541 13.732 24.099 5.263 15.311 19.942 20.955
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+
+ \* Apdex |APDEXT|
+
+Definitions
+-----------
+
+* CUs: Concurrent users or number of concurrent threads executing tests.
+* Request: a single GET/POST/redirect/XML-RPC request.
+* Page: a request with redirects and resource links (image, css, js) for an HTML page.
+* STPS: Successful tests per second.
+* SPPS: Successful pages per second.
+* RPS: Requests per second, successful or not.
+* maxSPPS: Maximum SPPS during the cycle.
+* maxRPS: Maximum RPS during the cycle.
+* MIN: Minimum response time for a page or request.
+* AVG: Average response time for a page or request.
+* MAX: Maximmum response time for a page or request.
+* P10: 10th percentile, response time where 10 percent of pages or requests are delivered.
+* MED: Median or 50th percentile, response time where half of pages or requests are delivered.
+* P90: 90th percentile, response time where 90 percent of pages or requests are delivered.
+* P95: 95th percentile, response time where 95 percent of pages or requests are delivered.
+* Apdex T: Application Performance Index,
+ this is a numerical measure of user satisfaction, it is based
+ on three zones of application responsiveness:
+
+ - Satisfied: The user is fully productive. This represents the
+ time value (T seconds) below which users are not impeded by
+ application response time.
+
+ - Tolerating: The user notices performance lagging within
+ responses greater than T, but continues the process.
+
+ - Frustrated: Performance with a response time greater than 4*T
+ seconds is unacceptable, and users may abandon the process.
+
+ By default T is set to 1.5s. This means that response time between 0
+ and 1.5s the user is fully productive, between 1.5 and 6s the
+ responsivness is tolerable and above 6s the user is frustrated.
+
+ The Apdex score converts many measurements into one number on a
+ uniform scale of 0-to-1 (0 = no users satisfied, 1 = all users
+ satisfied).
+
+ Visit http://www.apdex.org/ for more information.
+* Rating: To ease interpretation, the Apdex score is also represented
+ as a rating:
+
+ - U for UNACCEPTABLE represented in gray for a score between 0 and 0.5
+
+ - P for POOR represented in red for a score between 0.5 and 0.7
+
+ - F for FAIR represented in yellow for a score between 0.7 and 0.85
+
+ - G for Good represented in green for a score between 0.85 and 0.94
+
+ - E for Excellent represented in blue for a score between 0.94 and 1.
+
+
+Report generated with FunkLoad_ 1.17.2, more information available on the `FunkLoad site <http://funkload.nuxeo.org/#benching>`_. \ No newline at end of file
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/pages.data b/server-scalability/results/lynx/test_upload-20171103T134301/pages.data
new file mode 100644
index 0000000..6d106a4
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/pages.data
@@ -0,0 +1,9 @@
+CUs SPPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX E G F P U
+25 12.4666666667 0 0.934931993484 1.95190962368 3.20132708549 1.76272296906 1.97914791107 2.11431097984 2.1479370594 0.501336898396 0 0 0 0.501336898396 0
+50 14.2333333333 0 1.09895896912 3.34131314101 6.56799507141 2.46590399742 3.17028784752 4.5177359581 5.03330302238 0.5 0 0 0 0.5 0
+75 13.4333333333 0 1.67849493027 5.19061494938 7.90990614891 3.94726681709 5.12383794785 6.58958697319 7.13215708733 0.411910669975 0 0 0 0 0.411910669975
+100 13.2666666667 0 1.84510993958 6.73492492144 9.7985970974 3.88877892494 7.00079917908 8.40535902977 9.33944797516 0.0954773869347 0 0 0 0 0.0954773869347
+125 13.3666666667 0 2.14902687073 8.14647668734 11.3817689419 4.3262219429 8.80995202065 10.1148049831 11.1303360462 0.0872817955112 0 0 0 0 0.0872817955112
+150 10.1 0 2.18876218796 11.6794119353 18.9754550457 4.06859397888 14.2558400631 16.1963748932 17.0709159374 0.0907590759076 0 0 0 0 0.0907590759076
+175 11.2 0 2.26333880424 12.0153685702 18.1868779659 4.76761293411 14.7840051651 16.2075958252 16.8227038383 0.0758928571429 0 0 0 0 0.0758928571429
+200 10.5666666667 0 2.54072499275 13.7316197883 24.0991849899 5.26286578178 15.311319828 19.9417259693 20.954556942 0.0646687697161 0 0 0 0 0.0646687697161
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/pages.gplot b/server-scalability/results/lynx/test_upload-20171103T134301/pages.gplot
new file mode 100644
index 0000000..ec1a51c
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/pages.gplot
@@ -0,0 +1,41 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/pages_spps.png"
+set title "Successful Pages Per Second"
+set ylabel "Pages Per Second"
+set grid back
+set xrange [0:201]
+set terminal png size 640,540
+set format x ""
+set multiplot
+unset title
+unset xlabel
+set bmargin 0
+set lmargin 8
+set rmargin 9.5
+set key inside top
+set size 1, 0.6
+set origin 0, 0.4
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/pages.data" u 1:2 w linespoints lw 2 lt 2 t "SPPS"
+set boxwidth 0.8
+set style fill solid .7
+set ylabel "Apdex 1.5"
+set yrange [0:1]
+set key outside top
+set size 1.0, 0.4
+set bmargin 3
+set format x "% g"
+set xlabel "Concurrent Users"
+set origin 0.0, 0.0
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/pages.data" u 1:12 w boxes lw 2 lt rgb "#99CDFF" t "E", "" u 1:13 w boxes lw 2 lt rgb "#00FF01" t "G", "" u 1:14 w boxes lw 2 lt rgb "#FFFF00" t "F", "" u 1:15 w boxes lw 2 lt rgb "#FF7C81" t "P", "" u 1:16 w boxes lw 2 lt rgb "#C0C0C0" t "U"
+unset boxwidth
+set key inside top
+unset yrange
+set autoscale y
+unset multiplot
+set size 1.0, 1.0
+unset rmargin
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/pages.png"
+set title "Pages Response time"
+set ylabel "Duration (s)"
+set bars 5.0
+set style fill solid .25
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/pages.data" u 1:8:8:10:9 t "med/p90/p95" w candlesticks lt 1 lw 1 whiskerbars 0.5, "" u 1:7:4:8:8 w candlesticks lt 2 lw 1 t "min/p10/med" whiskerbars 0.5, "" u 1:5 t "avg" w lines lt 3 lw 2
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/pages.png b/server-scalability/results/lynx/test_upload-20171103T134301/pages.png
new file mode 100644
index 0000000..718671b
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/pages.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/pages_spps.png b/server-scalability/results/lynx/test_upload-20171103T134301/pages_spps.png
new file mode 100644
index 0000000..5c92b6e
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/pages_spps.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.data b/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.data
new file mode 100644
index 0000000..47ed73a
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.data
@@ -0,0 +1,9 @@
+CUs STEP ERROR MIN AVG MAX P10 P50 P90 P95 APDEX
+25 001.001 0 0.934931993484 1.95190962368 3.20132708549 1.76272296906 1.97914791107 2.11431097984 2.1479370594 0.501336898396
+50 001.001 0 1.09895896912 3.34131314101 6.56799507141 2.46590399742 3.17028784752 4.5177359581 5.03330302238 0.5
+75 001.001 0 1.67849493027 5.19061494938 7.90990614891 3.94726681709 5.12383794785 6.58958697319 7.13215708733 0.411910669975
+100 001.001 0 1.84510993958 6.73492492144 9.7985970974 3.88877892494 7.00079917908 8.40535902977 9.33944797516 0.0954773869347
+125 001.001 0 2.14902687073 8.14647668734 11.3817689419 4.3262219429 8.80995202065 10.1148049831 11.1303360462 0.0872817955112
+150 001.001 0 2.18876218796 11.6794119353 18.9754550457 4.06859397888 14.2558400631 16.1963748932 17.0709159374 0.0907590759076
+175 001.001 0 2.26333880424 12.0153685702 18.1868779659 4.76761293411 14.7840051651 16.2075958252 16.8227038383 0.0758928571429
+200 001.001 0 2.54072499275 13.7316197883 24.0991849899 5.26286578178 15.311319828 19.9417259693 20.954556942 0.0646687697161
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.gplot b/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.gplot
new file mode 100644
index 0000000..a0a9a26
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.gplot
@@ -0,0 +1,11 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/request_001.001.png"
+set terminal png size 640,540
+set grid
+set bars 5.0
+set title "Request 001.001 Response time"
+set xlabel "Concurrent Users"
+set ylabel "Duration (s)"
+set grid back
+set style fill solid .25
+set xrange [0:201]
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/request_001.001.data" u 1:8:8:10:9 t "med/p90/p95" w candlesticks lt 1 lw 1 whiskerbars 0.5, "" u 1:7:4:8:8 w candlesticks lt 2 lw 1 t "min/p10/med" whiskerbars 0.5, "" u 1:5 t "avg" w lines lt 3 lw 2
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.png b/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.png
new file mode 100644
index 0000000..b5ed623
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/request_001.001.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/requests.data b/server-scalability/results/lynx/test_upload-20171103T134301/requests.data
new file mode 100644
index 0000000..3bcf396
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/requests.data
@@ -0,0 +1,9 @@
+CUs RPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX
+25 12.4666666667 0 0.934931993484 1.95190962368 3.20132708549 1.76272296906 1.97914791107 2.11431097984 2.1479370594 0.501336898396
+50 14.2333333333 0 1.09895896912 3.34131314101 6.56799507141 2.46590399742 3.17028784752 4.5177359581 5.03330302238 0.5
+75 13.4333333333 0 1.67849493027 5.19061494938 7.90990614891 3.94726681709 5.12383794785 6.58958697319 7.13215708733 0.411910669975
+100 13.2666666667 0 1.84510993958 6.73492492144 9.7985970974 3.88877892494 7.00079917908 8.40535902977 9.33944797516 0.0954773869347
+125 13.3666666667 0 2.14902687073 8.14647668734 11.3817689419 4.3262219429 8.80995202065 10.1148049831 11.1303360462 0.0872817955112
+150 10.1 0 2.18876218796 11.6794119353 18.9754550457 4.06859397888 14.2558400631 16.1963748932 17.0709159374 0.0907590759076
+175 11.2 0 2.26333880424 12.0153685702 18.1868779659 4.76761293411 14.7840051651 16.2075958252 16.8227038383 0.0758928571429
+200 10.5666666667 0 2.54072499275 13.7316197883 24.0991849899 5.26286578178 15.311319828 19.9417259693 20.954556942 0.0646687697161
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/requests.gplot b/server-scalability/results/lynx/test_upload-20171103T134301/requests.gplot
new file mode 100644
index 0000000..9fe357d
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/requests.gplot
@@ -0,0 +1,15 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/requests_rps.png"
+set title "Requests Per Second"
+set xlabel "Concurrent Users"
+set ylabel "Requests Per Second"
+set grid
+set xrange [0:201]
+set terminal png size 640,540
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/requests.data" u 1:2 w linespoints lw 2 lt 2 t "RPS"
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/requests.png"
+set title "Requests Response time"
+set ylabel "Duration (s)"
+set bars 5.0
+set grid back
+set style fill solid .25
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/requests.data" u 1:8:8:10:9 t "med/p90/p95" w candlesticks lt 1 lw 1 whiskerbars 0.5, "" u 1:7:4:8:8 w candlesticks lt 2 lw 1 t "min/p10/med" whiskerbars 0.5, "" u 1:5 t "avg" w lines lt 3 lw 2
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/requests.png b/server-scalability/results/lynx/test_upload-20171103T134301/requests.png
new file mode 100644
index 0000000..a8a7c5d
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/requests.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/requests_rps.png b/server-scalability/results/lynx/test_upload-20171103T134301/requests_rps.png
new file mode 100644
index 0000000..233fe2a
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/requests_rps.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/tests.data b/server-scalability/results/lynx/test_upload-20171103T134301/tests.data
new file mode 100644
index 0000000..b3aa6f2
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/tests.data
@@ -0,0 +1,9 @@
+CUs STPS ERROR
+25 12.4666666667 0
+50 14.2333333333 0
+75 13.4333333333 0
+100 13.2666666667 0
+125 13.3666666667 0
+150 10.1 0
+175 11.2 0
+200 10.5666666667 0
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/tests.gplot b/server-scalability/results/lynx/test_upload-20171103T134301/tests.gplot
new file mode 100644
index 0000000..d41536f
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/tests.gplot
@@ -0,0 +1,8 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/tests.png"
+set title "Successful Tests Per Second"
+set terminal png size 640,540
+set xlabel "Concurrent Users"
+set ylabel "Test/s"
+set grid back
+set xrange [0:201]
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/tests.data" u 1:2 w linespoints lw 2 lt 2 t "STPS"
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/tests.png b/server-scalability/results/lynx/test_upload-20171103T134301/tests.png
new file mode 100644
index 0000000..c2ded68
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/tests.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-000.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-000.data
new file mode 100644
index 0000000..0d63b7c
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-000.data
@@ -0,0 +1,28 @@
+Timeline RPS
+1509716581 20
+1509716582 5
+1509716583 14
+1509716584 11
+1509716585 8
+1509716586 17
+1509716587 2
+1509716588 23
+1509716589 2
+1509716590 23
+1509716591 1
+1509716592 24
+1509716593 1
+1509716594 24
+1509716596 25
+1509716598 25
+1509716600 25
+1509716601 1
+1509716602 24
+1509716603 2
+1509716604 22
+1509716605 21
+1509716606 5
+1509716607 23
+1509716608 2
+1509716609 23
+1509716610 1
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-001.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-001.data
new file mode 100644
index 0000000..6246ffb
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-001.data
@@ -0,0 +1,30 @@
+Timeline RPS
+1509716613 2
+1509716614 48
+1509716615 7
+1509716616 13
+1509716617 14
+1509716618 13
+1509716619 13
+1509716620 13
+1509716621 13
+1509716622 12
+1509716623 14
+1509716624 15
+1509716625 15
+1509716626 14
+1509716627 16
+1509716628 16
+1509716629 17
+1509716630 18
+1509716631 17
+1509716632 17
+1509716633 17
+1509716634 16
+1509716635 15
+1509716636 15
+1509716637 15
+1509716638 14
+1509716639 13
+1509716640 11
+1509716641 4
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-002.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-002.data
new file mode 100644
index 0000000..549b280
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-002.data
@@ -0,0 +1,28 @@
+Timeline RPS
+1509716647 29
+1509716648 46
+1509716649 9
+1509716650 13
+1509716651 15
+1509716652 14
+1509716653 13
+1509716654 12
+1509716655 13
+1509716656 13
+1509716657 11
+1509716658 14
+1509716659 13
+1509716660 14
+1509716661 13
+1509716662 13
+1509716663 14
+1509716664 13
+1509716665 13
+1509716666 16
+1509716667 15
+1509716668 15
+1509716669 14
+1509716670 15
+1509716671 13
+1509716672 12
+1509716673 8
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-003.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-003.data
new file mode 100644
index 0000000..d93a305
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-003.data
@@ -0,0 +1,26 @@
+Timeline RPS
+1509716683 49
+1509716684 51
+1509716685 13
+1509716686 14
+1509716687 14
+1509716688 15
+1509716689 13
+1509716690 14
+1509716691 13
+1509716692 15
+1509716693 13
+1509716694 13
+1509716695 14
+1509716696 14
+1509716697 14
+1509716698 13
+1509716699 15
+1509716700 13
+1509716701 9
+1509716702 13
+1509716703 13
+1509716704 15
+1509716705 12
+1509716706 12
+1509716707 4
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-004.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-004.data
new file mode 100644
index 0000000..8788094
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-004.data
@@ -0,0 +1,24 @@
+Timeline RPS
+1509716721 70
+1509716722 55
+1509716723 16
+1509716724 14
+1509716725 13
+1509716726 14
+1509716727 14
+1509716728 12
+1509716729 13
+1509716730 14
+1509716731 13
+1509716732 14
+1509716733 14
+1509716734 13
+1509716735 14
+1509716736 14
+1509716737 12
+1509716738 14
+1509716739 12
+1509716740 14
+1509716741 14
+1509716742 12
+1509716743 6
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-005.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-005.data
new file mode 100644
index 0000000..45f842d
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-005.data
@@ -0,0 +1,20 @@
+Timeline RPS
+1509716761 10
+1509716762 80
+1509716763 60
+1509716764 14
+1509716765 12
+1509716766 12
+1509716767 12
+1509716768 11
+1509716769 11
+1509716770 12
+1509716771 9
+1509716772 9
+1509716773 8
+1509716774 11
+1509716775 6
+1509716776 7
+1509716777 8
+1509716778 8
+1509716779 3
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-006.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-006.data
new file mode 100644
index 0000000..a473352
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-006.data
@@ -0,0 +1,19 @@
+Timeline RPS
+1509716805 26
+1509716806 80
+1509716807 70
+1509716808 11
+1509716809 12
+1509716810 12
+1509716811 12
+1509716812 11
+1509716813 13
+1509716814 11
+1509716815 12
+1509716816 11
+1509716817 11
+1509716818 11
+1509716819 10
+1509716820 11
+1509716821 7
+1509716822 5
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-007.data b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-007.data
new file mode 100644
index 0000000..a21103c
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps-007.data
@@ -0,0 +1,16 @@
+Timeline RPS
+1509716852 28
+1509716853 78
+1509716854 80
+1509716855 23
+1509716856 10
+1509716857 11
+1509716858 11
+1509716859 11
+1509716860 10
+1509716861 11
+1509716862 10
+1509716863 11
+1509716864 10
+1509716865 7
+1509716866 6
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps.gplot b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps.gplot
new file mode 100644
index 0000000..4902fa0
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps.gplot
@@ -0,0 +1,26 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps.png"
+set title "Request Per Second over time"
+set xlabel "Time line"
+set xdata time
+set timefmt "%s"
+set format x "%H:%M"
+set ylabel "RPS"
+set grid
+set yrange [0:100]
+set terminal png size 640,540
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-000.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-000.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#000000" t "25 CUs", \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-001.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-001.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#0000FF" t "50 CUs", \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-002.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-002.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#00FA9A" t "75 CUs", \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-003.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-003.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#191970" t "100 CUs", \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-004.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-004.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#8B008B" t "125 CUs", \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-005.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-005.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#FF00FF" t "150 CUs", \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-006.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-006.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#FFD700" t "175 CUs", \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-007.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \
+"/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T134301/time_rps-007.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#0000CD" t "200 CUs"
diff --git a/server-scalability/results/lynx/test_upload-20171103T134301/time_rps.png b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps.png
new file mode 100644
index 0000000..713f6e2
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T134301/time_rps.png
Binary files differ