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
=== modified file 'README'
--- README 2016-05-04 19:27:00 +0000
+++ README 2016-06-27 15:45:02 +0000
@@ -8,6 +8,13 @@
8information needed to upload to the mongo db and generate the performance8information needed to upload to the mongo db and generate the performance
9reports in http://reqorts.qa.ubuntu.com/reports/qa/performance_dashboard/dashboard/index.html9reports in http://reqorts.qa.ubuntu.com/reports/qa/performance_dashboard/dashboard/index.html
1010
11Global arguments for all KPI
12============================
13
14 -k is the kpi desired
15 -s is the serial number of the device
16 -p the device password
17
1118
12Reboot19Reboot
13======20======
@@ -18,10 +25,8 @@
18> cd <performance project path>25> cd <performance project path>
19> python3 kpi/runner.py -k reboot -s JW030973 -i 226> python3 kpi/runner.py -k reboot -s JW030973 -i 2
2027
21where (both arguments are optional):28where (argument is optional):
22 -k is the kpi desired
23 -i is the number of iterations to execute the reboot29 -i is the number of iterations to execute the reboot
24 -s is the serial number of the device
2530
2631
27App Launch32App Launch
@@ -34,9 +39,36 @@
34> python3 kpi/runner.py -k applaunch -s JW030973 -il 10 wl 6 -it 5 -wt 1239> python3 kpi/runner.py -k applaunch -s JW030973 -il 10 wl 6 -it 5 -wt 12
3540
36where (all the arguments are optional):41where (all the arguments are optional):
37 -k is the kpi desired
38 -s is the serial number of the device
39 -il Number of iterations for apps launched with ubuntu-app-launch command42 -il Number of iterations for apps launched with ubuntu-app-launch command
40 -wl Time to wait while launch app is launching43 -wl Time to wait while launch app is launching
41 -it Number of iterations for apps launched with ubuntu-app-truplet command44 -it Number of iterations for apps launched with ubuntu-app-truplet command
42 -wt Time to wait while triplet app is launching
43\ No newline at end of file45\ No newline at end of file
46 -wt Time to wait while triplet app is launching
47 -ib Number of iterations for binary apps
48
49
50Idle CPU time
51=============
52
53To run idle CPU time tests execute:
54
55> export PYTHONPATH=<performance project path>
56> cd <performance project path>
57> python3 kpi/runner.py -k idlecputime -s JW030973 -i 5 -t 180
58
59where (all the arguments are optional):
60 -i is the number of iterations to execute the test
61 -t is the time to wait before calculating idle cpu use
62
63
64Unity8-Dash QML Metrics
65=======================
66
67To run unity8-dash QML Metrics execute:
68
69> export PYTHONPATH=<performance project path>
70> cd <performance project path>
71> python3 kpi/runner.py -k dashqmlmetrics -s JW030973 -i 5 -t
72
73where (all the arguments are optional):
74 -i is the number of iterations to execute the test
75 -t If true, trace files are not deleted

Subscribers

People subscribed via source and target branches