
This commit adds a new cloud comparison dashboard to compare shaker results. + Adding documentation Change-Id: I6c483bdc8a08be9e62a893c8c33e1b173b04d607
44 lines
3.4 KiB
YAML
44 lines
3.4 KiB
YAML
---
|
|
#
|
|
# Shaker Scenario-Throughput-Concurrency - Visualizations Variables
|
|
#
|
|
|
|
shaker_cloud_comparison_visualizations:
|
|
- title: "Shaker-Cloud-Comparison-L2-Throughput"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Shaker-L2-Flent\\\\n ## Throughput in Mbps\\\\nTo filter based on concurrency please query for key record.concurrency and to filter based based on number of compute nodes, please query for key acommodation.compute_nodes"
|
|
- title: "Browbeat-Shaker-Cloud-Comprison-L2-Throughput"
|
|
template: "shaker-cloud-comparison.json.j2"
|
|
query: "shaker_test_info.deployment.template: l2.hot AND (result.result_type: tcp_download OR result.result_type: tcp_upload)"
|
|
- title: "Shaker-Cloud-Comparison-L2-Latency"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Shaker-L2-Flent\\\\n ## Latency in ms\\\\nTo filter based on concurrency please query for key record.concurrency and to filter based based on number of compute nodes, please query for accommodation.compute_nodes"
|
|
- title: "Browbeat-Shaker-Cloud-Comprison-L2-Latency"
|
|
template: "shaker-cloud-comparison.json.j2"
|
|
query: "shaker_test_info.deployment.template: l2.hot AND result.result_type: ping_icmp"
|
|
- title: "Shaker-Cloud-Comparison-L3-ES-Throughput"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Shaker-L3-East-West-Flent\\\\n## Throughput in Mbps\\\\nTo filter based on concurrency please query for key record.concurrency and to filter based based on number of compute nodes, please query for key accommodation.compute_nodes"
|
|
- title: "Browbeat-Shaker-Cloud-Comparison-L3-East-West-Throughput"
|
|
template: "shaker-cloud-comparison.json.j2"
|
|
query: "shaker_test_info.deployment.template: l3_east_west.hot AND (result.result_type: tcp_download OR result.result_type: tcp_upload)"
|
|
- title: "Shaker-Cloud-Comparison-L3-East-West-Latency"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Shaker-L3-East-West-Flent\\\\n## Latency in ms\\\\nTo filter based on concurrency please query for key record.concurrency and to filter based based on number of compute nodes, please query for key accommodation.compute_nodes"
|
|
- title: "Browbeat-Shaker-Cloud-Comparison-L3-East-West-Latency"
|
|
template: "shaker-cloud-comparison.json.j2"
|
|
query: "shaker_test_info.deployment.template: l3_east_west.hot.hot AND result.result_type: ping_icmp"
|
|
- title: "Shaker-Cloud-Comparison-L3-North-South-Throughput"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Shaker-L3-North-South-Flent\\\\n## Throughput in Mbps\\\\nTo filter based on concurrency please query for key record.concurrency and to filter based based on number of compute nodes, please query for key accommodation.compute_nodes"
|
|
- title: "Browbeat-Shaker-Cloud-Comparison-L3-North-South-Throughput"
|
|
template: "shaker-cloud-comparison.json.j2"
|
|
query: "shaker_test_info.deployment.template: l3_north_south.hot AND (result.result_type: tcp_download OR result.result_type: tcp_upload)"
|
|
- title: "Shaker-Cloud-Comparison-L3-North-South-Latency"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Shaker-L3-North-South-Flent\\\\n## Latency in ms\\\\nTo filter based on concurrency please query for key record.concurrency and to filter based based on number of compute nodes, please query for key accommodation.compute_nodes"
|
|
- title: "Browbeat-Shaker-Cloud-Comparison-L3-North-South-Latency"
|
|
template: "shaker-cloud-comparison.json.j2"
|
|
query: "shaker_test_info.deployment.template: l3_north_south.hot AND result.result_type: ping_icmp"
|
|
|