From d6de40b6daecd986e67d82f25d1d1cbf981d0db5 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 3 Nov 2017 13:06:25 -0200 Subject: Reorganize lynx results in directories. --- .../test_download-20171103T140149/funkload.css | 257 ----- .../test_download-20171103T140149/funkload.xml.zip | Bin 2790804 -> 0 bytes .../lynx/test_download-20171103T140149/index.html | 1010 -------------------- .../lynx/test_download-20171103T140149/index.rst | 209 ---- .../lynx/test_download-20171103T140149/pages.data | 9 - .../lynx/test_download-20171103T140149/pages.gplot | 41 - .../lynx/test_download-20171103T140149/pages.png | Bin 7543 -> 0 bytes .../test_download-20171103T140149/pages_spps.png | Bin 7980 -> 0 bytes .../request_001.001.data | 9 - .../request_001.001.gplot | 11 - .../request_001.001.png | Bin 7627 -> 0 bytes .../test_download-20171103T140149/requests.data | 9 - .../test_download-20171103T140149/requests.gplot | 15 - .../test_download-20171103T140149/requests.png | Bin 7582 -> 0 bytes .../test_download-20171103T140149/requests_rps.png | Bin 7922 -> 0 bytes .../lynx/test_download-20171103T140149/tests.data | 9 - .../lynx/test_download-20171103T140149/tests.gplot | 8 - .../lynx/test_download-20171103T140149/tests.png | Bin 7595 -> 0 bytes .../time_rps-000.data | 32 - .../time_rps-001.data | 33 - .../time_rps-002.data | 33 - .../time_rps-003.data | 33 - .../time_rps-004.data | 33 - .../time_rps-005.data | 32 - .../time_rps-006.data | 34 - .../time_rps-007.data | 33 - .../test_download-20171103T140149/time_rps.gplot | 26 - .../test_download-20171103T140149/time_rps.png | Bin 11791 -> 0 bytes 28 files changed, 1876 deletions(-) delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/funkload.css delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/funkload.xml.zip delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/index.html delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/index.rst delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/pages.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/pages.gplot delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/pages.png delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/pages_spps.png delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/request_001.001.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/request_001.001.gplot delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/request_001.001.png delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/requests.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/requests.gplot delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/requests.png delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/requests_rps.png delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/tests.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/tests.gplot delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/tests.png delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-000.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-001.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-002.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-003.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-004.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-005.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-006.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps-007.data delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps.gplot delete mode 100644 server-scalability/results/lynx/test_download-20171103T140149/time_rps.png (limited to 'server-scalability/results/lynx/test_download-20171103T140149') diff --git a/server-scalability/results/lynx/test_download-20171103T140149/funkload.css b/server-scalability/results/lynx/test_download-20171103T140149/funkload.css deleted file mode 100644 index fade443..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/funkload.css +++ /dev/null @@ -1,257 +0,0 @@ -/* funkload doc css */ -/* $Id: nuxeo_doc.css 21596 2005-02-15 10:01:33Z bdelbosc $ */ - -body { - font: 90% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; - background: #ffffff; - color: black; - margin: 2em; - padding: 2em; -} - -a[href] { - color: #436976; - background-color: transparent; -} - -h1 a[href] { - text-decoration: none; - color: #fcb100; - background-color: transparent; -} - -a.strong { - font-weight: bold; -} - -img { - margin: 0; - border: 0; -} - -p { - margin: 0.5em 0 1em 0; - line-height: 1.5em; -} -p a { - text-decoration: underline; -} -p a:visited { - color: purple; - background-color: transparent; -} -p a:active { - color: red; - background-color: transparent; -} -a:hover { - text-decoration: none; -} -p img { - border: 0; - margin: 0; -} - -h1, h2, h3, h4, h5, h6 { - color: #003a6b; - background-color: transparent; - font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; - margin: 0; - padding-top: 0.5em; -} - -h1 { - font-size: 160%; - margin-bottom: 0.5em; - border-bottom: 1px solid #888; - margin-top: 1em; -} - -h1.title { - font-size: 200%; -} - -h2 { - font-size: 140%; - margin-bottom: 0.5em; -} -h3 { - font-size: 120%; - margin-bottom: 0.5em; -} -h4 { - font-size: 110%; - font-weight: bold; -} -h5 { - font-size: 100%; - font-weight: bold; -} -h6 { - font-size: 80%; - font-weight: bold; -} - -ul a, ol a { - text-decoration: underline; -} - -dt { - font-weight: bold; -} -dt a { - text-decoration: none; -} - -dd { - line-height: 1.5em; - margin-bottom: 1em; -} - -legend { - background: #ffffff; - padding: 0.5em; -} - -form { - margin: 0; -} - - -dl.form { - margin: 0; - padding: 1em; -} - -dl.form dt { - width: 30%; - float: left; - margin: 0; - padding: 0 0.5em 0.5em 0; - text-align: right; -} - -input { - font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; - color: black; - background-color: white; - vertical-align: middle; -} - -abbr, acronym, .explain { - color: black; - background-color: transparent; -} - -q, blockquote { -} - -code, pre { - font-family: monospace; - font-size: 1.2em; - display: block; - padding: 10px; - border: 1px solid #838183; - background-color: #eee; - color: #000; - overflow: auto; - margin: 0.5em 1em; -} - -table.docutils { - border: 1px solid black; - font-size: 0.6em; - border-spacing: 0; - padding: 0; - margin: 1em; -} - -table.docutils td { - border: 1px solid #CCC; - text-align: right; - padding: 0 0.3em; - margin: 0; -} - -table.docutils tr { - padding: 0; - margin: 0; -} - -table.docutils th { - border: 1px solid #CCC; - border-bottom: 1px solid black; - padding: 0.3em; - font-weight: bold; - margin: 0; -} - -table.docutils td p, table.docutils th p { - margin: 0; - padding: 0; -} - -table.docutils th.field-name { - border: 1px solid #CCC; -} - -div.abstract { - padding: 0.5em; - background-color: #eef; - border: 1px solid #838183; - margin: 0.5em 1em; -} - -div.abstract { - padding: 0.5em; - background-color: #eef; - border: 1px solid #838183; - margin: 0.5em 1em; -} - -div.warning, div.note { - padding: 0.5em; - background-color: #fee; - border: 1px solid #838183; - margin: 0.5em 1em; -} - -div.warning p.admonition-title { - color: red ; - font-weight: bold ; -} - -div.abstract p.topic-title { - font-weight: bold -} - - -th.field-name { - font-weight: bold; - font-size: 1.5em; -} - -td.field-body { - font-size: 1.5em; -} - -tr.field { - border: none; -} - - -div.contents p.first a { - font-size: 150%; - border-bottom: 1px solid #888; - color: #fcb100; -} - -div.contents a { text-decoration: none } - -pre.address { - display: inline; - border: none; - padding: 0; - margin: 0; -} - diff --git a/server-scalability/results/lynx/test_download-20171103T140149/funkload.xml.zip b/server-scalability/results/lynx/test_download-20171103T140149/funkload.xml.zip deleted file mode 100644 index 9e1a433..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/funkload.xml.zip and /dev/null differ diff --git a/server-scalability/results/lynx/test_download-20171103T140149/index.html b/server-scalability/results/lynx/test_download-20171103T140149/index.html deleted file mode 100644 index ddc0334..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/index.html +++ /dev/null @@ -1,1010 +0,0 @@ - - - - - - -FunkLoad bench report - - - - -
-

FunkLoad bench report

- --- - - - -
Date:2017-11-03 14:01:49
-
-

Abstract

-

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

-
- -
-

1   Bench configuration

-
    -
  • Launched: 2017-11-03 14:01:49
  • -
  • From: lynx
  • -
  • 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.2
  • -
-
-
-

2   Bench content

-

The test Blobs.test_download contains:

-
    -
  • 1 page
  • -
  • 0 redirects
  • -
  • 0 links
  • -
  • 0 images
  • -
  • 0 XML-RPC calls
  • -
-

The bench contains:

-
    -
  • 73806 tests
  • -
  • 74024 pages
  • -
  • 74024 requests
  • -
-
-
-

3   Test stats

-

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

-
-tests.png - ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CUsSTPSTOTALSUCCESSERROR
25293.767881388130.00%
50289.200867686760.00%
75293.900881788170.00%
100286.233858785870.00%
125284.867854685460.00%
150340.16710205102050.00%
175322.467967496740.00%
200349.60010488104880.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
251.000Excellent293.800331.000881488140.00%0.0080.0680.2290.0510.0680.0860.092
501.000Excellent289.533316.000868686860.00%0.0060.1320.3610.0870.1310.1780.203
751.000Excellent294.167319.000882588250.00%0.0050.1790.5200.1050.1820.2430.262
1001.000Excellent286.967318.000860986090.00%0.0070.1870.5770.0540.1840.3180.354
1251.000Excellent286.267321.000858885880.00%0.0070.1640.6640.0420.1310.3340.388
1501.000Excellent343.367388.00010301103010.00%0.0050.2500.6830.1170.2600.3650.392
1750.996Excellent322.667420.000968096800.00%0.0070.3373.4860.0930.3160.5540.720
2001.000Excellent350.700396.00010521105210.00%0.0050.3571.2680.1830.3690.5050.548
-

* 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
251.000Excellent293.800331.000881488140.00%0.0080.0680.2290.0510.0680.0860.092
501.000Excellent289.533316.000868686860.00%0.0060.1320.3610.0870.1310.1780.203
751.000Excellent294.167319.000882588250.00%0.0050.1790.5200.1050.1820.2430.262
1001.000Excellent286.967318.000860986090.00%0.0070.1870.5770.0540.1840.3180.354
1251.000Excellent286.267321.000858885880.00%0.0070.1640.6640.0420.1310.3340.388
1501.000Excellent343.367388.00010301103010.00%0.0050.2500.6830.1170.2600.3650.392
1750.996Excellent322.667420.000968096800.00%0.0070.3373.4860.0930.3160.5540.720
2001.000Excellent350.700396.00010521105210.00%0.0050.3571.2680.1830.3690.5050.548
-

* Apdex 1.5

-
-
-
-

6   Slowest requests

-

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

-
    -
  • In page 001, Apdex rating: Excellent, avg response time: 0.36s, get: /blobs/0/361 -Download blob
  • -
-
-
-

7   Page detail stats

-
-

7.1   PAGE 001: Download blob

-
    -
  • Req: 001, get, url /blobs/0/3998

    -
    -request_001.001.png - --------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    CUsApdex*RatingTOTALSUCCESSERRORMINAVGMAXP10MEDP90P95
    251.000Excellent881488140.00%0.0080.0680.2290.0510.0680.0860.092
    501.000Excellent868686860.00%0.0060.1320.3610.0870.1310.1780.203
    751.000Excellent882588250.00%0.0050.1790.5200.1050.1820.2430.262
    1001.000Excellent860986090.00%0.0070.1870.5770.0540.1840.3180.354
    1251.000Excellent858885880.00%0.0070.1640.6640.0420.1310.3340.388
    1501.000Excellent10301103010.00%0.0050.2500.6830.1170.2600.3650.392
    1750.996Excellent968096800.00%0.0070.3373.4860.0930.3160.5540.720
    2001.000Excellent10521105210.00%0.0050.3571.2680.1830.3690.5050.548
    -

    * 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.2, more information available on the FunkLoad site.

-
-
- - - diff --git a/server-scalability/results/lynx/test_download-20171103T140149/index.rst b/server-scalability/results/lynx/test_download-20171103T140149/index.rst deleted file mode 100644 index 87e7c83..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/index.rst +++ /dev/null @@ -1,209 +0,0 @@ -====================== -FunkLoad_ bench report -====================== - - -:date: 2017-11-03 14:01:49 -: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-03 14:01:49 -* From: lynx -* 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.2 - - -Bench content -------------- - -The test ``Blobs.test_download`` contains: - -* 1 page -* 0 redirects -* 0 links -* 0 images -* 0 XML-RPC calls - -The bench contains: - -* 73806 tests -* 74024 pages -* 74024 requests - - -Test stats ----------- - -The number of Successful **Tests** Per Second (STPS) over Concurrent Users (CUs). - - .. image:: tests.png - - ================== ================== ================== ================== ================== - CUs STPS TOTAL SUCCESS ERROR - ================== ================== ================== ================== ================== - 25 293.767 8813 8813 0.00% - 50 289.200 8676 8676 0.00% - 75 293.900 8817 8817 0.00% - 100 286.233 8587 8587 0.00% - 125 284.867 8546 8546 0.00% - 150 340.167 10205 10205 0.00% - 175 322.467 9674 9674 0.00% - 200 349.600 10488 10488 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 1.000 Excellent 293.800 331.000 8814 8814 0.00% 0.008 0.068 0.229 0.051 0.068 0.086 0.092 - 50 1.000 Excellent 289.533 316.000 8686 8686 0.00% 0.006 0.132 0.361 0.087 0.131 0.178 0.203 - 75 1.000 Excellent 294.167 319.000 8825 8825 0.00% 0.005 0.179 0.520 0.105 0.182 0.243 0.262 - 100 1.000 Excellent 286.967 318.000 8609 8609 0.00% 0.007 0.187 0.577 0.054 0.184 0.318 0.354 - 125 1.000 Excellent 286.267 321.000 8588 8588 0.00% 0.007 0.164 0.664 0.042 0.131 0.334 0.388 - 150 1.000 Excellent 343.367 388.000 10301 10301 0.00% 0.005 0.250 0.683 0.117 0.260 0.365 0.392 - 175 0.996 Excellent 322.667 420.000 9680 9680 0.00% 0.007 0.337 3.486 0.093 0.316 0.554 0.720 - 200 1.000 Excellent 350.700 396.000 10521 10521 0.00% 0.005 0.357 1.268 0.183 0.369 0.505 0.548 - ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== - - \* 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 1.000 Excellent 293.800 331.000 8814 8814 0.00% 0.008 0.068 0.229 0.051 0.068 0.086 0.092 - 50 1.000 Excellent 289.533 316.000 8686 8686 0.00% 0.006 0.132 0.361 0.087 0.131 0.178 0.203 - 75 1.000 Excellent 294.167 319.000 8825 8825 0.00% 0.005 0.179 0.520 0.105 0.182 0.243 0.262 - 100 1.000 Excellent 286.967 318.000 8609 8609 0.00% 0.007 0.187 0.577 0.054 0.184 0.318 0.354 - 125 1.000 Excellent 286.267 321.000 8588 8588 0.00% 0.007 0.164 0.664 0.042 0.131 0.334 0.388 - 150 1.000 Excellent 343.367 388.000 10301 10301 0.00% 0.005 0.250 0.683 0.117 0.260 0.365 0.392 - 175 0.996 Excellent 322.667 420.000 9680 9680 0.00% 0.007 0.337 3.486 0.093 0.316 0.554 0.720 - 200 1.000 Excellent 350.700 396.000 10521 10521 0.00% 0.005 0.357 1.268 0.183 0.369 0.505 0.548 - ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== - - \* Apdex |APDEXT| - -Slowest requests ----------------- - -The 5 slowest average response time during the best cycle with **200** CUs: - -* In page 001, Apdex rating: Excellent, avg response time: 0.36s, get: ``/blobs/0/361`` - `Download blob` - -Page detail stats ------------------ - - -PAGE 001: Download blob -~~~~~~~~~~~~~~~~~~~~~~~ - -* Req: 001, get, url ``/blobs/0/3998`` - - .. image:: request_001.001.png - - ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== - CUs Apdex* Rating TOTAL SUCCESS ERROR MIN AVG MAX P10 MED P90 P95 - ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== - 25 1.000 Excellent 8814 8814 0.00% 0.008 0.068 0.229 0.051 0.068 0.086 0.092 - 50 1.000 Excellent 8686 8686 0.00% 0.006 0.132 0.361 0.087 0.131 0.178 0.203 - 75 1.000 Excellent 8825 8825 0.00% 0.005 0.179 0.520 0.105 0.182 0.243 0.262 - 100 1.000 Excellent 8609 8609 0.00% 0.007 0.187 0.577 0.054 0.184 0.318 0.354 - 125 1.000 Excellent 8588 8588 0.00% 0.007 0.164 0.664 0.042 0.131 0.334 0.388 - 150 1.000 Excellent 10301 10301 0.00% 0.005 0.250 0.683 0.117 0.260 0.365 0.392 - 175 0.996 Excellent 9680 9680 0.00% 0.007 0.337 3.486 0.093 0.316 0.554 0.720 - 200 1.000 Excellent 10521 10521 0.00% 0.005 0.357 1.268 0.183 0.369 0.505 0.548 - ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== ================== - - \* Apdex |APDEXT| - -Definitions ------------ - -* CUs: Concurrent users or number of concurrent threads executing tests. -* Request: a single GET/POST/redirect/XML-RPC request. -* Page: a request with redirects and resource links (image, css, js) for an HTML page. -* STPS: Successful tests per second. -* SPPS: Successful pages per second. -* RPS: Requests per second, successful or not. -* maxSPPS: Maximum SPPS during the cycle. -* maxRPS: Maximum RPS during the cycle. -* MIN: Minimum response time for a page or request. -* AVG: Average response time for a page or request. -* MAX: Maximmum response time for a page or request. -* P10: 10th percentile, response time where 10 percent of pages or requests are delivered. -* MED: Median or 50th percentile, response time where half of pages or requests are delivered. -* P90: 90th percentile, response time where 90 percent of pages or requests are delivered. -* P95: 95th percentile, response time where 95 percent of pages or requests are delivered. -* Apdex T: Application Performance Index, - this is a numerical measure of user satisfaction, it is based - on three zones of application responsiveness: - - - Satisfied: The user is fully productive. This represents the - time value (T seconds) below which users are not impeded by - application response time. - - - Tolerating: The user notices performance lagging within - responses greater than T, but continues the process. - - - Frustrated: Performance with a response time greater than 4*T - seconds is unacceptable, and users may abandon the process. - - By default T is set to 1.5s. This means that response time between 0 - and 1.5s the user is fully productive, between 1.5 and 6s the - responsivness is tolerable and above 6s the user is frustrated. - - The Apdex score converts many measurements into one number on a - uniform scale of 0-to-1 (0 = no users satisfied, 1 = all users - satisfied). - - Visit http://www.apdex.org/ for more information. -* Rating: To ease interpretation, the Apdex score is also represented - as a rating: - - - U for UNACCEPTABLE represented in gray for a score between 0 and 0.5 - - - P for POOR represented in red for a score between 0.5 and 0.7 - - - F for FAIR represented in yellow for a score between 0.7 and 0.85 - - - G for Good represented in green for a score between 0.85 and 0.94 - - - E for Excellent represented in blue for a score between 0.94 and 1. - - -Report generated with FunkLoad_ 1.17.2, more information available on the `FunkLoad site `_. \ No newline at end of file diff --git a/server-scalability/results/lynx/test_download-20171103T140149/pages.data b/server-scalability/results/lynx/test_download-20171103T140149/pages.data deleted file mode 100644 index c75a185..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/pages.data +++ /dev/null @@ -1,9 +0,0 @@ -CUs SPPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX E G F P U -25 293.8 0 0.00848197937012 0.0684649816629 0.228530883789 0.0509028434753 0.0684452056885 0.0864150524139 0.092169046402 1.0 1.0 0 0 0 0 -50 289.533333333 0 0.00596904754639 0.132306068552 0.361140966415 0.0873157978058 0.130702972412 0.177942037582 0.202878952026 1.0 1.0 0 0 0 0 -75 294.166666667 0 0.00490999221802 0.178563187548 0.520206928253 0.105035066605 0.182111978531 0.24315404892 0.261893987656 1.0 1.0 0 0 0 0 -100 286.966666667 0 0.00745487213135 0.186875279294 0.576581001282 0.054172039032 0.184084892273 0.317518949509 0.354212999344 1.0 1.0 0 0 0 0 -125 286.266666667 0 0.00689101219177 0.1638394743 0.664016962051 0.0420460700989 0.130633831024 0.333769083023 0.38760304451 1.0 1.0 0 0 0 0 -150 343.366666667 0 0.0045051574707 0.25008171316 0.683430194855 0.117365121841 0.259644985199 0.36485004425 0.391907930374 1.0 1.0 0 0 0 0 -175 322.666666667 0 0.00662302970886 0.337368328808 3.48613500595 0.0932738780975 0.316404104233 0.553519010544 0.719835996628 0.996384297521 0.996384297521 0 0 0 0 -200 350.7 0 0.00523519515991 0.356567357455 1.268045187 0.182991027832 0.368567943573 0.50453209877 0.547735929489 1.0 1.0 0 0 0 0 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/pages.gplot b/server-scalability/results/lynx/test_download-20171103T140149/pages.gplot deleted file mode 100644 index bb08a4e..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/pages.gplot +++ /dev/null @@ -1,41 +0,0 @@ -set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/pages_spps.png" -set title "Successful Pages Per Second" -set ylabel "Pages Per Second" -set grid back -set xrange [0:201] -set terminal png size 640,540 -set format x "" -set multiplot -unset title -unset xlabel -set bmargin 0 -set lmargin 8 -set rmargin 9.5 -set key inside top -set size 1, 0.6 -set origin 0, 0.4 -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/pages.data" u 1:2 w linespoints lw 2 lt 2 t "SPPS" -set boxwidth 0.8 -set style fill solid .7 -set ylabel "Apdex 1.5" -set yrange [0:1] -set key outside top -set size 1.0, 0.4 -set bmargin 3 -set format x "% g" -set xlabel "Concurrent Users" -set origin 0.0, 0.0 -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/pages.data" u 1:12 w boxes lw 2 lt rgb "#99CDFF" t "E", "" u 1:13 w boxes lw 2 lt rgb "#00FF01" t "G", "" u 1:14 w boxes lw 2 lt rgb "#FFFF00" t "F", "" u 1:15 w boxes lw 2 lt rgb "#FF7C81" t "P", "" u 1:16 w boxes lw 2 lt rgb "#C0C0C0" t "U" -unset boxwidth -set key inside top -unset yrange -set autoscale y -unset multiplot -set size 1.0, 1.0 -unset rmargin -set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/pages.png" -set title "Pages Response time" -set ylabel "Duration (s)" -set bars 5.0 -set style fill solid .25 -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/pages.data" u 1:8:8:10:9 t "med/p90/p95" w candlesticks lt 1 lw 1 whiskerbars 0.5, "" u 1:7:4:8:8 w candlesticks lt 2 lw 1 t "min/p10/med" whiskerbars 0.5, "" u 1:5 t "avg" w lines lt 3 lw 2 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/pages.png b/server-scalability/results/lynx/test_download-20171103T140149/pages.png deleted file mode 100644 index abb1dc1..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/pages.png and /dev/null differ diff --git a/server-scalability/results/lynx/test_download-20171103T140149/pages_spps.png b/server-scalability/results/lynx/test_download-20171103T140149/pages_spps.png deleted file mode 100644 index 7c649ef..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/pages_spps.png and /dev/null differ diff --git a/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.data b/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.data deleted file mode 100644 index f572043..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.data +++ /dev/null @@ -1,9 +0,0 @@ -CUs STEP ERROR MIN AVG MAX P10 P50 P90 P95 APDEX -25 001.001 0 0.00848197937012 0.0684649816629 0.228530883789 0.0509028434753 0.0684452056885 0.0864150524139 0.092169046402 1.0 -50 001.001 0 0.00596904754639 0.132306068552 0.361140966415 0.0873157978058 0.130702972412 0.177942037582 0.202878952026 1.0 -75 001.001 0 0.00490999221802 0.178563187548 0.520206928253 0.105035066605 0.182111978531 0.24315404892 0.261893987656 1.0 -100 001.001 0 0.00745487213135 0.186875279294 0.576581001282 0.054172039032 0.184084892273 0.317518949509 0.354212999344 1.0 -125 001.001 0 0.00689101219177 0.1638394743 0.664016962051 0.0420460700989 0.130633831024 0.333769083023 0.38760304451 1.0 -150 001.001 0 0.0045051574707 0.25008171316 0.683430194855 0.117365121841 0.259644985199 0.36485004425 0.391907930374 1.0 -175 001.001 0 0.00662302970886 0.337368328808 3.48613500595 0.0932738780975 0.316404104233 0.553519010544 0.719835996628 0.996384297521 -200 001.001 0 0.00523519515991 0.356567357455 1.268045187 0.182991027832 0.368567943573 0.50453209877 0.547735929489 1.0 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.gplot b/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.gplot deleted file mode 100644 index c3f75af..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.gplot +++ /dev/null @@ -1,11 +0,0 @@ -set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/request_001.001.png" -set terminal png size 640,540 -set grid -set bars 5.0 -set title "Request 001.001 Response time" -set xlabel "Concurrent Users" -set ylabel "Duration (s)" -set grid back -set style fill solid .25 -set xrange [0:201] -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/request_001.001.data" u 1:8:8:10:9 t "med/p90/p95" w candlesticks lt 1 lw 1 whiskerbars 0.5, "" u 1:7:4:8:8 w candlesticks lt 2 lw 1 t "min/p10/med" whiskerbars 0.5, "" u 1:5 t "avg" w lines lt 3 lw 2 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.png b/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.png deleted file mode 100644 index 6342d8d..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/request_001.001.png and /dev/null differ diff --git a/server-scalability/results/lynx/test_download-20171103T140149/requests.data b/server-scalability/results/lynx/test_download-20171103T140149/requests.data deleted file mode 100644 index 070df8e..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/requests.data +++ /dev/null @@ -1,9 +0,0 @@ -CUs RPS ERROR MIN AVG MAX P10 P50 P90 P95 APDEX -25 293.8 0 0.00848197937012 0.0684649816629 0.228530883789 0.0509028434753 0.0684452056885 0.0864150524139 0.092169046402 1.0 -50 289.533333333 0 0.00596904754639 0.132306068552 0.361140966415 0.0873157978058 0.130702972412 0.177942037582 0.202878952026 1.0 -75 294.166666667 0 0.00490999221802 0.178563187548 0.520206928253 0.105035066605 0.182111978531 0.24315404892 0.261893987656 1.0 -100 286.966666667 0 0.00745487213135 0.186875279294 0.576581001282 0.054172039032 0.184084892273 0.317518949509 0.354212999344 1.0 -125 286.266666667 0 0.00689101219177 0.1638394743 0.664016962051 0.0420460700989 0.130633831024 0.333769083023 0.38760304451 1.0 -150 343.366666667 0 0.0045051574707 0.25008171316 0.683430194855 0.117365121841 0.259644985199 0.36485004425 0.391907930374 1.0 -175 322.666666667 0 0.00662302970886 0.337368328808 3.48613500595 0.0932738780975 0.316404104233 0.553519010544 0.719835996628 0.996384297521 -200 350.7 0 0.00523519515991 0.356567357455 1.268045187 0.182991027832 0.368567943573 0.50453209877 0.547735929489 1.0 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/requests.gplot b/server-scalability/results/lynx/test_download-20171103T140149/requests.gplot deleted file mode 100644 index 48d1b45..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/requests.gplot +++ /dev/null @@ -1,15 +0,0 @@ -set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/requests_rps.png" -set title "Requests Per Second" -set xlabel "Concurrent Users" -set ylabel "Requests Per Second" -set grid -set xrange [0:201] -set terminal png size 640,540 -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/requests.data" u 1:2 w linespoints lw 2 lt 2 t "RPS" -set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/requests.png" -set title "Requests Response time" -set ylabel "Duration (s)" -set bars 5.0 -set grid back -set style fill solid .25 -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/requests.data" u 1:8:8:10:9 t "med/p90/p95" w candlesticks lt 1 lw 1 whiskerbars 0.5, "" u 1:7:4:8:8 w candlesticks lt 2 lw 1 t "min/p10/med" whiskerbars 0.5, "" u 1:5 t "avg" w lines lt 3 lw 2 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/requests.png b/server-scalability/results/lynx/test_download-20171103T140149/requests.png deleted file mode 100644 index 0a98a57..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/requests.png and /dev/null differ diff --git a/server-scalability/results/lynx/test_download-20171103T140149/requests_rps.png b/server-scalability/results/lynx/test_download-20171103T140149/requests_rps.png deleted file mode 100644 index 3aad6b1..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/requests_rps.png and /dev/null differ diff --git a/server-scalability/results/lynx/test_download-20171103T140149/tests.data b/server-scalability/results/lynx/test_download-20171103T140149/tests.data deleted file mode 100644 index 56f6c7d..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/tests.data +++ /dev/null @@ -1,9 +0,0 @@ -CUs STPS ERROR -25 293.766666667 0 -50 289.2 0 -75 293.9 0 -100 286.233333333 0 -125 284.866666667 0 -150 340.166666667 0 -175 322.466666667 0 -200 349.6 0 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/tests.gplot b/server-scalability/results/lynx/test_download-20171103T140149/tests.gplot deleted file mode 100644 index d56bdb9..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/tests.gplot +++ /dev/null @@ -1,8 +0,0 @@ -set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/tests.png" -set title "Successful Tests Per Second" -set terminal png size 640,540 -set xlabel "Concurrent Users" -set ylabel "Test/s" -set grid back -set xrange [0:201] -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/tests.data" u 1:2 w linespoints lw 2 lt 2 t "STPS" diff --git a/server-scalability/results/lynx/test_download-20171103T140149/tests.png b/server-scalability/results/lynx/test_download-20171103T140149/tests.png deleted file mode 100644 index 4dc9a03..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/tests.png and /dev/null differ diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-000.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-000.data deleted file mode 100644 index 98b711b..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-000.data +++ /dev/null @@ -1,32 +0,0 @@ -Timeline RPS -1509717710 246 -1509717711 288 -1509717712 293 -1509717713 288 -1509717714 293 -1509717715 288 -1509717716 285 -1509717717 288 -1509717718 322 -1509717719 331 -1509717720 316 -1509717721 281 -1509717722 277 -1509717723 284 -1509717724 300 -1509717725 298 -1509717726 290 -1509717727 289 -1509717728 297 -1509717729 293 -1509717730 291 -1509717731 286 -1509717732 295 -1509717733 291 -1509717734 292 -1509717735 296 -1509717736 287 -1509717737 293 -1509717738 287 -1509717739 293 -1509717740 56 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-001.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-001.data deleted file mode 100644 index 4271397..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-001.data +++ /dev/null @@ -1,33 +0,0 @@ -Timeline RPS -1509717742 12 -1509717743 214 -1509717744 244 -1509717745 279 -1509717746 259 -1509717747 305 -1509717748 239 -1509717749 277 -1509717750 297 -1509717751 302 -1509717752 299 -1509717753 292 -1509717754 303 -1509717755 302 -1509717756 297 -1509717757 316 -1509717758 302 -1509717759 302 -1509717760 297 -1509717761 296 -1509717762 295 -1509717763 293 -1509717764 302 -1509717765 289 -1509717766 287 -1509717767 292 -1509717768 285 -1509717769 306 -1509717770 292 -1509717771 301 -1509717772 289 -1509717773 21 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-002.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-002.data deleted file mode 100644 index 3924bb5..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-002.data +++ /dev/null @@ -1,33 +0,0 @@ -Timeline RPS -1509717779 5 -1509717780 271 -1509717781 294 -1509717782 299 -1509717783 307 -1509717784 291 -1509717785 319 -1509717786 294 -1509717787 306 -1509717788 280 -1509717789 298 -1509717790 297 -1509717791 296 -1509717792 305 -1509717793 292 -1509717794 305 -1509717795 285 -1509717796 284 -1509717797 301 -1509717798 298 -1509717799 280 -1509717800 294 -1509717801 277 -1509717802 291 -1509717803 288 -1509717804 281 -1509717805 292 -1509717806 283 -1509717807 290 -1509717808 291 -1509717809 300 -1509717810 31 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-003.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-003.data deleted file mode 100644 index fa11b73..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-003.data +++ /dev/null @@ -1,33 +0,0 @@ -Timeline RPS -1509717821 53 -1509717822 273 -1509717823 288 -1509717824 253 -1509717825 318 -1509717826 293 -1509717827 286 -1509717828 289 -1509717829 290 -1509717830 292 -1509717831 285 -1509717832 269 -1509717833 282 -1509717834 285 -1509717835 272 -1509717836 277 -1509717837 278 -1509717838 293 -1509717839 293 -1509717840 288 -1509717841 272 -1509717842 287 -1509717843 292 -1509717844 277 -1509717845 277 -1509717846 292 -1509717847 276 -1509717848 306 -1509717849 294 -1509717850 299 -1509717851 275 -1509717852 5 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-004.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-004.data deleted file mode 100644 index d147092..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-004.data +++ /dev/null @@ -1,33 +0,0 @@ -Timeline RPS -1509717868 23 -1509717869 255 -1509717870 321 -1509717871 318 -1509717872 261 -1509717873 279 -1509717874 280 -1509717875 300 -1509717876 272 -1509717877 276 -1509717878 281 -1509717879 283 -1509717880 302 -1509717881 286 -1509717882 278 -1509717883 265 -1509717884 278 -1509717885 285 -1509717886 258 -1509717887 275 -1509717888 303 -1509717889 311 -1509717890 295 -1509717891 280 -1509717892 280 -1509717893 266 -1509717894 317 -1509717895 277 -1509717896 284 -1509717897 264 -1509717898 289 -1509717899 46 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-005.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-005.data deleted file mode 100644 index 47ed38a..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-005.data +++ /dev/null @@ -1,32 +0,0 @@ -Timeline RPS -1509717923 216 -1509717924 388 -1509717925 341 -1509717926 339 -1509717927 279 -1509717928 345 -1509717929 288 -1509717930 356 -1509717931 317 -1509717932 377 -1509717933 325 -1509717934 353 -1509717935 338 -1509717936 348 -1509717937 372 -1509717938 319 -1509717939 386 -1509717940 351 -1509717941 331 -1509717942 364 -1509717943 370 -1509717944 322 -1509717945 361 -1509717946 345 -1509717947 330 -1509717948 291 -1509717949 379 -1509717950 306 -1509717951 349 -1509717952 308 -1509717953 207 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-006.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-006.data deleted file mode 100644 index 059c86e..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-006.data +++ /dev/null @@ -1,34 +0,0 @@ -Timeline RPS -1509717981 10 -1509717982 70 -1509717983 272 -1509717984 308 -1509717985 355 -1509717986 329 -1509717987 326 -1509717988 307 -1509717989 320 -1509717990 381 -1509717991 321 -1509717992 420 -1509717993 207 -1509717994 221 -1509717995 226 -1509717996 216 -1509717997 375 -1509717998 291 -1509717999 345 -1509718000 362 -1509718001 315 -1509718002 362 -1509718003 354 -1509718004 281 -1509718005 409 -1509718006 273 -1509718007 359 -1509718008 337 -1509718009 314 -1509718010 346 -1509718011 387 -1509718012 270 -1509718013 11 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-007.data b/server-scalability/results/lynx/test_download-20171103T140149/time_rps-007.data deleted file mode 100644 index d05e55f..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps-007.data +++ /dev/null @@ -1,33 +0,0 @@ -Timeline RPS -1509718057 102 -1509718058 296 -1509718059 371 -1509718060 333 -1509718061 353 -1509718062 351 -1509718063 396 -1509718064 336 -1509718065 342 -1509718066 326 -1509718067 367 -1509718068 350 -1509718069 357 -1509718070 368 -1509718071 321 -1509718072 353 -1509718073 312 -1509718074 378 -1509718075 350 -1509718076 379 -1509718077 311 -1509718078 378 -1509718079 338 -1509718080 373 -1509718081 313 -1509718082 349 -1509718083 314 -1509718084 369 -1509718085 360 -1509718086 343 -1509718087 323 -1509718088 9 diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps.gplot b/server-scalability/results/lynx/test_download-20171103T140149/time_rps.gplot deleted file mode 100644 index 31c9d9d..0000000 --- a/server-scalability/results/lynx/test_download-20171103T140149/time_rps.gplot +++ /dev/null @@ -1,26 +0,0 @@ -set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/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:525] -set terminal png size 640,540 -plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-000.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-000.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#000000" t "25 CUs", \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-001.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-001.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#0000FF" t "50 CUs", \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-002.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-002.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#00FA9A" t "75 CUs", \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-003.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-003.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#191970" t "100 CUs", \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-004.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-004.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#8B008B" t "125 CUs", \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-005.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-005.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#FF00FF" t "150 CUs", \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-006.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-006.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#FFD700" t "175 CUs", \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-007.data" u ($1):($2) w linespoints smooth sbezier lw 1 lt 2 lc rgbcolor "#696969" notitle, \ -"/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T140149/time_rps-007.data" u ($1):($2) w linespoints lw 1 lt 2 lc rgbcolor "#0000CD" t "200 CUs" diff --git a/server-scalability/results/lynx/test_download-20171103T140149/time_rps.png b/server-scalability/results/lynx/test_download-20171103T140149/time_rps.png deleted file mode 100644 index b679102..0000000 Binary files a/server-scalability/results/lynx/test_download-20171103T140149/time_rps.png and /dev/null differ -- cgit v1.2.3