diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-16 09:44:50 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-16 07:45:34 +0000 |
commit | 9821b058c2f4901a9b4d66667018da214513ab28 (patch) | |
tree | 5a42c97c688c4c849cd741450bd1220a66598f44 /resources/tools/presentation/specification_CPTA.yaml | |
parent | 2553b94d96db0a23b1fa3bfa6a3dae1468f4cb83 (diff) |
CSIT-1041: Trending dashboard
Change-Id: Ic706612218e0ac6b991a15abc4d67e16905e8087
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification_CPTA.yaml')
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 7aa047c4e1..0544acd040 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -117,7 +117,7 @@ autotick: True margin: r: 20 - b: 150 + b: 50 t: 5 l: 70 legend: @@ -264,6 +264,27 @@ outlier-const: 1.5 window: 10 +- + type: "table" + title: "HTML performance trending dashboard 1t1c" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst" + +- + type: "table" + title: "HTML performance trending dashboard 2t2c" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst" + +- + type: "table" + title: "HTML performance trending dashboard 4t4c" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst" + ################################################################################ ### C P T A ### |