From 2d72b4e044bb3a0fe4e6de70d8470a94e85e7754 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 2 Nov 2017 09:56:28 -0200 Subject: add blobs server scalability tests results --- .../test_download-20171101T183840/funkload.css | 257 +++++ .../test_download-20171101T183840/funkload.xml.zip | Bin 0 -> 446248 bytes .../100k/test_download-20171101T183840/index.html | 1010 ++++++++++++++++++++ .../100k/test_download-20171101T183840/index.rst | 209 ++++ .../100k/test_download-20171101T183840/pages.data | 9 + .../100k/test_download-20171101T183840/pages.gplot | 41 + .../100k/test_download-20171101T183840/pages.png | Bin 0 -> 6894 bytes .../test_download-20171101T183840/pages_spps.png | Bin 0 -> 7251 bytes .../request_001.001.data | 9 + .../request_001.001.gplot | 11 + .../request_001.001.png | Bin 0 -> 6902 bytes .../test_download-20171101T183840/requests.data | 9 + .../test_download-20171101T183840/requests.gplot | 15 + .../test_download-20171101T183840/requests.png | Bin 0 -> 6837 bytes .../test_download-20171101T183840/requests_rps.png | Bin 0 -> 7370 bytes .../100k/test_download-20171101T183840/tests.data | 9 + .../100k/test_download-20171101T183840/tests.gplot | 8 + .../100k/test_download-20171101T183840/tests.png | Bin 0 -> 7007 bytes .../time_rps-000.data | 30 + .../time_rps-001.data | 31 + .../time_rps-002.data | 31 + .../time_rps-003.data | 32 + .../time_rps-004.data | 32 + .../time_rps-005.data | 32 + .../time_rps-006.data | 32 + .../time_rps-007.data | 33 + .../test_download-20171101T183840/time_rps.gplot | 26 + .../test_download-20171101T183840/time_rps.png | Bin 0 -> 13512 bytes 28 files changed, 1866 insertions(+) create mode 100644 server-scalability/results/100k/test_download-20171101T183840/funkload.css create mode 100644 server-scalability/results/100k/test_download-20171101T183840/funkload.xml.zip create mode 100644 server-scalability/results/100k/test_download-20171101T183840/index.html create mode 100644 server-scalability/results/100k/test_download-20171101T183840/index.rst create mode 100644 server-scalability/results/100k/test_download-20171101T183840/pages.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/pages.gplot create mode 100644 server-scalability/results/100k/test_download-20171101T183840/pages.png create mode 100644 server-scalability/results/100k/test_download-20171101T183840/pages_spps.png create mode 100644 server-scalability/results/100k/test_download-20171101T183840/request_001.001.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/request_001.001.gplot create mode 100644 server-scalability/results/100k/test_download-20171101T183840/request_001.001.png create mode 100644 server-scalability/results/100k/test_download-20171101T183840/requests.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/requests.gplot create mode 100644 server-scalability/results/100k/test_download-20171101T183840/requests.png create mode 100644 server-scalability/results/100k/test_download-20171101T183840/requests_rps.png create mode 100644 server-scalability/results/100k/test_download-20171101T183840/tests.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/tests.gplot create mode 100644 server-scalability/results/100k/test_download-20171101T183840/tests.png create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-000.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-001.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-002.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-003.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-004.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-005.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-006.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps-007.data create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps.gplot create mode 100644 server-scalability/results/100k/test_download-20171101T183840/time_rps.png (limited to 'server-scalability/results/100k/test_download-20171101T183840') diff --git a/server-scalability/results/100k/test_download-20171101T183840/funkload.css b/server-scalability/results/100k/test_download-20171101T183840/funkload.css new file mode 100644 index 0000000..fade443 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/funkload.xml.zip b/server-scalability/results/100k/test_download-20171101T183840/funkload.xml.zip new file mode 100644 index 0000000..bfdeb1c Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/funkload.xml.zip differ diff --git a/server-scalability/results/100k/test_download-20171101T183840/index.html b/server-scalability/results/100k/test_download-20171101T183840/index.html new file mode 100644 index 0000000..ebe245f --- /dev/null +++ b/server-scalability/results/100k/test_download-20171101T183840/index.html @@ -0,0 +1,1010 @@ + + + + + + +FunkLoad bench report + + + + +
+

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

