diff options
author | drebs <drebs@riseup.net> | 2017-11-03 12:57:58 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-11-03 12:57:58 -0200 |
commit | 527457ab0b3c80bc5d45e1df81ae89fca2fb6ac6 (patch) | |
tree | 12384a15997743cb7ee445c44fa850f58379bdb8 /server-scalability/results/pajeh/100k/test_download-20171101T183840 | |
parent | 2d72b4e044bb3a0fe4e6de70d8470a94e85e7754 (diff) |
Add results for scalability tests from lynx
Diffstat (limited to 'server-scalability/results/pajeh/100k/test_download-20171101T183840')
28 files changed, 1866 insertions, 0 deletions
diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/funkload.css b/server-scalability/results/pajeh/100k/test_download-20171101T183840/funkload.css new file mode 100644 index 0000000..fade443 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/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/pajeh/100k/test_download-20171101T183840/funkload.xml.zip b/server-scalability/results/pajeh/100k/test_download-20171101T183840/funkload.xml.zip Binary files differnew file mode 100644 index 0000000..bfdeb1c --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/funkload.xml.zip diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/index.html b/server-scalability/results/pajeh/100k/test_download-20171101T183840/index.html new file mode 100644 index 0000000..ebe245f --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/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-01 18:38:40" /> +<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-01 18:38:40</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_download</tt>: +Download 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 Bench configuration</a></li> +<li><a class="reference internal" href="#bench-content" id="id2">2 Bench content</a></li> +<li><a class="reference internal" href="#test-stats" id="id3">3 Test stats</a></li> +<li><a class="reference internal" href="#page-stats" id="id4">4 Page stats</a></li> +<li><a class="reference internal" href="#request-stats" id="id5">5 Request stats</a></li> +<li><a class="reference internal" href="#slowest-requests" id="id6">6 Slowest requests</a></li> +<li><a class="reference internal" href="#page-detail-stats" id="id7">7 Page detail stats</a><ul class="auto-toc"> +<li><a class="reference internal" href="#page-001-download-blob" id="id8">7.1 PAGE 001: Download blob</a></li> +</ul> +</li> +<li><a class="reference internal" href="#definitions" id="id9">8 Definitions</a></li> +</ul> +</div> +<div class="section" id="bench-configuration"> +<h1><a class="toc-backref" href="#id1">1 Bench configuration</a></h1> +<ul class="simple"> +<li>Launched: 2017-11-01 18:38:40</li> +<li>From: pajeh</li> +<li>Test: <tt class="docutils literal">test_Blobs.py Blobs.test_download</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.1</li> +</ul> +</div> +<div class="section" id="bench-content"> +<h1><a class="toc-backref" href="#id2">2 Bench content</a></h1> +<p>The test <tt class="docutils literal">Blobs.test_download</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>11945 tests</li> +<li>11945 pages</li> +<li>11945 requests</li> +</ul> +</div> +<div class="section" id="test-stats"> +<h1><a class="toc-backref" href="#id3">3 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>11.767</td> +<td>353</td> +<td>353</td> +<td>0.00%</td> +</tr> +<tr><td>50</td> +<td>22.900</td> +<td>687</td> +<td>687</td> +<td>0.00%</td> +</tr> +<tr><td>75</td> +<td>34.333</td> +<td>1030</td> +<td>1030</td> +<td>0.00%</td> +</tr> +<tr><td>100</td> +<td>43.700</td> +<td>1311</td> +<td>1311</td> +<td>0.00%</td> +</tr> +<tr><td>125</td> +<td>57.033</td> +<td>1711</td> +<td>1711</td> +<td>0.00%</td> +</tr> +<tr><td>150</td> +<td>68.400</td> +<td>2052</td> +<td>2052</td> +<td>0.00%</td> +</tr> +<tr><td>175</td> +<td>75.800</td> +<td>2274</td> +<td>2274</td> +<td>0.00%</td> +</tr> +<tr><td>200</td> +<td>84.233</td> +<td>2527</td> +<td>2527</td> +<td>0.00%</td> +</tr> +</tbody> +</table> +</blockquote> +</div> +<div class="section" id="page-stats"> +<h1><a class="toc-backref" href="#id4">4 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.500</td> +<td>POOR</td> +<td>11.767</td> +<td>25.000</td> +<td>353</td> +<td>353</td> +<td>0.00%</td> +<td>1.620</td> +<td>2.059</td> +<td>5.228</td> +<td>1.641</td> +<td>1.709</td> +<td>2.632</td> +<td>3.575</td> +</tr> +<tr><td>50</td> +<td>0.498</td> +<td>UNACCEPTABLE</td> +<td>22.900</td> +<td>36.000</td> +<td>687</td> +<td>687</td> +<td>0.00%</td> +<td>1.622</td> +<td>2.138</td> +<td>7.190</td> +<td>1.646</td> +<td>1.896</td> +<td>3.070</td> +<td>3.528</td> +</tr> +<tr><td>75</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>34.333</td> +<td>46.000</td> +<td>1030</td> +<td>1030</td> +<td>0.00%</td> +<td>1.622</td> +<td>2.135</td> +<td>7.368</td> +<td>1.651</td> +<td>1.878</td> +<td>3.052</td> +<td>3.599</td> +</tr> +<tr><td>100</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>43.700</td> +<td>59.000</td> +<td>1311</td> +<td>1311</td> +<td>0.00%</td> +<td>1.621</td> +<td>2.251</td> +<td>7.396</td> +<td>1.650</td> +<td>1.919</td> +<td>3.398</td> +<td>3.986</td> +</tr> +<tr><td>125</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>57.033</td> +<td>69.000</td> +<td>1711</td> +<td>1711</td> +<td>0.00%</td> +<td>1.621</td> +<td>2.167</td> +<td>7.166</td> +<td>1.653</td> +<td>1.881</td> +<td>3.109</td> +<td>3.656</td> +</tr> +<tr><td>150</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>68.400</td> +<td>83.000</td> +<td>2052</td> +<td>2052</td> +<td>0.00%</td> +<td>1.629</td> +<td>2.173</td> +<td>10.146</td> +<td>1.657</td> +<td>1.887</td> +<td>3.119</td> +<td>3.664</td> +</tr> +<tr><td>175</td> +<td>0.497</td> +<td>UNACCEPTABLE</td> +<td>75.800</td> +<td>95.000</td> +<td>2274</td> +<td>2274</td> +<td>0.00%</td> +<td>1.629</td> +<td>2.290</td> +<td>8.848</td> +<td>1.660</td> +<td>1.930</td> +<td>3.356</td> +<td>4.165</td> +</tr> +<tr><td>200</td> +<td>0.497</td> +<td>UNACCEPTABLE</td> +<td>84.233</td> +<td>122.000</td> +<td>2527</td> +<td>2527</td> +<td>0.00%</td> +<td>1.633</td> +<td>2.341</td> +<td>9.779</td> +<td>1.664</td> +<td>1.977</td> +<td>3.589</td> +<td>4.225</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 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.500</td> +<td>POOR</td> +<td>11.767</td> +<td>25.000</td> +<td>353</td> +<td>353</td> +<td>0.00%</td> +<td>1.620</td> +<td>2.059</td> +<td>5.228</td> +<td>1.641</td> +<td>1.709</td> +<td>2.632</td> +<td>3.575</td> +</tr> +<tr><td>50</td> +<td>0.498</td> +<td>UNACCEPTABLE</td> +<td>22.900</td> +<td>36.000</td> +<td>687</td> +<td>687</td> +<td>0.00%</td> +<td>1.622</td> +<td>2.138</td> +<td>7.190</td> +<td>1.646</td> +<td>1.896</td> +<td>3.070</td> +<td>3.528</td> +</tr> +<tr><td>75</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>34.333</td> +<td>46.000</td> +<td>1030</td> +<td>1030</td> +<td>0.00%</td> +<td>1.622</td> +<td>2.135</td> +<td>7.368</td> +<td>1.651</td> +<td>1.878</td> +<td>3.052</td> +<td>3.599</td> +</tr> +<tr><td>100</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>43.700</td> +<td>59.000</td> +<td>1311</td> +<td>1311</td> +<td>0.00%</td> +<td>1.621</td> +<td>2.251</td> +<td>7.396</td> +<td>1.650</td> +<td>1.919</td> +<td>3.398</td> +<td>3.986</td> +</tr> +<tr><td>125</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>57.033</td> +<td>69.000</td> +<td>1711</td> +<td>1711</td> +<td>0.00%</td> +<td>1.621</td> +<td>2.167</td> +<td>7.166</td> +<td>1.653</td> +<td>1.881</td> +<td>3.109</td> +<td>3.656</td> +</tr> +<tr><td>150</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>68.400</td> +<td>83.000</td> +<td>2052</td> +<td>2052</td> +<td>0.00%</td> +<td>1.629</td> +<td>2.173</td> +<td>10.146</td> +<td>1.657</td> +<td>1.887</td> +<td>3.119</td> +<td>3.664</td> +</tr> +<tr><td>175</td> +<td>0.497</td> +<td>UNACCEPTABLE</td> +<td>75.800</td> +<td>95.000</td> +<td>2274</td> +<td>2274</td> +<td>0.00%</td> +<td>1.629</td> +<td>2.290</td> +<td>8.848</td> +<td>1.660</td> +<td>1.930</td> +<td>3.356</td> +<td>4.165</td> +</tr> +<tr><td>200</td> +<td>0.497</td> +<td>UNACCEPTABLE</td> +<td>84.233</td> +<td>122.000</td> +<td>2527</td> +<td>2527</td> +<td>0.00%</td> +<td>1.633</td> +<td>2.341</td> +<td>9.779</td> +<td>1.664</td> +<td>1.977</td> +<td>3.589</td> +<td>4.225</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 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: 2.06s, get: <tt class="docutils literal">/blobs/0/354</tt> +<cite>Download blob</cite></li> +</ul> +</div> +<div class="section" id="page-detail-stats"> +<h1><a class="toc-backref" href="#id7">7 Page detail stats</a></h1> +<div class="section" id="page-001-download-blob"> +<h2><a class="toc-backref" href="#id8">7.1 PAGE 001: Download blob</a></h2> +<ul> +<li><p class="first">Req: 001, get, url <tt class="docutils literal">/blobs/0/354</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.500</td> +<td>POOR</td> +<td>353</td> +<td>353</td> +<td>0.00%</td> +<td>1.620</td> +<td>2.059</td> +<td>5.228</td> +<td>1.641</td> +<td>1.709</td> +<td>2.632</td> +<td>3.575</td> +</tr> +<tr><td>50</td> +<td>0.498</td> +<td>UNACCEPTABLE</td> +<td>687</td> +<td>687</td> +<td>0.00%</td> +<td>1.622</td> +<td>2.138</td> +<td>7.190</td> +<td>1.646</td> +<td>1.896</td> +<td>3.070</td> +<td>3.528</td> +</tr> +<tr><td>75</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>1030</td> +<td>1030</td> +<td>0.00%</td> +<td>1.622</td> +<td>2.135</td> +<td>7.368</td> +<td>1.651</td> +<td>1.878</td> +<td>3.052</td> +<td>3.599</td> +</tr> +<tr><td>100</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>1311</td> +<td>1311</td> +<td>0.00%</td> +<td>1.621</td> +<td>2.251</td> +<td>7.396</td> +<td>1.650</td> +<td>1.919</td> +<td>3.398</td> +<td>3.986</td> +</tr> +<tr><td>125</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>1711</td> +<td>1711</td> +<td>0.00%</td> +<td>1.621</td> +<td>2.167</td> +<td>7.166</td> +<td>1.653</td> +<td>1.881</td> +<td>3.109</td> +<td>3.656</td> +</tr> +<tr><td>150</td> +<td>0.499</td> +<td>UNACCEPTABLE</td> +<td>2052</td> +<td>2052</td> +<td>0.00%</td> +<td>1.629</td> +<td>2.173</td> +<td>10.146</td> +<td>1.657</td> +<td>1.887</td> +<td>3.119</td> +<td>3.664</td> +</tr> +<tr><td>175</td> +<td>0.497</td> +<td>UNACCEPTABLE</td> +<td>2274</td> +<td>2274</td> +<td>0.00%</td> +<td>1.629</td> +<td>2.290</td> +<td>8.848</td> +<td>1.660</td> +<td>1.930</td> +<td>3.356</td> +<td>4.165</td> +</tr> +<tr><td>200</td> +<td>0.497</td> +<td>UNACCEPTABLE</td> +<td>2527</td> +<td>2527</td> +<td>0.00%</td> +<td>1.633</td> +<td>2.341</td> +<td>9.779</td> +<td>1.664</td> +<td>1.977</td> +<td>3.589</td> +<td>4.225</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 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.1, 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-01 20:43 UTC. + +</div> +</body> +</html> diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/index.rst b/server-scalability/results/pajeh/100k/test_download-20171101T183840/index.rst new file mode 100644 index 0000000..d21ad7f --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/index.rst @@ -0,0 +1,209 @@ +====================== +FunkLoad_ bench report +====================== + + +:date: 2017-11-01 18:38:40 +:abstract: Upload and download blobs + Bench result of ``Blobs.test_download``: + Download 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-01 18:38:40 +* From: pajeh +* Test: ``test_Blobs.py Blobs.test_download`` +* 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.1 + + +Bench content +------------- + +The test ``Blobs.test_download`` contains: + +* 1 page +* 0 redirects +* 0 links +* 0 images +* 0 XML-RPC calls + +The bench contains: + +* 11945 tests +* 11945 pages +* 11945 requests + + +Test stats +---------- + +The number of Successful **Tests** Per Second (STPS) over Concurrent Users (CUs). + + .. image:: tests.png + + ================== ================== ================== ================== ================== + CUs STPS TOTAL SUCCESS ERROR + ================== ================== ================== ================== ================== + 25 11.767 353 353 0.00% + 50 22.900 687 687 0.00% + 75 34.333 1030 1030 0.00% + 100 43.700 1311 1311 0.00% + 125 57.033 1711 1711 0.00% + 150 68.400 2052 2052 0.00% + 175 75.800 2274 2274 0.00% + 200 84.233 2527 2527 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.500 POOR 11.767 25.000 353 353 0.00% 1.620 2.059 5.228 1.641 1.709 2.632 3.575 + 50 0.498 UNACCEPTABLE 22.900 36.000 687 687 0.00% 1.622 2.138 7.190 1.646 1.896 3.070 3.528 + 75 0.499 UNACCEPTABLE 34.333 46.000 1030 1030 0.00% 1.622 2.135 7.368 1.651 1.878 3.052 3.599 + 100 0.499 UNACCEPTABLE 43.700 59.000 1311 1311 0.00% 1.621 2.251 7.396 1.650 1.919 3.398 3.986 + 125 0.499 UNACCEPTABLE 57.033 69.000 1711 1711 0.00% 1.621 2.167 7.166 1.653 1.881 3.109 3.656 + 150 0.499 UNACCEPTABLE 68.400 83.000 2052 2052 0.00% 1.629 2.173 10.146 1.657 1.887 3.119 3.664 + 175 0.497 UNACCEPTABLE 75.800 95.000 2274 2274 0.00% 1.629 2.290 8.848 1.660 1.930 3.356 4.165 + 200 0.497 UNACCEPTABLE 84.233 122.000 2527 2527 0.00% 1.633 2.341 9.779 1.664 1.977 3.589 4.225 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + + \* 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.500 POOR 11.767 25.000 353 353 0.00% 1.620 2.059 5.228 1.641 1.709 2.632 3.575 + 50 0.498 UNACCEPTABLE 22.900 36.000 687 687 0.00% 1.622 2.138 7.190 1.646 1.896 3.070 3.528 + 75 0.499 UNACCEPTABLE 34.333 46.000 1030 1030 0.00% 1.622 2.135 7.368 1.651 1.878 3.052 3.599 + 100 0.499 UNACCEPTABLE 43.700 59.000 1311 1311 0.00% 1.621 2.251 7.396 1.650 1.919 3.398 3.986 + 125 0.499 UNACCEPTABLE 57.033 69.000 1711 1711 0.00% 1.621 2.167 7.166 1.653 1.881 3.109 3.656 + 150 0.499 UNACCEPTABLE 68.400 83.000 2052 2052 0.00% 1.629 2.173 10.146 1.657 1.887 3.119 3.664 + 175 0.497 UNACCEPTABLE 75.800 95.000 2274 2274 0.00% 1.629 2.290 8.848 1.660 1.930 3.356 4.165 + 200 0.497 UNACCEPTABLE 84.233 122.000 2527 2527 0.00% 1.633 2.341 9.779 1.664 1.977 3.589 4.225 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + + \* 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: 2.06s, get: ``/blobs/0/354`` + `Download blob` + +Page detail stats +----------------- + + +PAGE 001: Download blob +~~~~~~~~~~~~~~~~~~~~~~~ + +* Req: 001, get, url ``/blobs/0/354`` + + .. image:: request_001.001.png + + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + CUs Apdex* Rating TOTAL SUCCESS ERROR MIN AVG MAX P10 MED P90 P95 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + 25 0.500 POOR 353 353 0.00% 1.620 2.059 5.228 1.641 1.709 2.632 3.575 + 50 0.498 UNACCEPTABLE 687 687 0.00% 1.622 2.138 7.190 1.646 1.896 3.070 3.528 + 75 0.499 UNACCEPTABLE 1030 1030 0.00% 1.622 2.135 7.368 1.651 1.878 3.052 3.599 + 100 0.499 UNACCEPTABLE 1311 1311 0.00% 1.621 2.251 7.396 1.650 1.919 3.398 3.986 + 125 0.499 UNACCEPTABLE 1711 1711 0.00% 1.621 2.167 7.166 1.653 1.881 3.109 3.656 + 150 0.499 UNACCEPTABLE 2052 2052 0.00% 1.629 2.173 10.146 1.657 1.887 3.119 3.664 + 175 0.497 UNACCEPTABLE 2274 2274 0.00% 1.629 2.290 8.848 1.660 1.930 3.356 4.165 + 200 0.497 UNACCEPTABLE 2527 2527 0.00% 1.633 2.341 9.779 1.664 1.977 3.589 4.225 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + + \* 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.1, more information available on the `FunkLoad site <http://funkload.nuxeo.org/#benching>`_.
\ No newline at end of file diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.data new file mode 100644 index 0000000..c80c23a --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.data @@ -0,0 +1,9 @@ +CUs SPPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX E G F P U +25 11.7666666667 0 1.61983299255 2.0590115431 5.22759890556 1.64080190659 1.70852994919 2.63237094879 3.57520198822 0.5 0 0 0 0.5 0 +50 22.9 0 1.62204289436 2.13840267162 7.19005990028 1.64573001862 1.89570188522 3.06966090202 3.52753210068 0.497816593886 0 0 0 0 0.497816593886 +75 34.3333333333 0 1.62227797508 2.13504631519 7.36785006523 1.65145397186 1.8781080246 3.05205512047 3.59898805618 0.49854368932 0 0 0 0 0.49854368932 +100 43.7 0 1.62105989456 2.25061177298 7.39627599716 1.65036988258 1.9187669754 3.3977329731 3.98586916924 0.49885583524 0 0 0 0 0.49885583524 +125 57.0333333333 0 1.62124896049 2.16749273442 7.1656870842 1.65251302719 1.8809170723 3.10864591599 3.65591311455 0.498831092928 0 0 0 0 0.498831092928 +150 68.4 0 1.62850308418 2.17314114231 10.1460971832 1.65687894821 1.8874669075 3.11889791489 3.66432285309 0.499025341131 0 0 0 0 0.499025341131 +175 75.8 0 1.62905716896 2.29013095986 8.84754991531 1.65993714333 1.93004488945 3.35644102097 4.16468310356 0.497141600704 0 0 0 0 0.497141600704 +200 84.2333333333 0 1.63299918175 2.34102195254 9.77852988243 1.66357111931 1.97668194771 3.58879184723 4.22495293617 0.496636327661 0 0 0 0 0.496636327661 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.gplot b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.gplot new file mode 100644 index 0000000..3ba0a80 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.gplot @@ -0,0 +1,41 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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 "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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 "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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 "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/pages.png" +set title "Pages Response time" +set ylabel "Duration (s)" +set bars 5.0 +set style fill solid .25 +plot "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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/pajeh/100k/test_download-20171101T183840/pages.png b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.png Binary files differnew file mode 100644 index 0000000..c3b421a --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages.png diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages_spps.png b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages_spps.png Binary files differnew file mode 100644 index 0000000..dae6e8b --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/pages_spps.png diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.data new file mode 100644 index 0000000..4e08d3e --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.data @@ -0,0 +1,9 @@ +CUs STEP ERROR MIN AVG MAX P10 P50 P90 P95 APDEX +25 001.001 0 1.61983299255 2.0590115431 5.22759890556 1.64080190659 1.70852994919 2.63237094879 3.57520198822 0.5 +50 001.001 0 1.62204289436 2.13840267162 7.19005990028 1.64573001862 1.89570188522 3.06966090202 3.52753210068 0.497816593886 +75 001.001 0 1.62227797508 2.13504631519 7.36785006523 1.65145397186 1.8781080246 3.05205512047 3.59898805618 0.49854368932 +100 001.001 0 1.62105989456 2.25061177298 7.39627599716 1.65036988258 1.9187669754 3.3977329731 3.98586916924 0.49885583524 +125 001.001 0 1.62124896049 2.16749273442 7.1656870842 1.65251302719 1.8809170723 3.10864591599 3.65591311455 0.498831092928 +150 001.001 0 1.62850308418 2.17314114231 10.1460971832 1.65687894821 1.8874669075 3.11889791489 3.66432285309 0.499025341131 +175 001.001 0 1.62905716896 2.29013095986 8.84754991531 1.65993714333 1.93004488945 3.35644102097 4.16468310356 0.497141600704 +200 001.001 0 1.63299918175 2.34102195254 9.77852988243 1.66357111931 1.97668194771 3.58879184723 4.22495293617 0.496636327661 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.gplot b/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.gplot new file mode 100644 index 0000000..9149d51 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.gplot @@ -0,0 +1,11 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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 "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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/pajeh/100k/test_download-20171101T183840/request_001.001.png b/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.png Binary files differnew file mode 100644 index 0000000..afd75dc --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/request_001.001.png diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.data new file mode 100644 index 0000000..62e3f41 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.data @@ -0,0 +1,9 @@ +CUs RPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX +25 11.7666666667 0 1.61983299255 2.0590115431 5.22759890556 1.64080190659 1.70852994919 2.63237094879 3.57520198822 0.5 +50 22.9 0 1.62204289436 2.13840267162 7.19005990028 1.64573001862 1.89570188522 3.06966090202 3.52753210068 0.497816593886 +75 34.3333333333 0 1.62227797508 2.13504631519 7.36785006523 1.65145397186 1.8781080246 3.05205512047 3.59898805618 0.49854368932 +100 43.7 0 1.62105989456 2.25061177298 7.39627599716 1.65036988258 1.9187669754 3.3977329731 3.98586916924 0.49885583524 +125 57.0333333333 0 1.62124896049 2.16749273442 7.1656870842 1.65251302719 1.8809170723 3.10864591599 3.65591311455 0.498831092928 +150 68.4 0 1.62850308418 2.17314114231 10.1460971832 1.65687894821 1.8874669075 3.11889791489 3.66432285309 0.499025341131 +175 75.8 0 1.62905716896 2.29013095986 8.84754991531 1.65993714333 1.93004488945 3.35644102097 4.16468310356 0.497141600704 +200 84.2333333333 0 1.63299918175 2.34102195254 9.77852988243 1.66357111931 1.97668194771 3.58879184723 4.22495293617 0.496636327661 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.gplot b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.gplot new file mode 100644 index 0000000..88ef778 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.gplot @@ -0,0 +1,15 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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 "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/requests.data" u 1:2 w linespoints lw 2 lt 2 t "RPS" +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/requests.png" +set title "Requests Response time" +set ylabel "Duration (s)" +set bars 5.0 +set grid back +set style fill solid .25 +plot "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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/pajeh/100k/test_download-20171101T183840/requests.png b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.png Binary files differnew file mode 100644 index 0000000..9d58e7f --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests.png diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests_rps.png b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests_rps.png Binary files differnew file mode 100644 index 0000000..fe620fa --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/requests_rps.png diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.data new file mode 100644 index 0000000..6c1929c --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.data @@ -0,0 +1,9 @@ +CUs STPS ERROR +25 11.7666666667 0 +50 22.9 0 +75 34.3333333333 0 +100 43.7 0 +125 57.0333333333 0 +150 68.4 0 +175 75.8 0 +200 84.2333333333 0 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.gplot b/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.gplot new file mode 100644 index 0000000..2e8472d --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.gplot @@ -0,0 +1,8 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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 "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/tests.data" u 1:2 w linespoints lw 2 lt 2 t "STPS" diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.png b/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.png Binary files differnew file mode 100644 index 0000000..cbc5043 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/tests.png diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-000.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-000.data new file mode 100644 index 0000000..81780ad --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-000.data @@ -0,0 +1,30 @@ +Timeline RPS +1509568720 25 +1509568722 22 +1509568723 4 +1509568724 15 +1509568725 10 +1509568726 13 +1509568727 15 +1509568728 9 +1509568729 13 +1509568730 17 +1509568731 8 +1509568732 15 +1509568733 8 +1509568734 16 +1509568735 8 +1509568736 15 +1509568737 10 +1509568738 14 +1509568739 12 +1509568740 14 +1509568741 10 +1509568742 11 +1509568743 15 +1509568744 11 +1509568745 11 +1509568746 16 +1509568747 7 +1509568748 8 +1509568749 1 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-001.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-001.data new file mode 100644 index 0000000..76b9acf --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-001.data @@ -0,0 +1,31 @@ +Timeline RPS +1509568755 26 +1509568756 24 +1509568757 36 +1509568758 12 +1509568759 24 +1509568760 24 +1509568761 22 +1509568762 15 +1509568763 28 +1509568764 18 +1509568765 29 +1509568766 24 +1509568767 20 +1509568768 26 +1509568769 22 +1509568770 29 +1509568771 22 +1509568772 24 +1509568773 20 +1509568774 28 +1509568775 22 +1509568776 22 +1509568777 22 +1509568778 25 +1509568779 20 +1509568780 19 +1509568781 23 +1509568782 29 +1509568783 19 +1509568784 13 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-002.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-002.data new file mode 100644 index 0000000..c5bfd16 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-002.data @@ -0,0 +1,31 @@ +Timeline RPS +1509568790 29 +1509568791 46 +1509568792 33 +1509568793 34 +1509568794 38 +1509568795 33 +1509568796 33 +1509568797 32 +1509568798 38 +1509568799 26 +1509568800 41 +1509568801 32 +1509568802 38 +1509568803 36 +1509568804 31 +1509568805 40 +1509568806 29 +1509568807 33 +1509568808 36 +1509568809 32 +1509568810 43 +1509568811 22 +1509568812 39 +1509568813 40 +1509568814 34 +1509568815 42 +1509568816 31 +1509568817 36 +1509568818 32 +1509568819 21 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-003.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-003.data new file mode 100644 index 0000000..16791d4 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-003.data @@ -0,0 +1,32 @@ +Timeline RPS +1509568826 42 +1509568827 58 +1509568828 49 +1509568829 44 +1509568830 51 +1509568831 39 +1509568832 52 +1509568833 45 +1509568834 41 +1509568835 44 +1509568836 49 +1509568837 28 +1509568838 38 +1509568839 29 +1509568840 45 +1509568841 33 +1509568842 45 +1509568843 34 +1509568844 50 +1509568845 44 +1509568846 43 +1509568847 50 +1509568848 53 +1509568849 30 +1509568850 59 +1509568851 41 +1509568852 57 +1509568853 35 +1509568854 51 +1509568855 26 +1509568856 6 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-004.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-004.data new file mode 100644 index 0000000..888e090 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-004.data @@ -0,0 +1,32 @@ +Timeline RPS +1509568863 57 +1509568864 68 +1509568865 57 +1509568866 58 +1509568867 61 +1509568868 57 +1509568869 53 +1509568870 57 +1509568871 66 +1509568872 55 +1509568873 57 +1509568874 54 +1509568875 50 +1509568876 63 +1509568877 53 +1509568878 55 +1509568879 58 +1509568880 53 +1509568881 53 +1509568882 62 +1509568883 58 +1509568884 65 +1509568885 57 +1509568886 46 +1509568887 56 +1509568888 54 +1509568889 69 +1509568890 51 +1509568891 59 +1509568892 40 +1509568893 9 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-005.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-005.data new file mode 100644 index 0000000..ef85069 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-005.data @@ -0,0 +1,32 @@ +Timeline RPS +1509568899 48 +1509568900 80 +1509568901 65 +1509568902 71 +1509568903 54 +1509568904 79 +1509568905 58 +1509568906 77 +1509568907 63 +1509568908 75 +1509568909 48 +1509568910 80 +1509568911 66 +1509568912 82 +1509568913 55 +1509568914 79 +1509568915 55 +1509568916 68 +1509568917 70 +1509568918 69 +1509568919 64 +1509568920 83 +1509568921 63 +1509568922 69 +1509568923 66 +1509568924 75 +1509568925 67 +1509568926 70 +1509568927 77 +1509568928 57 +1509568929 19 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-006.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-006.data new file mode 100644 index 0000000..6effa02 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-006.data @@ -0,0 +1,32 @@ +Timeline RPS +1509568936 39 +1509568937 86 +1509568938 86 +1509568939 88 +1509568940 83 +1509568941 74 +1509568942 80 +1509568943 76 +1509568944 84 +1509568945 79 +1509568946 74 +1509568947 86 +1509568948 78 +1509568949 88 +1509568950 72 +1509568951 85 +1509568952 65 +1509568953 88 +1509568954 71 +1509568955 95 +1509568956 77 +1509568957 56 +1509568958 66 +1509568959 48 +1509568960 42 +1509568961 67 +1509568962 80 +1509568963 79 +1509568964 65 +1509568965 77 +1509568966 40 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-007.data b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-007.data new file mode 100644 index 0000000..9e903a5 --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps-007.data @@ -0,0 +1,33 @@ +Timeline RPS +1509568973 10 +1509568974 66 +1509568975 122 +1509568976 71 +1509568977 89 +1509568978 82 +1509568979 94 +1509568980 80 +1509568981 96 +1509568982 91 +1509568983 89 +1509568984 92 +1509568985 82 +1509568986 19 +1509568987 67 +1509568988 60 +1509568989 97 +1509568990 86 +1509568991 90 +1509568992 92 +1509568993 94 +1509568994 86 +1509568995 83 +1509568996 97 +1509568997 88 +1509568998 89 +1509568999 86 +1509569000 92 +1509569001 90 +1509569002 71 +1509569003 64 +1509569004 12 diff --git a/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps.gplot b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps.gplot new file mode 100644 index 0000000..68f0fba --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps.gplot @@ -0,0 +1,26 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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:152] +set terminal png size 640,540 +plot "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-000.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-000.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#000000" t "25 CUs", \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-001.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-001.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#0000FF" t "50 CUs", \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-002.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-002.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#00FA9A" t "75 CUs", \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-003.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-003.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#191970" t "100 CUs", \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-004.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-004.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#8B008B" t "125 CUs", \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-005.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-005.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#FF00FF" t "150 CUs", \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-006.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-006.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#FFD700" t "175 CUs", \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/time_rps-007.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ +"/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T183840/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/pajeh/100k/test_download-20171101T183840/time_rps.png b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps.png Binary files differnew file mode 100644 index 0000000..124d10a --- /dev/null +++ b/server-scalability/results/pajeh/100k/test_download-20171101T183840/time_rps.png |