aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-05-27 14:20:53 +0800
committerzhihui wu <wu.zhihui1@zte.com.cn>2017-05-27 14:20:53 +0800
commit1784fecae83cfa574172db96019213912dca1737 (patch)
tree6712896c68cd4cef9ee081545f13264a89e01cfe /resources
parentbffa8def6b8df835f59e1129a0e19eac2f04a068 (diff)
bugfix memory report
Change-Id: I2d09dbc2946c4ddfb33e1c415329e32c5ad818fe Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/ansible_roles/ramspeed/templates/memory-metrics.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/ansible_roles/ramspeed/templates/memory-metrics.j2 b/resources/ansible_roles/ramspeed/templates/memory-metrics.j2
index 4f5a8e80..871a7127 100644
--- a/resources/ansible_roles/ramspeed/templates/memory-metrics.j2
+++ b/resources/ansible_roles/ramspeed/templates/memory-metrics.j2
@@ -11,6 +11,6 @@ INTEGER
FL-POINT
^^^^^^^^
{{ ('Copy', floatmem_metrics['copy'][0])|justify }}
-{{ ('Scale', floatmem_metrics['copy'][0])|justify }}
-{{ ('Add', floatmem_metrics['copy'][0])|justify }}
-{{ ('Triad', floatmem_metrics['copy'][0])|justify }}
+{{ ('Scale', floatmem_metrics['scale'][0])|justify }}
+{{ ('Add', floatmem_metrics['add'][0])|justify }}
+{{ ('Triad', floatmem_metrics['triad'][0])|justify }}