+
+ +
+

1   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: 1.5
  • +
  • FunkLoad version: 1.17.1
  • +
+
+
+

2   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
  • +
+
+
+

3   Test stats

+

The number of Successful Tests Per Second (STPS) over Concurrent Users (CUs).

+
+tests.png + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CUsSTPSTOTALSUCCESSERROR
2511.7673533530.00%
5022.9006876870.00%
7534.333103010300.00%
10043.700131113110.00%
12557.033171117110.00%
15068.400205220520.00%
17575.800227422740.00%
20084.233252725270.00%
+
+
+
+

4   Page stats

+

The number of Successful Pages Per Second (SPPS) over Concurrent Users (CUs). +Note: an XML-RPC call counts as a page.

+
+pages_spps.png +pages.png + +++++++++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CUsApdex*RatingSPPSmaxSPPSTOTALSUCCESSERRORMINAVGMAXP10MEDP90P95
250.500POOR11.76725.0003533530.00%1.6202.0595.2281.6411.7092.6323.575
500.498UNACCEPTABLE22.90036.0006876870.00%1.6222.1387.1901.6461.8963.0703.528
750.499UNACCEPTABLE34.33346.000103010300.00%1.6222.1357.3681.6511.8783.0523.599
1000.499UNACCEPTABLE43.70059.000131113110.00%1.6212.2517.3961.6501.9193.3983.986
1250.499UNACCEPTABLE57.03369.000171117110.00%1.6212.1677.1661.6531.8813.1093.656
1500.499UNACCEPTABLE68.40083.000205220520.00%1.6292.17310.1461.6571.8873.1193.664
1750.497UNACCEPTABLE75.80095.000227422740.00%1.6292.2908.8481.6601.9303.3564.165
2000.497UNACCEPTABLE84.233122.000252725270.00%1.6332.3419.7791.6641.9773.5894.225
+

* Apdex 1.5

+
+
+
+

5   Request stats

+

The number of Requests Per Second (RPS) (successful or not) over Concurrent Users (CUs).

+
+requests_rps.png +requests.png +time_rps.png + +++++++++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CUsApdex*Rating*RPSmaxRPSTOTALSUCCESSERRORMINAVGMAXP10MEDP90P95
250.500POOR11.76725.0003533530.00%1.6202.0595.2281.6411.7092.6323.575
500.498UNACCEPTABLE22.90036.0006876870.00%1.6222.1387.1901.6461.8963.0703.528
750.499UNACCEPTABLE34.33346.000103010300.00%1.6222.1357.3681.6511.8783.0523.599
1000.499UNACCEPTABLE43.70059.000131113110.00%1.6212.2517.3961.6501.9193.3983.986
1250.499UNACCEPTABLE57.03369.000171117110.00%1.6212.1677.1661.6531.8813.1093.656
1500.499UNACCEPTABLE68.40083.000205220520.00%1.6292.17310.1461.6571.8873.1193.664
1750.497UNACCEPTABLE75.80095.000227422740.00%1.6292.2908.8481.6601.9303.3564.165
2000.497UNACCEPTABLE84.233122.000252725270.00%1.6332.3419.7791.6641.9773.5894.225
+

* Apdex 1.5

+
+
+
+

6   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
  • +
+
+
+

7   Page detail stats

+
+

7.1   PAGE 001: Download blob

+
    +
  • Req: 001, get, url /blobs/0/354

    +
    +request_001.001.png + +++++++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CUsApdex*RatingTOTALSUCCESSERRORMINAVGMAXP10MEDP90P95
    250.500POOR3533530.00%1.6202.0595.2281.6411.7092.6323.575
    500.498UNACCEPTABLE6876870.00%1.6222.1387.1901.6461.8963.0703.528
    750.499UNACCEPTABLE103010300.00%1.6222.1357.3681.6511.8783.0523.599
    1000.499UNACCEPTABLE131113110.00%1.6212.2517.3961.6501.9193.3983.986
    1250.499UNACCEPTABLE171117110.00%1.6212.1677.1661.6531.8813.1093.656
    1500.499UNACCEPTABLE205220520.00%1.6292.17310.1461.6571.8873.1193.664
    1750.497UNACCEPTABLE227422740.00%1.6292.2908.8481.6601.9303.3564.165
    2000.497UNACCEPTABLE252725270.00%1.6332.3419.7791.6641.9773.5894.225
    +

    * Apdex 1.5

    +
    +
  • +
