Merge lp:~aacid/ubuntu-performance-tests/add_kpi_to_README into lp:ubuntu-performance-tests

Proposed by Albert Astals Cid
Status: Merged
Approved by: Sergio Cazzolato
Approved revision: 37
Merged at revision: 37
Proposed branch: lp:~aacid/ubuntu-performance-tests/add_kpi_to_README
Merge into: lp:ubuntu-performance-tests
Diff against target: 70 lines (+38/-6)
1 file modified
README (+38/-6)
To merge this branch: bzr merge lp:~aacid/ubuntu-performance-tests/add_kpi_to_README
Reviewer Review Type Date Requested Status
Sergio Cazzolato Pending
Review via email: mp+298439@code.launchpad.net

Commit message

Add two other KPI to the README

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2016-05-04 19:27:00 +0000
3+++ README 2016-06-27 15:45:02 +0000
4@@ -8,6 +8,13 @@
5 information needed to upload to the mongo db and generate the performance
6 reports in http://reqorts.qa.ubuntu.com/reports/qa/performance_dashboard/dashboard/index.html
7
8+Global arguments for all KPI
9+============================
10+
11+ -k is the kpi desired
12+ -s is the serial number of the device
13+ -p the device password
14+
15
16 Reboot
17 ======
18@@ -18,10 +25,8 @@
19 > cd <performance project path>
20 > python3 kpi/runner.py -k reboot -s JW030973 -i 2
21
22-where (both arguments are optional):
23- -k is the kpi desired
24+where (argument is optional):
25 -i is the number of iterations to execute the reboot
26- -s is the serial number of the device
27
28
29 App Launch
30@@ -34,9 +39,36 @@
31 > python3 kpi/runner.py -k applaunch -s JW030973 -il 10 wl 6 -it 5 -wt 12
32
33 where (all the arguments are optional):
34- -k is the kpi desired
35- -s is the serial number of the device
36 -il Number of iterations for apps launched with ubuntu-app-launch command
37 -wl Time to wait while launch app is launching
38 -it Number of iterations for apps launched with ubuntu-app-truplet command
39- -wt Time to wait while triplet app is launching
40\ No newline at end of file
41+ -wt Time to wait while triplet app is launching
42+ -ib Number of iterations for binary apps
43+
44+
45+Idle CPU time
46+=============
47+
48+To run idle CPU time tests execute:
49+
50+> export PYTHONPATH=<performance project path>
51+> cd <performance project path>
52+> python3 kpi/runner.py -k idlecputime -s JW030973 -i 5 -t 180
53+
54+where (all the arguments are optional):
55+ -i is the number of iterations to execute the test
56+ -t is the time to wait before calculating idle cpu use
57+
58+
59+Unity8-Dash QML Metrics
60+=======================
61+
62+To run unity8-dash QML Metrics execute:
63+
64+> export PYTHONPATH=<performance project path>
65+> cd <performance project path>
66+> python3 kpi/runner.py -k dashqmlmetrics -s JW030973 -i 5 -t
67+
68+where (all the arguments are optional):
69+ -i is the number of iterations to execute the test
70+ -t If true, trace files are not deleted

Subscribers

People subscribed via source and target branches