From 23f48e46a46976ae6f6d97aea11440e6a8b63121 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Sat, 31 Dec 2016 21:27:38 +0800 Subject: sample QPI for doctor performance measured in verification job 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 --- opt/plugin/doctor/sample/doctor-verify-apex-sample-master/monitor.log | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 opt/plugin/doctor/sample/doctor-verify-apex-sample-master/monitor.log (limited to 'opt/plugin/doctor/sample/doctor-verify-apex-sample-master/monitor.log') diff --git a/opt/plugin/doctor/sample/doctor-verify-apex-sample-master/monitor.log b/opt/plugin/doctor/sample/doctor-verify-apex-sample-master/monitor.log new file mode 100755 index 00000000..a4c6ec8f --- /dev/null +++ b/opt/plugin/doctor/sample/doctor-verify-apex-sample-master/monitor.log @@ -0,0 +1,3 @@ +2016-12-28 03:15:00,890 monitor.py 65 DEBUG start ping to host overcloud-novacompute-1.ool-virtual1 (ip=192.0.2.5) +2016-12-28 03:16:05,292 monitor.py 74 INFO doctor monitor detected at 1482894965.29 +2016-12-28 03:16:05,960 monitor.py 76 INFO ping timeout, quit monitoring... -- cgit 1.2.3-korg