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 --- .../10k/test_download-20171101T173739/funkload.css | 257 +++++ .../test_download-20171101T173739/funkload.xml.zip | Bin 0 -> 628108 bytes .../10k/test_download-20171101T173739/index.html | 1010 ++++++++++++++++++++ .../10k/test_download-20171101T173739/index.rst | 209 ++++ .../10k/test_download-20171101T173739/pages.data | 9 + .../10k/test_download-20171101T173739/pages.gplot | 41 + .../10k/test_download-20171101T173739/pages.png | Bin 0 -> 7020 bytes .../test_download-20171101T173739/pages_spps.png | Bin 0 -> 8102 bytes .../request_001.001.data | 9 + .../request_001.001.gplot | 11 + .../request_001.001.png | Bin 0 -> 7210 bytes .../test_download-20171101T173739/requests.data | 9 + .../test_download-20171101T173739/requests.gplot | 15 + .../10k/test_download-20171101T173739/requests.png | Bin 0 -> 7145 bytes .../test_download-20171101T173739/requests_rps.png | Bin 0 -> 7724 bytes .../10k/test_download-20171101T173739/tests.data | 9 + .../10k/test_download-20171101T173739/tests.gplot | 8 + .../10k/test_download-20171101T173739/tests.png | Bin 0 -> 7258 bytes .../time_rps-000.data | 32 + .../time_rps-001.data | 32 + .../time_rps-002.data | 31 + .../time_rps-003.data | 31 + .../time_rps-004.data | 26 + .../time_rps-005.data | 26 + .../time_rps-006.data | 23 + .../time_rps-007.data | 24 + .../test_download-20171101T173739/time_rps.gplot | 26 + .../10k/test_download-20171101T173739/time_rps.png | Bin 0 -> 14282 bytes 28 files changed, 1838 insertions(+) create mode 100644 server-scalability/results/10k/test_download-20171101T173739/funkload.css create mode 100644 server-scalability/results/10k/test_download-20171101T173739/funkload.xml.zip create mode 100644 server-scalability/results/10k/test_download-20171101T173739/index.html create mode 100644 server-scalability/results/10k/test_download-20171101T173739/index.rst create mode 100644 server-scalability/results/10k/test_download-20171101T173739/pages.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/pages.gplot create mode 100644 server-scalability/results/10k/test_download-20171101T173739/pages.png create mode 100644 server-scalability/results/10k/test_download-20171101T173739/pages_spps.png create mode 100644 server-scalability/results/10k/test_download-20171101T173739/request_001.001.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/request_001.001.gplot create mode 100644 server-scalability/results/10k/test_download-20171101T173739/request_001.001.png create mode 100644 server-scalability/results/10k/test_download-20171101T173739/requests.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/requests.gplot create mode 100644 server-scalability/results/10k/test_download-20171101T173739/requests.png create mode 100644 server-scalability/results/10k/test_download-20171101T173739/requests_rps.png create mode 100644 server-scalability/results/10k/test_download-20171101T173739/tests.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/tests.gplot create mode 100644 server-scalability/results/10k/test_download-20171101T173739/tests.png create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-000.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-001.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-002.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-003.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-004.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-005.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-006.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps-007.data create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps.gplot create mode 100644 server-scalability/results/10k/test_download-20171101T173739/time_rps.png (limited to 'server-scalability/results/10k/test_download-20171101T173739') diff --git a/server-scalability/results/10k/test_download-20171101T173739/funkload.css b/server-scalability/results/10k/test_download-20171101T173739/funkload.css new file mode 100644 index 0000000..fade443 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/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/10k/test_download-20171101T173739/funkload.xml.zip b/server-scalability/results/10k/test_download-20171101T173739/funkload.xml.zip new file mode 100644 index 0000000..a3b266b Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/funkload.xml.zip differ diff --git a/server-scalability/results/10k/test_download-20171101T173739/index.html b/server-scalability/results/10k/test_download-20171101T173739/index.html new file mode 100644 index 0000000..1b896a4 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/index.html @@ -0,0 +1,1010 @@ + + + + + + +FunkLoad bench report + + + + +
+

