From c8a6d44d0cd39c2dc658b28056fe9782006e6e06 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 23 Mar 2017 16:20:05 +0800 Subject: [PATCH] Cleanup `docs` folder - move legacy document to `/legacy/docs` - move proposals to `docs/proposal` - remove unused `.gitkeep` files Change-Id: I1ad83ae98b7a6b3bb1738ced9b1f0d22c9c296b6 Signed-off-by: Yujun Zhang --- .../developer/design => proposal}/dashboard.rst | 0 .../integration_with_yardstick.rst | 0 docs/testing/.gitkeep | 0 docs/testing/developer/design/compute_QPI.rst | 69 ---------------------- docs/testing/user/.gitkeep | 0 docs/testing/user/installation/.gitkeep | 0 docs/testing/user/scenarios/.gitkeep | 0 .../user/userguide => legacy/docs}/_01-compute.rst | 0 .../user/userguide => legacy/docs}/_02-network.rst | 0 .../user/userguide => legacy/docs}/_03-storage.rst | 0 .../docs}/_testcase_description.rst | 0 .../user/userguide => legacy/docs}/annex.rst | 0 .../docs}/apidocs/qtip_restful_api.rst | 0 .../userguide => legacy/docs}/benchmark-suites.rst | 0 .../design/apidocs => legacy/docs}/index.rst | 0 .../userguide => legacy/docs}/introduction.rst | 0 16 files changed, 69 deletions(-) rename docs/{testing/developer/design => proposal}/dashboard.rst (100%) rename docs/{testing/developer/design => proposal}/integration_with_yardstick.rst (100%) delete mode 100644 docs/testing/.gitkeep delete mode 100644 docs/testing/developer/design/compute_QPI.rst delete mode 100644 docs/testing/user/.gitkeep delete mode 100644 docs/testing/user/installation/.gitkeep delete mode 100644 docs/testing/user/scenarios/.gitkeep rename {docs/testing/user/userguide => legacy/docs}/_01-compute.rst (100%) rename {docs/testing/user/userguide => legacy/docs}/_02-network.rst (100%) rename {docs/testing/user/userguide => legacy/docs}/_03-storage.rst (100%) rename {docs/testing/user/userguide => legacy/docs}/_testcase_description.rst (100%) rename {docs/testing/user/userguide => legacy/docs}/annex.rst (100%) rename {docs/testing/developer/design => legacy/docs}/apidocs/qtip_restful_api.rst (100%) rename {docs/testing/user/userguide => legacy/docs}/benchmark-suites.rst (100%) rename {docs/testing/developer/design/apidocs => legacy/docs}/index.rst (100%) rename {docs/testing/user/userguide => legacy/docs}/introduction.rst (100%) diff --git a/docs/testing/developer/design/dashboard.rst b/docs/proposal/dashboard.rst similarity index 100% rename from docs/testing/developer/design/dashboard.rst rename to docs/proposal/dashboard.rst diff --git a/docs/testing/developer/design/integration_with_yardstick.rst b/docs/proposal/integration_with_yardstick.rst similarity index 100% rename from docs/testing/developer/design/integration_with_yardstick.rst rename to docs/proposal/integration_with_yardstick.rst diff --git a/docs/testing/.gitkeep b/docs/testing/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/testing/developer/design/compute_QPI.rst b/docs/testing/developer/design/compute_QPI.rst deleted file mode 100644 index 2e5aa87c..00000000 --- a/docs/testing/developer/design/compute_QPI.rst +++ /dev/null @@ -1,69 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2016 ZTE Corp. - - -*********** -Compute QPI -*********** - -The compute QPI gives user an overall score for system compute performace. - -Summary -======= - -The compute QPI are calibrated a ZTE `E9000 `_ server as a baseline with score of 2500 points. -Higher scores are better, with double the score indicating double the performance. -The compute QPI provides three different kinds of scores: - -* Workload Scores -* Section Scores -* Compute QPI Scores - -Baseline -======== - -ZTE E9000 server with an 2 Deca core Intel Xeon CPU processor,128560.0MB Memory. - -Workload Scores -=============== - -Each time a workload is executed QTIP calculates a score based on the computer's performance -compared to the baseline performance. - -Section Scores -============== - -QTIP uses a number of different tests, or workloads, to measure performance. -The workloads are divided into five different sections: - -+-----------------+--------------------------------------------------------------+------------------------------------------+ -| Section | Detail | Indication | -+=================+==============================================================+==========================================+ -| Integer | Integer workloads measure the integer instruction performace | All app relies on integer | -| | of host or vm by performing Dhrystone test. | performance | -+-----------------+--------------------------------------------------------------+------------------------------------------+ -| Floating point | Floating point workloads measure the floating pointperfo | Floating point performance is especially | -| | rmance by performing Whetstone test. | important in video games,digital content | -| | | creation applications. | -+-----------------+--------------------------------------------------------------+------------------------------------------+ -| Memory | Memory workloads measure memory bandwidth by performing | Software working with cipher large | -| | RamSpeed test. | amounts data relies on SSL Performace. | -+-----------------+--------------------------------------------------------------+------------------------------------------+ -| DPI | DPI workloads measure deep-packet inspection speed by | Software working with network packet | -| | performing nDPI test. | anlysis relies on DPI performance. | -+-----------------+--------------------------------------------------------------+------------------------------------------+ -| SSL | SSL Performance workloads measure cipher speeds by | Software working with cipher large | -| | using the OpenSSL tool. | amounts data relies on SSL Performace | -+-----------------+--------------------------------------------------------------+------------------------------------------+ - -A section score is the `geometric mean `_ of all the workload scores for workloads -that are part of the section. These scores are useful for determining the performance of -the computer in a particular area. - -Compute QPI Scores -================== - -The compute QPI score is the `weighted arithmetic mean `_ of the five section scores. -The compute QPI score provides a way to quickly compare performance across different -computers and different platforms without getting bogged down in details. diff --git a/docs/testing/user/.gitkeep b/docs/testing/user/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/testing/user/installation/.gitkeep b/docs/testing/user/installation/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/testing/user/scenarios/.gitkeep b/docs/testing/user/scenarios/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/testing/user/userguide/_01-compute.rst b/legacy/docs/_01-compute.rst similarity index 100% rename from docs/testing/user/userguide/_01-compute.rst rename to legacy/docs/_01-compute.rst diff --git a/docs/testing/user/userguide/_02-network.rst b/legacy/docs/_02-network.rst similarity index 100% rename from docs/testing/user/userguide/_02-network.rst rename to legacy/docs/_02-network.rst diff --git a/docs/testing/user/userguide/_03-storage.rst b/legacy/docs/_03-storage.rst similarity index 100% rename from docs/testing/user/userguide/_03-storage.rst rename to legacy/docs/_03-storage.rst diff --git a/docs/testing/user/userguide/_testcase_description.rst b/legacy/docs/_testcase_description.rst similarity index 100% rename from docs/testing/user/userguide/_testcase_description.rst rename to legacy/docs/_testcase_description.rst diff --git a/docs/testing/user/userguide/annex.rst b/legacy/docs/annex.rst similarity index 100% rename from docs/testing/user/userguide/annex.rst rename to legacy/docs/annex.rst diff --git a/docs/testing/developer/design/apidocs/qtip_restful_api.rst b/legacy/docs/apidocs/qtip_restful_api.rst similarity index 100% rename from docs/testing/developer/design/apidocs/qtip_restful_api.rst rename to legacy/docs/apidocs/qtip_restful_api.rst diff --git a/docs/testing/user/userguide/benchmark-suites.rst b/legacy/docs/benchmark-suites.rst similarity index 100% rename from docs/testing/user/userguide/benchmark-suites.rst rename to legacy/docs/benchmark-suites.rst diff --git a/docs/testing/developer/design/apidocs/index.rst b/legacy/docs/index.rst similarity index 100% rename from docs/testing/developer/design/apidocs/index.rst rename to legacy/docs/index.rst diff --git a/docs/testing/user/userguide/introduction.rst b/legacy/docs/introduction.rst similarity index 100% rename from docs/testing/user/userguide/introduction.rst rename to legacy/docs/introduction.rst -- 2.16.6