summaryrefslogtreecommitdiffstats
path: root/qtip/reporter
AgeCommit message (Collapse)AuthorFilesLines
2017-03-21White space control in report.Taseer1-3/+2
- Flaw: System Info and metric results at same line Packets per Second: 1.45System Information: Change-Id: I22790e4b2c65fd2ef555e1c20e602a51ea97eb3b Signed-off-by: Taseer Ahmed <taseer94@gmail.com> (cherry picked from commit 06638bb68811dda1a3599c7ef0176c5a58d056c5)
2017-03-21Refactor reporter moduleTaseer8-33/+102
- Create templates for report format specific to each metric. - Outputs the details of the specified metric across all the nodes in cluster. - Timeline to be covered in a separate patch JIRA: QTIP-199 Change-Id: Ic83749725b0c9cc5bd9a7f24f21b2cd113abe0e1 Signed-off-by: Taseer Ahmed <taseer94@gmail.com> (cherry picked from commit 04e50e57819bdf40a2fd7abdd3fc7be798771e0b)
2017-03-07Merge "Implement reporter module."Yujun Zhang2-5/+12
2017-03-03Implement reporter module.Taseer Ahmed2-5/+12
- Add cli module - Implement timeline outline JIRA: QTIP-199 Signed-off-by: Taseer Ahmed <taseer94@gmail.com> Change-Id: I487b76123a785731c356143d1ae7f3123c11f398
2017-03-03Create draft of report template in consoleYujun Zhang1-0/+22
Change-Id: Ie6e626753c6562c361542c45e8504d177d624d2a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-02-22Add reporter PoCYujun Zhang3-17/+11
Change-Id: I5134a0d95d75fcb3a75267a5f20b4ace8638156a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-11sample QPI for doctor performance measured in verification jobYujun Zhang2-1/+10
The doctor benchmark plan produces a performance profile consist of timestamp at each checkpoint and time cost of each phase.[1] It collects data from log files and render a timeline diagram in console Current progress - skeleton created - method to be implemented [1]: http://artifacts.opnfv.org/doctor/docs/design/index.html#document-performance-profiler JIRA: QTIP-199 Change-Id: I60fbbd37d04a5724841bd85cb3bfed9eabd3741a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-03Add module skeletonsYujun Zhang3-0/+28
- Remove `suite` and `case` which seems redundant at the moment - Rename `qtip.spec` to `qtip.loader` since the class loads spec - Add driver `sample` which will generate random performance data - Add collector `logfile` which will collect result from log files - Add reporter `console` which will print report to console - Add exception classes See updated class diagram in https://wiki.opnfv.org/display/qtip/Design JIRA: QTIP-148 JIRA: QTIP-193 Change-Id: Idf751d33428176a26224e4443100a142feda6f32 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>