FunkLoad bench report

+ +++ + + + +
Date:2017-11-01 17:37:39
+
+

Abstract

+

Upload and download blobs +Bench result of Blobs.test_download: +Download blobs stress test

+
+ +
+

1   Bench configuration

+
    +
  • Launched: 2017-11-01 17:37:39
  • +
  • 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:

+
    +
  • 17788 tests
  • +
  • 17788 pages
  • +
  • 17788 requests
  • +
+
+
+

3   Test stats

+

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

+
+tests.png + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CUsSTPSTOTALSUCCESSERROR
2543.000129012900.00%
5078.433235323530.00%
7584.500253525350.00%
10081.900245724570.00%
12585.633256925690.00%
15085.367256125610.00%
17573.500220522050.00%
20060.600181818180.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.985Excellent43.00050.000129012900.00%0.4600.5775.5940.4750.4830.5070.807
500.979Excellent78.433100.000235323530.00%0.4660.6326.8740.4790.4930.8141.383
750.949Excellent84.500146.000253525350.00%0.4560.8786.2200.4810.5251.5123.474
1000.914Good81.900185.000245724570.00%0.4661.2128.4270.4900.6103.8724.790
1250.887Good85.633206.000256925690.00%0.4661.3136.7560.4980.7023.5724.207
1500.772FAIR85.367300.000256125610.00%0.4641.66311.1990.5020.9392.9846.037
1750.796FAIR73.500318.000220522050.00%0.4682.09214.3110.5030.7635.6115.871
2000.715FAIR60.600350.000181818180.00%0.4572.80012.3420.5241.8575.8006.152
+

* 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.985Excellent43.00050.000129012900.00%0.4600.5775.5940.4750.4830.5070.807
500.979Excellent78.433100.000235323530.00%0.4660.6326.8740.4790.4930.8141.383
750.949Excellent84.500146.000253525350.00%0.4560.8786.2200.4810.5251.5123.474
1000.914Good81.900185.000245724570.00%0.4661.2128.4270.4900.6103.8724.790
1250.887Good85.633206.000256925690.00%0.4661.3136.7560.4980.7023.5724.207
1500.772FAIR85.367300.000256125610.00%0.4641.66311.1990.5020.9392.9846.037
1750.796FAIR73.500318.000220522050.00%0.4682.09214.3110.5030.7635.6115.871
2000.715FAIR60.600350.000181818180.00%0.4572.80012.3420.5241.8575.8006.152
+

* Apdex 1.5

+
+
+
+

6   Slowest requests

+

The 5 slowest average response time during the best cycle with 75 CUs:

+
    +
  • In page 001, Apdex rating: Excellent, avg response time: 0.88s, get: /blobs/0/1291 +Download blob
  • +
+
+
+

7   Page detail stats

+
+

