summaryrefslogtreecommitdiff
path: root/server-scalability/results/lynx/test_upload-20171103T142434
diff options
context:
space:
mode:
Diffstat (limited to 'server-scalability/results/lynx/test_upload-20171103T142434')
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/funkload.css257
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/funkload.xml.zipbin0 -> 92315 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/index.html1010
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/index.rst209
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/pages.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/pages.gplot41
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/pages.pngbin0 -> 7388 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/pages_spps.pngbin0 -> 7763 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.gplot11
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.pngbin0 -> 7557 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/requests.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/requests.gplot15
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/requests.pngbin0 -> 7513 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/requests_rps.pngbin0 -> 7571 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/tests.data9
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot8
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/tests.pngbin0 -> 7133 bytes
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-000.data19
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-001.data28
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-002.data26
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-003.data26
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-004.data23
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-005.data20
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-006.data18
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps-007.data15
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps.gplot26
-rw-r--r--server-scalability/results/lynx/test_upload-20171103T142434/time_rps.pngbin0 -> 10087 bytes
28 files changed, 1788 insertions, 0 deletions
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/funkload.css b/server-scalability/results/lynx/test_upload-20171103T142434/funkload.css
new file mode 100644
index 0000000..fade443
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/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-20171103T142434/funkload.xml.zip b/server-scalability/results/lynx/test_upload-20171103T142434/funkload.xml.zip
new file mode 100644
index 0000000..3e88b88
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/funkload.xml.zip
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/index.html b/server-scalability/results/lynx/test_upload-20171103T142434/index.html
new file mode 100644
index 0000000..429b8ae
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/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 14:24:34" />
+<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 14:24:34</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 14:24:34</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>2472 tests</li>
+<li>2472 pages</li>
+<li>2472 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>7.800</td>
+<td>234</td>
+<td>234</td>
+<td>0.00%</td>
+</tr>
+<tr><td>50</td>
+<td>10.433</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+</tr>
+<tr><td>75</td>
+<td>11.600</td>
+<td>348</td>
+<td>348</td>
+<td>0.00%</td>
+</tr>
+<tr><td>100</td>
+<td>10.433</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+</tr>
+<tr><td>125</td>
+<td>11.333</td>
+<td>340</td>
+<td>340</td>
+<td>0.00%</td>
+</tr>
+<tr><td>150</td>
+<td>10.867</td>
+<td>326</td>
+<td>326</td>
+<td>0.00%</td>
+</tr>
+<tr><td>175</td>
+<td>10.233</td>
+<td>307</td>
+<td>307</td>
+<td>0.00%</td>
+</tr>
+<tr><td>200</td>
+<td>9.700</td>
+<td>291</td>
+<td>291</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.585</td>
+<td>POOR</td>
+<td>7.800</td>
+<td>18.000</td>
+<td>234</td>
+<td>234</td>
+<td>0.00%</td>
+<td>0.223</td>
+<td>1.817</td>
+<td>2.494</td>
+<td>1.306</td>
+<td>1.924</td>
+<td>2.180</td>
+<td>2.214</td>
+</tr>
+<tr><td>50</td>
+<td>0.486</td>
+<td>UNACCEPTABLE</td>
+<td>10.433</td>
+<td>42.000</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+<td>2.428</td>
+<td>4.490</td>
+<td>6.956</td>
+<td>4.151</td>
+<td>4.426</td>
+<td>4.925</td>
+<td>5.538</td>
+</tr>
+<tr><td>75</td>
+<td>0.251</td>
+<td>UNACCEPTABLE</td>
+<td>11.600</td>
+<td>75.000</td>
+<td>348</td>
+<td>348</td>
+<td>0.00%</td>
+<td>1.208</td>
+<td>5.915</td>
+<td>8.066</td>
+<td>5.271</td>
+<td>6.049</td>
+<td>6.743</td>
+<td>7.167</td>
+</tr>
+<tr><td>100</td>
+<td>0.059</td>
+<td>UNACCEPTABLE</td>
+<td>10.433</td>
+<td>81.000</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+<td>2.712</td>
+<td>8.522</td>
+<td>12.533</td>
+<td>5.432</td>
+<td>8.599</td>
+<td>10.718</td>
+<td>11.193</td>
+</tr>
+<tr><td>125</td>
+<td>0.066</td>
+<td>UNACCEPTABLE</td>
+<td>11.333</td>
+<td>81.000</td>
+<td>340</td>
+<td>340</td>
+<td>0.00%</td>
+<td>2.550</td>
+<td>9.355</td>
+<td>13.484</td>
+<td>5.314</td>
+<td>10.504</td>
+<td>10.793</td>
+<td>10.871</td>
+</tr>
+<tr><td>150</td>
+<td>0.061</td>
+<td>UNACCEPTABLE</td>
+<td>10.867</td>
+<td>80.000</td>
+<td>326</td>
+<td>326</td>
+<td>0.00%</td>
+<td>2.672</td>
+<td>11.126</td>
+<td>15.999</td>
+<td>5.504</td>
+<td>12.972</td>
+<td>13.627</td>
+<td>13.845</td>
+</tr>
+<tr><td>175</td>
+<td>0.054</td>
+<td>UNACCEPTABLE</td>
+<td>10.233</td>
+<td>80.000</td>
+<td>307</td>
+<td>307</td>
+<td>0.00%</td>
+<td>2.645</td>
+<td>12.954</td>
+<td>18.112</td>
+<td>5.747</td>
+<td>15.568</td>
+<td>16.684</td>
+<td>16.805</td>
+</tr>
+<tr><td>200</td>
+<td>0.038</td>
+<td>UNACCEPTABLE</td>
+<td>9.700</td>
+<td>83.000</td>
+<td>291</td>
+<td>291</td>
+<td>0.00%</td>
+<td>3.542</td>
+<td>14.751</td>
+<td>23.030</td>
+<td>6.674</td>
+<td>16.362</td>
+<td>19.714</td>
+<td>21.410</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.585</td>
+<td>POOR</td>
+<td>7.800</td>
+<td>18.000</td>
+<td>234</td>
+<td>234</td>
+<td>0.00%</td>
+<td>0.223</td>
+<td>1.817</td>
+<td>2.494</td>
+<td>1.306</td>
+<td>1.924</td>
+<td>2.180</td>
+<td>2.214</td>
+</tr>
+<tr><td>50</td>
+<td>0.486</td>
+<td>UNACCEPTABLE</td>
+<td>10.433</td>
+<td>42.000</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+<td>2.428</td>
+<td>4.490</td>
+<td>6.956</td>
+<td>4.151</td>
+<td>4.426</td>
+<td>4.925</td>
+<td>5.538</td>
+</tr>
+<tr><td>75</td>
+<td>0.251</td>
+<td>UNACCEPTABLE</td>
+<td>11.600</td>
+<td>75.000</td>
+<td>348</td>
+<td>348</td>
+<td>0.00%</td>
+<td>1.208</td>
+<td>5.915</td>
+<td>8.066</td>
+<td>5.271</td>
+<td>6.049</td>
+<td>6.743</td>
+<td>7.167</td>
+</tr>
+<tr><td>100</td>
+<td>0.059</td>
+<td>UNACCEPTABLE</td>
+<td>10.433</td>
+<td>81.000</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+<td>2.712</td>
+<td>8.522</td>
+<td>12.533</td>
+<td>5.432</td>
+<td>8.599</td>
+<td>10.718</td>
+<td>11.193</td>
+</tr>
+<tr><td>125</td>
+<td>0.066</td>
+<td>UNACCEPTABLE</td>
+<td>11.333</td>
+<td>81.000</td>
+<td>340</td>
+<td>340</td>
+<td>0.00%</td>
+<td>2.550</td>
+<td>9.355</td>
+<td>13.484</td>
+<td>5.314</td>
+<td>10.504</td>
+<td>10.793</td>
+<td>10.871</td>
+</tr>
+<tr><td>150</td>
+<td>0.061</td>
+<td>UNACCEPTABLE</td>
+<td>10.867</td>
+<td>80.000</td>
+<td>326</td>
+<td>326</td>
+<td>0.00%</td>
+<td>2.672</td>
+<td>11.126</td>
+<td>15.999</td>
+<td>5.504</td>
+<td>12.972</td>
+<td>13.627</td>
+<td>13.845</td>
+</tr>
+<tr><td>175</td>
+<td>0.054</td>
+<td>UNACCEPTABLE</td>
+<td>10.233</td>
+<td>80.000</td>
+<td>307</td>
+<td>307</td>
+<td>0.00%</td>
+<td>2.645</td>
+<td>12.954</td>
+<td>18.112</td>
+<td>5.747</td>
+<td>15.568</td>
+<td>16.684</td>
+<td>16.805</td>
+</tr>
+<tr><td>200</td>
+<td>0.038</td>
+<td>UNACCEPTABLE</td>
+<td>9.700</td>
+<td>83.000</td>
+<td>291</td>
+<td>291</td>
+<td>0.00%</td>
+<td>3.542</td>
+<td>14.751</td>
+<td>23.030</td>
+<td>6.674</td>
+<td>16.362</td>
+<td>19.714</td>
+<td>21.410</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.82s, put: <tt class="docutils literal">/blobs/0/231</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/231</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.585</td>
+<td>POOR</td>
+<td>234</td>
+<td>234</td>
+<td>0.00%</td>
+<td>0.223</td>
+<td>1.817</td>
+<td>2.494</td>
+<td>1.306</td>
+<td>1.924</td>
+<td>2.180</td>
+<td>2.214</td>
+</tr>
+<tr><td>50</td>
+<td>0.486</td>
+<td>UNACCEPTABLE</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+<td>2.428</td>
+<td>4.490</td>
+<td>6.956</td>
+<td>4.151</td>
+<td>4.426</td>
+<td>4.925</td>
+<td>5.538</td>
+</tr>
+<tr><td>75</td>
+<td>0.251</td>
+<td>UNACCEPTABLE</td>
+<td>348</td>
+<td>348</td>
+<td>0.00%</td>
+<td>1.208</td>
+<td>5.915</td>
+<td>8.066</td>
+<td>5.271</td>
+<td>6.049</td>
+<td>6.743</td>
+<td>7.167</td>
+</tr>
+<tr><td>100</td>
+<td>0.059</td>
+<td>UNACCEPTABLE</td>
+<td>313</td>
+<td>313</td>
+<td>0.00%</td>
+<td>2.712</td>
+<td>8.522</td>
+<td>12.533</td>
+<td>5.432</td>
+<td>8.599</td>
+<td>10.718</td>
+<td>11.193</td>
+</tr>
+<tr><td>125</td>
+<td>0.066</td>
+<td>UNACCEPTABLE</td>
+<td>340</td>
+<td>340</td>
+<td>0.00%</td>
+<td>2.550</td>
+<td>9.355</td>
+<td>13.484</td>
+<td>5.314</td>
+<td>10.504</td>
+<td>10.793</td>
+<td>10.871</td>
+</tr>
+<tr><td>150</td>
+<td>0.061</td>
+<td>UNACCEPTABLE</td>
+<td>326</td>
+<td>326</td>
+<td>0.00%</td>
+<td>2.672</td>
+<td>11.126</td>
+<td>15.999</td>
+<td>5.504</td>
+<td>12.972</td>
+<td>13.627</td>
+<td>13.845</td>
+</tr>
+<tr><td>175</td>
+<td>0.054</td>
+<td>UNACCEPTABLE</td>
+<td>307</td>
+<td>307</td>
+<td>0.00%</td>
+<td>2.645</td>
+<td>12.954</td>
+<td>18.112</td>
+<td>5.747</td>
+<td>15.568</td>
+<td>16.684</td>
+<td>16.805</td>
+</tr>
+<tr><td>200</td>
+<td>0.038</td>
+<td>UNACCEPTABLE</td>
+<td>291</td>
+<td>291</td>
+<td>0.00%</td>
+<td>3.542</td>
+<td>14.751</td>
+<td>23.030</td>
+<td>6.674</td>
+<td>16.362</td>
+<td>19.714</td>
+<td>21.410</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 14:30 UTC.
+
+</div>
+</body>
+</html>
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/index.rst b/server-scalability/results/lynx/test_upload-20171103T142434/index.rst
new file mode 100644
index 0000000..b1796d8
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/index.rst
@@ -0,0 +1,209 @@
+======================
+FunkLoad_ bench report
+======================
+
+
+:date: 2017-11-03 14:24:34
+: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 14:24:34
+* 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:
+
+* 2472 tests
+* 2472 pages
+* 2472 requests
+
+
+Test stats
+----------
+
+The number of Successful **Tests** Per Second (STPS) over Concurrent Users (CUs).
+
+ .. image:: tests.png
+
+ ================== ================== ================== ================== ==================
+ CUs STPS TOTAL SUCCESS ERROR
+ ================== ================== ================== ================== ==================
+ 25 7.800 234 234 0.00%
+ 50 10.433 313 313 0.00%
+ 75 11.600 348 348 0.00%
+ 100 10.433 313 313 0.00%
+ 125 11.333 340 340 0.00%
+ 150 10.867 326 326 0.00%
+ 175 10.233 307 307 0.00%
+ 200 9.700 291 291 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.585 POOR 7.800 18.000 234 234 0.00% 0.223 1.817 2.494 1.306 1.924 2.180 2.214
+ 50 0.486 UNACCEPTABLE 10.433 42.000 313 313 0.00% 2.428 4.490 6.956 4.151 4.426 4.925 5.538
+ 75 0.251 UNACCEPTABLE 11.600 75.000 348 348 0.00% 1.208 5.915 8.066 5.271 6.049 6.743 7.167
+ 100 0.059 UNACCEPTABLE 10.433 81.000 313 313 0.00% 2.712 8.522 12.533 5.432 8.599 10.718 11.193
+ 125 0.066 UNACCEPTABLE 11.333 81.000 340 340 0.00% 2.550 9.355 13.484 5.314 10.504 10.793 10.871
+ 150 0.061 UNACCEPTABLE 10.867 80.000 326 326 0.00% 2.672 11.126 15.999 5.504 12.972 13.627 13.845
+ 175 0.054 UNACCEPTABLE 10.233 80.000 307 307 0.00% 2.645 12.954 18.112 5.747 15.568 16.684 16.805
+ 200 0.038 UNACCEPTABLE 9.700 83.000 291 291 0.00% 3.542 14.751 23.030 6.674 16.362 19.714 21.410
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+
+ \* 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.585 POOR 7.800 18.000 234 234 0.00% 0.223 1.817 2.494 1.306 1.924 2.180 2.214
+ 50 0.486 UNACCEPTABLE 10.433 42.000 313 313 0.00% 2.428 4.490 6.956 4.151 4.426 4.925 5.538
+ 75 0.251 UNACCEPTABLE 11.600 75.000 348 348 0.00% 1.208 5.915 8.066 5.271 6.049 6.743 7.167
+ 100 0.059 UNACCEPTABLE 10.433 81.000 313 313 0.00% 2.712 8.522 12.533 5.432 8.599 10.718 11.193
+ 125 0.066 UNACCEPTABLE 11.333 81.000 340 340 0.00% 2.550 9.355 13.484 5.314 10.504 10.793 10.871
+ 150 0.061 UNACCEPTABLE 10.867 80.000 326 326 0.00% 2.672 11.126 15.999 5.504 12.972 13.627 13.845
+ 175 0.054 UNACCEPTABLE 10.233 80.000 307 307 0.00% 2.645 12.954 18.112 5.747 15.568 16.684 16.805
+ 200 0.038 UNACCEPTABLE 9.700 83.000 291 291 0.00% 3.542 14.751 23.030 6.674 16.362 19.714 21.410
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+
+ \* 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.82s, put: ``/blobs/0/231``
+ `Upload blob`
+
+Page detail stats
+-----------------
+
+
+PAGE 001: Upload blob
+~~~~~~~~~~~~~~~~~~~~~
+
+* Req: 001, put, url ``/blobs/0/231``
+
+ .. image:: request_001.001.png
+
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ CUs Apdex* Rating TOTAL SUCCESS ERROR MIN AVG MAX P10 MED P90 P95
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+ 25 0.585 POOR 234 234 0.00% 0.223 1.817 2.494 1.306 1.924 2.180 2.214
+ 50 0.486 UNACCEPTABLE 313 313 0.00% 2.428 4.490 6.956 4.151 4.426 4.925 5.538
+ 75 0.251 UNACCEPTABLE 348 348 0.00% 1.208 5.915 8.066 5.271 6.049 6.743 7.167
+ 100 0.059 UNACCEPTABLE 313 313 0.00% 2.712 8.522 12.533 5.432 8.599 10.718 11.193
+ 125 0.066 UNACCEPTABLE 340 340 0.00% 2.550 9.355 13.484 5.314 10.504 10.793 10.871
+ 150 0.061 UNACCEPTABLE 326 326 0.00% 2.672 11.126 15.999 5.504 12.972 13.627 13.845
+ 175 0.054 UNACCEPTABLE 307 307 0.00% 2.645 12.954 18.112 5.747 15.568 16.684 16.805
+ 200 0.038 UNACCEPTABLE 291 291 0.00% 3.542 14.751 23.030 6.674 16.362 19.714 21.410
+ ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ==================
+
+ \* 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-20171103T142434/pages.data b/server-scalability/results/lynx/test_upload-20171103T142434/pages.data
new file mode 100644
index 0000000..6e807af
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/pages.data
@@ -0,0 +1,9 @@
+CUs SPPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX E G F P U
+25 7.8 0 0.222832918167 1.81747249049 2.49374103546 1.30626416206 1.92386698723 2.17950415611 2.21402788162 0.58547008547 0 0 0 0.58547008547 0
+50 10.4333333333 0 2.42827010155 4.49045172058 6.95639300346 4.15096998215 4.4257671833 4.92492508888 5.53807783127 0.485623003195 0 0 0 0 0.485623003195
+75 11.6 0 1.20761609077 5.91463559934 8.0657479763 5.27120304108 6.04886198044 6.74260520935 7.16745686531 0.251436781609 0 0 0 0 0.251436781609
+100 10.4333333333 0 2.71183490753 8.52243813996 12.5332829952 5.43208384514 8.59931302071 10.7181689739 11.1925911903 0.0591054313099 0 0 0 0 0.0591054313099
+125 11.3333333333 0 2.55004000664 9.35463312654 13.4843380451 5.3136920929 10.5037899017 10.7927901745 10.8711202145 0.0661764705882 0 0 0 0 0.0661764705882
+150 10.8666666667 0 2.67190909386 11.1260697271 15.998693943 5.5044169426 12.9720029831 13.6268157959 13.8445160389 0.0613496932515 0 0 0 0 0.0613496932515
+175 10.2333333333 0 2.64497089386 12.9541871307 18.1116149426 5.74723100662 15.5683689117 16.6844489574 16.8046028614 0.0537459283388 0 0 0 0 0.0537459283388
+200 9.7 0 3.54205107689 14.7510606161 23.0295579433 6.67427301407 16.361951828 19.7142839432 21.4103808403 0.0378006872852 0 0 0 0 0.0378006872852
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/pages.gplot b/server-scalability/results/lynx/test_upload-20171103T142434/pages.gplot
new file mode 100644
index 0000000..3191472
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/pages.gplot
@@ -0,0 +1,41 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/pages.png b/server-scalability/results/lynx/test_upload-20171103T142434/pages.png
new file mode 100644
index 0000000..9a2321a
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/pages.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/pages_spps.png b/server-scalability/results/lynx/test_upload-20171103T142434/pages_spps.png
new file mode 100644
index 0000000..1beb578
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/pages_spps.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.data b/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.data
new file mode 100644
index 0000000..acdbef4
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.data
@@ -0,0 +1,9 @@
+CUs STEP ERROR MIN AVG MAX P10 P50 P90 P95 APDEX
+25 001.001 0 0.222832918167 1.81747249049 2.49374103546 1.30626416206 1.92386698723 2.17950415611 2.21402788162 0.58547008547
+50 001.001 0 2.42827010155 4.49045172058 6.95639300346 4.15096998215 4.4257671833 4.92492508888 5.53807783127 0.485623003195
+75 001.001 0 1.20761609077 5.91463559934 8.0657479763 5.27120304108 6.04886198044 6.74260520935 7.16745686531 0.251436781609
+100 001.001 0 2.71183490753 8.52243813996 12.5332829952 5.43208384514 8.59931302071 10.7181689739 11.1925911903 0.0591054313099
+125 001.001 0 2.55004000664 9.35463312654 13.4843380451 5.3136920929 10.5037899017 10.7927901745 10.8711202145 0.0661764705882
+150 001.001 0 2.67190909386 11.1260697271 15.998693943 5.5044169426 12.9720029831 13.6268157959 13.8445160389 0.0613496932515
+175 001.001 0 2.64497089386 12.9541871307 18.1116149426 5.74723100662 15.5683689117 16.6844489574 16.8046028614 0.0537459283388
+200 001.001 0 3.54205107689 14.7510606161 23.0295579433 6.67427301407 16.361951828 19.7142839432 21.4103808403 0.0378006872852
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.gplot b/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.gplot
new file mode 100644
index 0000000..e0920e7
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.gplot
@@ -0,0 +1,11 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/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-20171103T142434/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-20171103T142434/request_001.001.png b/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.png
new file mode 100644
index 0000000..2cc0f70
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/request_001.001.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/requests.data b/server-scalability/results/lynx/test_upload-20171103T142434/requests.data
new file mode 100644
index 0000000..1f6b40f
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/requests.data
@@ -0,0 +1,9 @@
+CUs RPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX
+25 7.8 0 0.222832918167 1.81747249049 2.49374103546 1.30626416206 1.92386698723 2.17950415611 2.21402788162 0.58547008547
+50 10.4333333333 0 2.42827010155 4.49045172058 6.95639300346 4.15096998215 4.4257671833 4.92492508888 5.53807783127 0.485623003195
+75 11.6 0 1.20761609077 5.91463559934 8.0657479763 5.27120304108 6.04886198044 6.74260520935 7.16745686531 0.251436781609
+100 10.4333333333 0 2.71183490753 8.52243813996 12.5332829952 5.43208384514 8.59931302071 10.7181689739 11.1925911903 0.0591054313099
+125 11.3333333333 0 2.55004000664 9.35463312654 13.4843380451 5.3136920929 10.5037899017 10.7927901745 10.8711202145 0.0661764705882
+150 10.8666666667 0 2.67190909386 11.1260697271 15.998693943 5.5044169426 12.9720029831 13.6268157959 13.8445160389 0.0613496932515
+175 10.2333333333 0 2.64497089386 12.9541871307 18.1116149426 5.74723100662 15.5683689117 16.6844489574 16.8046028614 0.0537459283388
+200 9.7 0 3.54205107689 14.7510606161 23.0295579433 6.67427301407 16.361951828 19.7142839432 21.4103808403 0.0378006872852
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/requests.gplot b/server-scalability/results/lynx/test_upload-20171103T142434/requests.gplot
new file mode 100644
index 0000000..b9a6fe1
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/requests.gplot
@@ -0,0 +1,15 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/requests.png b/server-scalability/results/lynx/test_upload-20171103T142434/requests.png
new file mode 100644
index 0000000..1a88b40
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/requests.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/requests_rps.png b/server-scalability/results/lynx/test_upload-20171103T142434/requests_rps.png
new file mode 100644
index 0000000..1220891
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/requests_rps.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/tests.data b/server-scalability/results/lynx/test_upload-20171103T142434/tests.data
new file mode 100644
index 0000000..6102a69
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/tests.data
@@ -0,0 +1,9 @@
+CUs STPS ERROR
+25 7.8 0
+50 10.4333333333 0
+75 11.6 0
+100 10.4333333333 0
+125 11.3333333333 0
+150 10.8666666667 0
+175 10.2333333333 0
+200 9.7 0
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot b/server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot
new file mode 100644
index 0000000..91982c0
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot
@@ -0,0 +1,8 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/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-20171103T142434/tests.data" u 1:2 w linespoints lw 2 lt 2 t "STPS"
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/tests.png b/server-scalability/results/lynx/test_upload-20171103T142434/tests.png
new file mode 100644
index 0000000..08088cf
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/tests.png
Binary files differ
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-000.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-000.data
new file mode 100644
index 0000000..37e49bd
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-000.data
@@ -0,0 +1,19 @@
+Timeline RPS
+1509719086 6
+1509719087 18
+1509719088 18
+1509719089 16
+1509719090 9
+1509719091 16
+1509719092 9
+1509719093 16
+1509719094 9
+1509719095 16
+1509719096 10
+1509719097 16
+1509719098 14
+1509719099 11
+1509719100 15
+1509719101 9
+1509719102 16
+1509719103 10
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-001.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-001.data
new file mode 100644
index 0000000..1bdd980
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-001.data
@@ -0,0 +1,28 @@
+Timeline RPS
+1509719108 42
+1509719109 8
+1509719110 1
+1509719111 9
+1509719112 10
+1509719113 10
+1509719114 11
+1509719115 9
+1509719116 11
+1509719117 11
+1509719118 12
+1509719119 11
+1509719120 12
+1509719121 11
+1509719122 11
+1509719123 11
+1509719124 11
+1509719125 12
+1509719126 11
+1509719127 12
+1509719128 11
+1509719129 11
+1509719130 11
+1509719131 11
+1509719132 12
+1509719133 12
+1509719134 9
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-002.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-002.data
new file mode 100644
index 0000000..405ce71
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-002.data
@@ -0,0 +1,26 @@
+Timeline RPS
+1509719142 75
+1509719143 8
+1509719144 1
+1509719145 7
+1509719146 9
+1509719147 11
+1509719148 15
+1509719149 15
+1509719150 11
+1509719151 13
+1509719152 13
+1509719153 13
+1509719154 16
+1509719155 13
+1509719156 13
+1509719157 13
+1509719158 12
+1509719159 12
+1509719160 13
+1509719161 11
+1509719162 12
+1509719163 11
+1509719164 10
+1509719165 11
+1509719166 10
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-003.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-003.data
new file mode 100644
index 0000000..63a465d
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-003.data
@@ -0,0 +1,26 @@
+Timeline RPS
+1509719177 8
+1509719178 81
+1509719179 11
+1509719180 5
+1509719181 8
+1509719182 13
+1509719183 8
+1509719184 8
+1509719185 8
+1509719186 9
+1509719187 7
+1509719188 7
+1509719189 10
+1509719190 11
+1509719191 11
+1509719192 14
+1509719193 13
+1509719194 11
+1509719195 11
+1509719196 12
+1509719197 9
+1509719198 12
+1509719199 11
+1509719200 12
+1509719201 3
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-004.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-004.data
new file mode 100644
index 0000000..9c70569
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-004.data
@@ -0,0 +1,23 @@
+Timeline RPS
+1509719216 33
+1509719217 81
+1509719218 11
+1509719219 9
+1509719220 10
+1509719221 11
+1509719222 13
+1509719223 13
+1509719224 11
+1509719225 13
+1509719226 12
+1509719227 11
+1509719228 12
+1509719229 12
+1509719230 12
+1509719231 12
+1509719232 12
+1509719233 10
+1509719234 13
+1509719235 11
+1509719236 12
+1509719237 6
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-005.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-005.data
new file mode 100644
index 0000000..2c96ee9
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-005.data
@@ -0,0 +1,20 @@
+Timeline RPS
+1509719257 61
+1509719258 80
+1509719259 10
+1509719260 10
+1509719261 10
+1509719262 10
+1509719263 12
+1509719264 12
+1509719265 10
+1509719266 13
+1509719267 11
+1509719268 11
+1509719269 11
+1509719270 12
+1509719271 12
+1509719272 11
+1509719273 13
+1509719274 11
+1509719275 6
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-006.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-006.data
new file mode 100644
index 0000000..75b1684
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-006.data
@@ -0,0 +1,18 @@
+Timeline RPS
+1509719303 32
+1509719304 80
+1509719305 63
+1509719306 8
+1509719307 4
+1509719308 10
+1509719309 10
+1509719310 12
+1509719311 11
+1509719312 11
+1509719313 10
+1509719314 12
+1509719315 10
+1509719316 11
+1509719317 11
+1509719318 11
+1509719319 1
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-007.data b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-007.data
new file mode 100644
index 0000000..b5a492c
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps-007.data
@@ -0,0 +1,15 @@
+Timeline RPS
+1509719351 23
+1509719352 83
+1509719353 80
+1509719354 14
+1509719355 6
+1509719356 9
+1509719357 8
+1509719358 9
+1509719359 10
+1509719360 11
+1509719361 10
+1509719362 10
+1509719363 11
+1509719364 7
diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/time_rps.gplot b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps.gplot
new file mode 100644
index 0000000..bd671e0
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps.gplot
@@ -0,0 +1,26 @@
+set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/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:103]
+set terminal png size 640,540
+plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/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-20171103T142434/time_rps.png b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps.png
new file mode 100644
index 0000000..f2f4fbc
--- /dev/null
+++ b/server-scalability/results/lynx/test_upload-20171103T142434/time_rps.png
Binary files differ