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 --- server-scalability/results/README.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 server-scalability/results/README.txt (limited to 'server-scalability/results/README.txt') diff --git a/server-scalability/results/README.txt b/server-scalability/results/README.txt new file mode 100644 index 0000000..29d7f0e --- /dev/null +++ b/server-scalability/results/README.txt @@ -0,0 +1,30 @@ +Tests Scenarios and Results +=========================== + +This folder contains some results for Blobs Server Scalability Tests. + +Scenarios +--------- + +The test results that are currently in this folder were run in the following +scenario: + +- client download bandwidth: 150 Mb/s +- client upload bandwidth: 150 Mb/s +- server: giraffe.cdev.bitmask.net + +Three blob sizes were used (1KB, 10KB, 100KB) and the results for each size can +be found in each of the subdirectories of this folder. + +The information above is related to the following folders: + +. +├── 100k +│   ├── test_download-20171101T183840 +│   └── test_upload-20171101T183258 +├── 10k +│   ├── test_download-20171101T173739 +│   └── test_upload-20171101T173213 +└── 1k +    ├── test_download-20171101T171926 +    └── test_upload-20171101T171410 -- cgit v1.2.3