diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-16 14:16:48 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-16 14:16:48 +0800 |
commit | 1b5ddf9c655d6f5c25df80e6eb87dca960456dde (patch) | |
tree | d03fe5bbed7c09b882839cce08206f1e977680a5 /resources/ansible_roles | |
parent | 1089daee7bbf76a1686b6e1f4fee8dc79b5b7968 (diff) |
Add arithmetic metrics
Change-Id: I99b118931fd78a7908f32ddb418264576468118e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/ansible_roles')
-rw-r--r-- | resources/ansible_roles/qtip/tasks/calculate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/ansible_roles/qtip/tasks/calculate.yml b/resources/ansible_roles/qtip/tasks/calculate.yml index 62779c73..63fec7fd 100644 --- a/resources/ansible_roles/qtip/tasks/calculate.yml +++ b/resources/ansible_roles/qtip/tasks/calculate.yml @@ -17,6 +17,7 @@ dpi_throughput: "{{ qtip_results }}/dpi/metrics.json" intmem: "{{ qtip_results }}/memory/integer-metrics.json" floatmem: "{{ qtip_results }}/memory/float-metrics.json" + arithmetic: "{{ qtip_results }}/arithmetic/metrics.json" spec: "{{ qtip_resources }}/QPI/compute.yaml" dest: "{{ qtip_results }}/compute.json" delegate_to: localhost |