+
+
+
+

8   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.

+
+
+ + + diff --git a/server-scalability/results/100k/test_download-20171101T183840/index.rst b/server-scalability/results/100k/test_download-20171101T183840/index.rst new file mode 100644 index 0000000..d21ad7f --- /dev/null +++ b/server-scalability/results/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 `_. \ No newline at end of file diff --git a/server-scalability/results/100k/test_download-20171101T183840/pages.data b/server-scalability/results/100k/test_download-20171101T183840/pages.data new file mode 100644 index 0000000..c80c23a --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/pages.gplot b/server-scalability/results/100k/test_download-20171101T183840/pages.gplot new file mode 100644 index 0000000..3ba0a80 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/pages.png b/server-scalability/results/100k/test_download-20171101T183840/pages.png new file mode 100644 index 0000000..c3b421a Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/pages.png differ diff --git a/server-scalability/results/100k/test_download-20171101T183840/pages_spps.png b/server-scalability/results/100k/test_download-20171101T183840/pages_spps.png new file mode 100644 index 0000000..dae6e8b Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/pages_spps.png differ diff --git a/server-scalability/results/100k/test_download-20171101T183840/request_001.001.data b/server-scalability/results/100k/test_download-20171101T183840/request_001.001.data new file mode 100644 index 0000000..4e08d3e --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/request_001.001.gplot b/server-scalability/results/100k/test_download-20171101T183840/request_001.001.gplot new file mode 100644 index 0000000..9149d51 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/request_001.001.png b/server-scalability/results/100k/test_download-20171101T183840/request_001.001.png new file mode 100644 index 0000000..afd75dc Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/request_001.001.png differ diff --git a/server-scalability/results/100k/test_download-20171101T183840/requests.data b/server-scalability/results/100k/test_download-20171101T183840/requests.data new file mode 100644 index 0000000..62e3f41 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/requests.gplot b/server-scalability/results/100k/test_download-20171101T183840/requests.gplot new file mode 100644 index 0000000..88ef778 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/requests.png b/server-scalability/results/100k/test_download-20171101T183840/requests.png new file mode 100644 index 0000000..9d58e7f Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/requests.png differ diff --git a/server-scalability/results/100k/test_download-20171101T183840/requests_rps.png b/server-scalability/results/100k/test_download-20171101T183840/requests_rps.png new file mode 100644 index 0000000..fe620fa Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/requests_rps.png differ diff --git a/server-scalability/results/100k/test_download-20171101T183840/tests.data b/server-scalability/results/100k/test_download-20171101T183840/tests.data new file mode 100644 index 0000000..6c1929c --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/tests.gplot b/server-scalability/results/100k/test_download-20171101T183840/tests.gplot new file mode 100644 index 0000000..2e8472d --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/tests.png b/server-scalability/results/100k/test_download-20171101T183840/tests.png new file mode 100644 index 0000000..cbc5043 Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/tests.png differ diff --git a/server-scalability/results/100k/test_download-20171101T183840/time_rps-000.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-000.data new file mode 100644 index 0000000..81780ad --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps-001.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-001.data new file mode 100644 index 0000000..76b9acf --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps-002.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-002.data new file mode 100644 index 0000000..c5bfd16 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps-003.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-003.data new file mode 100644 index 0000000..16791d4 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps-004.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-004.data new file mode 100644 index 0000000..888e090 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps-005.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-005.data new file mode 100644 index 0000000..ef85069 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps-006.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-006.data new file mode 100644 index 0000000..6effa02 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps-007.data b/server-scalability/results/100k/test_download-20171101T183840/time_rps-007.data new file mode 100644 index 0000000..9e903a5 --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps.gplot b/server-scalability/results/100k/test_download-20171101T183840/time_rps.gplot new file mode 100644 index 0000000..68f0fba --- /dev/null +++ b/server-scalability/results/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/100k/test_download-20171101T183840/time_rps.png b/server-scalability/results/100k/test_download-20171101T183840/time_rps.png new file mode 100644 index 0000000..124d10a Binary files /dev/null and b/server-scalability/results/100k/test_download-20171101T183840/time_rps.png differ -- cgit v1.2.3