7.1   PAGE 001: Download blob

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

    +
    +request_001.001.png + +++++++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CUsApdex*RatingTOTALSUCCESSERRORMINAVGMAXP10MEDP90P95
    250.985Excellent129012900.00%0.4600.5775.5940.4750.4830.5070.807
    500.979Excellent235323530.00%0.4660.6326.8740.4790.4930.8141.383
    750.949Excellent253525350.00%0.4560.8786.2200.4810.5251.5123.474
    1000.914Good245724570.00%0.4661.2128.4270.4900.6103.8724.790
    1250.887Good256925690.00%0.4661.3136.7560.4980.7023.5724.207
    1500.772FAIR256125610.00%0.4641.66311.1990.5020.9392.9846.037
    1750.796FAIR220522050.00%0.4682.09214.3110.5030.7635.6115.871
    2000.715FAIR181818180.00%0.4572.80012.3420.5241.8575.8006.152
    +

    * 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/10k/test_download-20171101T173739/index.rst b/server-scalability/results/10k/test_download-20171101T173739/index.rst new file mode 100644 index 0000000..b7cb459 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/index.rst @@ -0,0 +1,209 @@ +====================== +FunkLoad_ bench report +====================== + + +:date: 2017-11-01 17:37:39 +: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 17:37:39 +* 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: + +* 17788 tests +* 17788 pages +* 17788 requests + + +Test stats +---------- + +The number of Successful **Tests** Per Second (STPS) over Concurrent Users (CUs). + + .. image:: tests.png + + ================== ================== ================== ================== ================== + CUs STPS TOTAL SUCCESS ERROR + ================== ================== ================== ================== ================== + 25 43.000 1290 1290 0.00% + 50 78.433 2353 2353 0.00% + 75 84.500 2535 2535 0.00% + 100 81.900 2457 2457 0.00% + 125 85.633 2569 2569 0.00% + 150 85.367 2561 2561 0.00% + 175 73.500 2205 2205 0.00% + 200 60.600 1818 1818 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.985 Excellent 43.000 50.000 1290 1290 0.00% 0.460 0.577 5.594 0.475 0.483 0.507 0.807 + 50 0.979 Excellent 78.433 100.000 2353 2353 0.00% 0.466 0.632 6.874 0.479 0.493 0.814 1.383 + 75 0.949 Excellent 84.500 146.000 2535 2535 0.00% 0.456 0.878 6.220 0.481 0.525 1.512 3.474 + 100 0.914 Good 81.900 185.000 2457 2457 0.00% 0.466 1.212 8.427 0.490 0.610 3.872 4.790 + 125 0.887 Good 85.633 206.000 2569 2569 0.00% 0.466 1.313 6.756 0.498 0.702 3.572 4.207 + 150 0.772 FAIR 85.367 300.000 2561 2561 0.00% 0.464 1.663 11.199 0.502 0.939 2.984 6.037 + 175 0.796 FAIR 73.500 318.000 2205 2205 0.00% 0.468 2.092 14.311 0.503 0.763 5.611 5.871 + 200 0.715 FAIR 60.600 350.000 1818 1818 0.00% 0.457 2.800 12.342 0.524 1.857 5.800 6.152 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + + \* 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.985 Excellent 43.000 50.000 1290 1290 0.00% 0.460 0.577 5.594 0.475 0.483 0.507 0.807 + 50 0.979 Excellent 78.433 100.000 2353 2353 0.00% 0.466 0.632 6.874 0.479 0.493 0.814 1.383 + 75 0.949 Excellent 84.500 146.000 2535 2535 0.00% 0.456 0.878 6.220 0.481 0.525 1.512 3.474 + 100 0.914 Good 81.900 185.000 2457 2457 0.00% 0.466 1.212 8.427 0.490 0.610 3.872 4.790 + 125 0.887 Good 85.633 206.000 2569 2569 0.00% 0.466 1.313 6.756 0.498 0.702 3.572 4.207 + 150 0.772 FAIR 85.367 300.000 2561 2561 0.00% 0.464 1.663 11.199 0.502 0.939 2.984 6.037 + 175 0.796 FAIR 73.500 318.000 2205 2205 0.00% 0.468 2.092 14.311 0.503 0.763 5.611 5.871 + 200 0.715 FAIR 60.600 350.000 1818 1818 0.00% 0.457 2.800 12.342 0.524 1.857 5.800 6.152 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + + \* Apdex |APDEXT| + +Slowest requests +---------------- + +The 5 slowest average response time during the best cycle with **75** CUs: + +* In page 001, Apdex rating: Excellent, avg response time: 0.88s, get: ``/blobs/0/1291`` + `Download blob` + +Page detail stats +----------------- + + +PAGE 001: Download blob +~~~~~~~~~~~~~~~~~~~~~~~ + +* Req: 001, get, url ``/blobs/0/1290`` + + .. image:: request_001.001.png + + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + CUs Apdex* Rating TOTAL SUCCESS ERROR MIN AVG MAX P10 MED P90 P95 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + 25 0.985 Excellent 1290 1290 0.00% 0.460 0.577 5.594 0.475 0.483 0.507 0.807 + 50 0.979 Excellent 2353 2353 0.00% 0.466 0.632 6.874 0.479 0.493 0.814 1.383 + 75 0.949 Excellent 2535 2535 0.00% 0.456 0.878 6.220 0.481 0.525 1.512 3.474 + 100 0.914 Good 2457 2457 0.00% 0.466 1.212 8.427 0.490 0.610 3.872 4.790 + 125 0.887 Good 2569 2569 0.00% 0.466 1.313 6.756 0.498 0.702 3.572 4.207 + 150 0.772 FAIR 2561 2561 0.00% 0.464 1.663 11.199 0.502 0.939 2.984 6.037 + 175 0.796 FAIR 2205 2205 0.00% 0.468 2.092 14.311 0.503 0.763 5.611 5.871 + 200 0.715 FAIR 1818 1818 0.00% 0.457 2.800 12.342 0.524 1.857 5.800 6.152 + ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== + + \* 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/10k/test_download-20171101T173739/pages.data b/server-scalability/results/10k/test_download-20171101T173739/pages.data new file mode 100644 index 0000000..cff02b2 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/pages.data @@ -0,0 +1,9 @@ +CUs SPPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX E G F P U +25 43.0 0 0.460188865662 0.576685375576 5.59405994415 0.474576950073 0.482752084732 0.506502866745 0.80683016777 0.985271317829 0.985271317829 0 0 0 0 +50 78.4333333333 0 0.466351032257 0.632421533148 6.87445211411 0.478837966919 0.492514848709 0.813517093658 1.38339185715 0.978750531237 0.978750531237 0 0 0 0 +75 84.5 0 0.456305980682 0.878002696442 6.21990919113 0.481498003006 0.52477312088 1.51174283028 3.47393703461 0.949112426036 0.949112426036 0 0 0 0 +100 81.9 0 0.466032028198 1.21186421274 8.42749190331 0.489804029465 0.609949827194 3.87150812149 4.79005289078 0.913715913716 0 0.913715913716 0 0 0 +125 85.6333333333 0 0.466366052628 1.31250091293 6.75613093376 0.498261213303 0.702345848083 3.57177090645 4.20694994926 0.886531724406 0 0.886531724406 0 0 0 +150 85.3666666667 0 0.464498996735 1.66327694634 11.1987190247 0.502330064774 0.939079046249 2.98357486725 6.03686785698 0.772159312768 0 0 0.772159312768 0 0 +175 73.5 0 0.468101978302 2.09167197448 14.3105769157 0.503092050552 0.763287067413 5.61111712456 5.87060785294 0.795918367347 0 0 0.795918367347 0 0 +200 60.6 0 0.45652794838 2.79995147977 12.3418741226 0.52423787117 1.85739898682 5.80049800873 6.15192294121 0.714796479648 0 0 0.714796479648 0 0 diff --git a/server-scalability/results/10k/test_download-20171101T173739/pages.gplot b/server-scalability/results/10k/test_download-20171101T173739/pages.gplot new file mode 100644 index 0000000..5522ca1 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/pages.gplot @@ -0,0 +1,41 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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/10k/test_download-20171101T173739/pages.png b/server-scalability/results/10k/test_download-20171101T173739/pages.png new file mode 100644 index 0000000..78b43bb Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/pages.png differ diff --git a/server-scalability/results/10k/test_download-20171101T173739/pages_spps.png b/server-scalability/results/10k/test_download-20171101T173739/pages_spps.png new file mode 100644 index 0000000..3fdc898 Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/pages_spps.png differ diff --git a/server-scalability/results/10k/test_download-20171101T173739/request_001.001.data b/server-scalability/results/10k/test_download-20171101T173739/request_001.001.data new file mode 100644 index 0000000..9a710dc --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/request_001.001.data @@ -0,0 +1,9 @@ +CUs STEP ERROR MIN AVG MAX P10 P50 P90 P95 APDEX +25 001.001 0 0.460188865662 0.576685375576 5.59405994415 0.474576950073 0.482752084732 0.506502866745 0.80683016777 0.985271317829 +50 001.001 0 0.466351032257 0.632421533148 6.87445211411 0.478837966919 0.492514848709 0.813517093658 1.38339185715 0.978750531237 +75 001.001 0 0.456305980682 0.878002696442 6.21990919113 0.481498003006 0.52477312088 1.51174283028 3.47393703461 0.949112426036 +100 001.001 0 0.466032028198 1.21186421274 8.42749190331 0.489804029465 0.609949827194 3.87150812149 4.79005289078 0.913715913716 +125 001.001 0 0.466366052628 1.31250091293 6.75613093376 0.498261213303 0.702345848083 3.57177090645 4.20694994926 0.886531724406 +150 001.001 0 0.464498996735 1.66327694634 11.1987190247 0.502330064774 0.939079046249 2.98357486725 6.03686785698 0.772159312768 +175 001.001 0 0.468101978302 2.09167197448 14.3105769157 0.503092050552 0.763287067413 5.61111712456 5.87060785294 0.795918367347 +200 001.001 0 0.45652794838 2.79995147977 12.3418741226 0.52423787117 1.85739898682 5.80049800873 6.15192294121 0.714796479648 diff --git a/server-scalability/results/10k/test_download-20171101T173739/request_001.001.gplot b/server-scalability/results/10k/test_download-20171101T173739/request_001.001.gplot new file mode 100644 index 0000000..158a341 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/request_001.001.gplot @@ -0,0 +1,11 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T173739/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-20171101T173739/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/10k/test_download-20171101T173739/request_001.001.png b/server-scalability/results/10k/test_download-20171101T173739/request_001.001.png new file mode 100644 index 0000000..a863f5b Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/request_001.001.png differ diff --git a/server-scalability/results/10k/test_download-20171101T173739/requests.data b/server-scalability/results/10k/test_download-20171101T173739/requests.data new file mode 100644 index 0000000..2c09e56 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/requests.data @@ -0,0 +1,9 @@ +CUs RPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX +25 43.0 0 0.460188865662 0.576685375576 5.59405994415 0.474576950073 0.482752084732 0.506502866745 0.80683016777 0.985271317829 +50 78.4333333333 0 0.466351032257 0.632421533148 6.87445211411 0.478837966919 0.492514848709 0.813517093658 1.38339185715 0.978750531237 +75 84.5 0 0.456305980682 0.878002696442 6.21990919113 0.481498003006 0.52477312088 1.51174283028 3.47393703461 0.949112426036 +100 81.9 0 0.466032028198 1.21186421274 8.42749190331 0.489804029465 0.609949827194 3.87150812149 4.79005289078 0.913715913716 +125 85.6333333333 0 0.466366052628 1.31250091293 6.75613093376 0.498261213303 0.702345848083 3.57177090645 4.20694994926 0.886531724406 +150 85.3666666667 0 0.464498996735 1.66327694634 11.1987190247 0.502330064774 0.939079046249 2.98357486725 6.03686785698 0.772159312768 +175 73.5 0 0.468101978302 2.09167197448 14.3105769157 0.503092050552 0.763287067413 5.61111712456 5.87060785294 0.795918367347 +200 60.6 0 0.45652794838 2.79995147977 12.3418741226 0.52423787117 1.85739898682 5.80049800873 6.15192294121 0.714796479648 diff --git a/server-scalability/results/10k/test_download-20171101T173739/requests.gplot b/server-scalability/results/10k/test_download-20171101T173739/requests.gplot new file mode 100644 index 0000000..9c39c31 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/requests.gplot @@ -0,0 +1,15 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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/10k/test_download-20171101T173739/requests.png b/server-scalability/results/10k/test_download-20171101T173739/requests.png new file mode 100644 index 0000000..e74a70a Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/requests.png differ diff --git a/server-scalability/results/10k/test_download-20171101T173739/requests_rps.png b/server-scalability/results/10k/test_download-20171101T173739/requests_rps.png new file mode 100644 index 0000000..edbd94e Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/requests_rps.png differ diff --git a/server-scalability/results/10k/test_download-20171101T173739/tests.data b/server-scalability/results/10k/test_download-20171101T173739/tests.data new file mode 100644 index 0000000..4d2c34c --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/tests.data @@ -0,0 +1,9 @@ +CUs STPS ERROR +25 43.0 0 +50 78.4333333333 0 +75 84.5 0 +100 81.9 0 +125 85.6333333333 0 +150 85.3666666667 0 +175 73.5 0 +200 60.6 0 diff --git a/server-scalability/results/10k/test_download-20171101T173739/tests.gplot b/server-scalability/results/10k/test_download-20171101T173739/tests.gplot new file mode 100644 index 0000000..40046d3 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/tests.gplot @@ -0,0 +1,8 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T173739/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-20171101T173739/tests.data" u 1:2 w linespoints lw 2 lt 2 t "STPS" diff --git a/server-scalability/results/10k/test_download-20171101T173739/tests.png b/server-scalability/results/10k/test_download-20171101T173739/tests.png new file mode 100644 index 0000000..9690c37 Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/tests.png differ diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-000.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-000.data new file mode 100644 index 0000000..8274ed3 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-000.data @@ -0,0 +1,32 @@ +Timeline RPS +1509565059 38 +1509565060 40 +1509565061 42 +1509565062 42 +1509565063 44 +1509565064 42 +1509565065 43 +1509565066 44 +1509565067 40 +1509565068 43 +1509565069 42 +1509565070 40 +1509565071 39 +1509565072 47 +1509565073 50 +1509565074 46 +1509565075 47 +1509565076 41 +1509565077 39 +1509565078 42 +1509565079 35 +1509565080 40 +1509565081 42 +1509565082 42 +1509565083 46 +1509565084 48 +1509565085 46 +1509565086 48 +1509565087 41 +1509565088 44 +1509565089 7 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-001.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-001.data new file mode 100644 index 0000000..306e565 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-001.data @@ -0,0 +1,32 @@ +Timeline RPS +1509565091 10 +1509565092 96 +1509565093 87 +1509565094 88 +1509565095 81 +1509565096 79 +1509565097 92 +1509565098 92 +1509565099 93 +1509565100 98 +1509565101 100 +1509565102 92 +1509565103 93 +1509565104 80 +1509565105 87 +1509565106 87 +1509565107 85 +1509565108 94 +1509565109 98 +1509565110 75 +1509565111 83 +1509565112 77 +1509565113 78 +1509565114 79 +1509565115 63 +1509565116 66 +1509565117 35 +1509565118 15 +1509565119 20 +1509565120 43 +1509565121 87 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-002.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-002.data new file mode 100644 index 0000000..05a9bef --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-002.data @@ -0,0 +1,31 @@ +Timeline RPS +1509565125 2 +1509565126 91 +1509565127 134 +1509565128 139 +1509565129 135 +1509565130 142 +1509565131 62 +1509565132 1 +1509565135 68 +1509565136 136 +1509565137 113 +1509565138 146 +1509565139 118 +1509565140 126 +1509565141 130 +1509565142 44 +1509565143 2 +1509565144 57 +1509565145 77 +1509565146 97 +1509565147 137 +1509565148 145 +1509565149 124 +1509565150 94 +1509565151 88 +1509565152 5 +1509565153 2 +1509565154 7 +1509565155 106 +1509565156 7 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-003.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-003.data new file mode 100644 index 0000000..6779370 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-003.data @@ -0,0 +1,31 @@ +Timeline RPS +1509565162 34 +1509565163 185 +1509565164 144 +1509565165 5 +1509565166 1 +1509565167 8 +1509565168 75 +1509565169 109 +1509565170 162 +1509565171 43 +1509565172 5 +1509565173 1 +1509565174 52 +1509565175 147 +1509565176 162 +1509565177 184 +1509565178 144 +1509565179 178 +1509565180 76 +1509565181 116 +1509565182 46 +1509565183 72 +1509565184 53 +1509565185 115 +1509565186 130 +1509565187 91 +1509565188 3 +1509565189 7 +1509565191 13 +1509565192 96 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-004.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-004.data new file mode 100644 index 0000000..3ea7413 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-004.data @@ -0,0 +1,26 @@ +Timeline RPS +1509565196 29 +1509565197 189 +1509565198 206 +1509565199 186 +1509565200 71 +1509565201 32 +1509565202 1 +1509565203 120 +1509565204 171 +1509565205 131 +1509565206 11 +1509565207 130 +1509565208 109 +1509565209 38 +1509565210 177 +1509565211 108 +1509565212 30 +1509565213 1 +1509565215 122 +1509565216 165 +1509565217 147 +1509565218 45 +1509565221 15 +1509565222 190 +1509565223 145 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-005.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-005.data new file mode 100644 index 0000000..cc85593 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-005.data @@ -0,0 +1,26 @@ +Timeline RPS +1509565232 17 +1509565233 300 +1509565234 266 +1509565235 25 +1509565239 4 +1509565240 88 +1509565241 161 +1509565242 207 +1509565243 170 +1509565244 78 +1509565245 18 +1509565246 124 +1509565247 3 +1509565248 200 +1509565249 16 +1509565250 49 +1509565251 154 +1509565254 186 +1509565255 116 +1509565256 29 +1509565257 132 +1509565258 23 +1509565259 2 +1509565260 154 +1509565261 39 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-006.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-006.data new file mode 100644 index 0000000..5eecc1a --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-006.data @@ -0,0 +1,23 @@ +Timeline RPS +1509565269 77 +1509565270 318 +1509565271 43 +1509565275 9 +1509565276 185 +1509565277 262 +1509565278 101 +1509565279 1 +1509565281 19 +1509565282 163 +1509565283 237 +1509565284 75 +1509565285 1 +1509565286 24 +1509565287 1 +1509565289 102 +1509565290 228 +1509565291 129 +1509565292 87 +1509565293 12 +1509565294 43 +1509565295 88 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps-007.data b/server-scalability/results/10k/test_download-20171101T173739/time_rps-007.data new file mode 100644 index 0000000..49eefd3 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps-007.data @@ -0,0 +1,24 @@ +Timeline RPS +1509565304 1 +1509565305 80 +1509565306 350 +1509565307 12 +1509565309 8 +1509565310 12 +1509565312 203 +1509565313 280 +1509565314 98 +1509565315 63 +1509565316 31 +1509565318 1 +1509565319 242 +1509565320 125 +1509565321 19 +1509565322 3 +1509565324 1 +1509565325 192 +1509565326 65 +1509565327 11 +1509565328 5 +1509565329 4 +1509565331 12 diff --git a/server-scalability/results/10k/test_download-20171101T173739/time_rps.gplot b/server-scalability/results/10k/test_download-20171101T173739/time_rps.gplot new file mode 100644 index 0000000..20ee0e9 --- /dev/null +++ b/server-scalability/results/10k/test_download-20171101T173739/time_rps.gplot @@ -0,0 +1,26 @@ +set output "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T173739/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:437] +set terminal png size 640,540 +plot "/home/drebs/dev/leap/repos/soledad/scripts/scalability/test_controller/client/test_download-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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-20171101T173739/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/10k/test_download-20171101T173739/time_rps.png b/server-scalability/results/10k/test_download-20171101T173739/time_rps.png new file mode 100644 index 0000000..f3f9a9c Binary files /dev/null and b/server-scalability/results/10k/test_download-20171101T173739/time_rps.png differ -- cgit v1.2.3