diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-06-02 16:07:24 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-06-06 16:05:36 +0800 |
commit | 26c2a8f2d556a8777d443b02d931e7df7fec8f6c (patch) | |
tree | d93397cd1e3f01a1bbaa5d6b91c4140ec1a6f974 /resources/QPI/compute.yaml | |
parent | 995656837a0950ccadab7d2b87eded85072ba70e (diff) |
add system_info and condition to qpi report
According to the part "system_info" and "condition" in spec, gather
these data and add them to qpi report.
Change-Id: I5efc996c2bfb34452e9aa323d8288c1dd2d8d276
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'resources/QPI/compute.yaml')
-rw-r--r-- | resources/QPI/compute.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/QPI/compute.yaml b/resources/QPI/compute.yaml index d27d769b..05620269 100644 --- a/resources/QPI/compute.yaml +++ b/resources/QPI/compute.yaml @@ -8,6 +8,19 @@ ############################################################################## name: compute description: QTIP Performance Index of compute +system_info: + - name: product + description: production commercial name + - name: cpu + description: cpu brand + - name: os + description: operating system version + - name: kernel + description: the core of a computer's operating system + - name: memory + description: memory usage + - name: disk + description: disk usage formula: weighted arithmetic mean sections: # split based on different application - name: SSL |