diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/apidocs/qtip_restful_api.rst | 2 | ||||
-rw-r--r-- | docs/designspec/dashboard.rst | 16 | ||||
-rw-r--r-- | docs/userguide/introduction.rst | 2 |
3 files changed, 18 insertions, 2 deletions
diff --git a/docs/apidocs/qtip_restful_api.rst b/docs/apidocs/qtip_restful_api.rst index 3f3297d5..06c01292 100644 --- a/docs/apidocs/qtip_restful_api.rst +++ b/docs/apidocs/qtip_restful_api.rst @@ -7,4 +7,4 @@ Qtip restful api **************** -You can get all the Qtip restful api by http://qtip_server_ip:5000/api/spec.html. +You can get all the Qtip restful api by http://restful_api.qtip.openzero.net/api/spec.html. diff --git a/docs/designspec/dashboard.rst b/docs/designspec/dashboard.rst index 555b3a24..60c4720d 100644 --- a/docs/designspec/dashboard.rst +++ b/docs/designspec/dashboard.rst @@ -133,3 +133,19 @@ A draft design is as following:: | HIDE COMMON| +------------+ +Time line +--------- + +Time line diagram for analysis of time critical performance test:: + + +-----------------+-----------+-------------+-------------+-----+ + | | | | | | + +-----------------> | | | | + | +-----------> | | | + | ? ms +-------------> | | + | ? ms +------------>+ | + | ? ms ? ms | + | | + +---------------------------------------------------------------+ + +The time cost between checkpoints shall be displayed in the diagram. diff --git a/docs/userguide/introduction.rst b/docs/userguide/introduction.rst index d0d9f3c1..6b309988 100644 --- a/docs/userguide/introduction.rst +++ b/docs/userguide/introduction.rst @@ -378,4 +378,4 @@ Stop running QTIP job by restful api.The job will finish the current benchmark t Results: -------- -QTIP generates results in the `results/` directory are listed down under the particularly benchmark name. So all the results for dhrystone would be listed and time stamped. +In QTIP container, QTIP generates results in the `/home/opnfv/qtip/results/` directory are listed down under the particularly benchmark name. So all the results for dhrystone would be listed and time stamped. |