From 2378f04c1b6d333c322f93e44387c6f224dffe3e Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 27 Dec 2016 23:28:21 +0800 Subject: Add more timestamps and export them for profiler Add timestamps when mark host and vm down(T03/T04). Update the sequence for host down and vm error Export more time tags for profiler: 1. Calculate and export T01,T03,T04 timestamps 2. Use regex to get time from log instead fixed column 3. Fix var usage without a '$' info: merge gerrit ticket 26551 into 26531. JIRA: DOCTOR-88 Change-Id: I3e6ccba667f470b4a00219f1e9830bb0da3d4ae5 Signed-off-by: Julien --- tests/profiler-poc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/profiler-poc.py') diff --git a/tests/profiler-poc.py b/tests/profiler-poc.py index f20cad1c..1b4379d4 100644 --- a/tests/profiler-poc.py +++ b/tests/profiler-poc.py @@ -34,8 +34,8 @@ Total time cost: {total}(ms) host down:{T00}| | | | | | | | | raw failure:{T01}| | | | | | | | found affected:{T02}| | | | | | | - marked host down:{T03}| | | | | | - set VM error:{T04} | | | | | + set VM error:{T03}| | | | | | + marked host down:{T04}| | | | | notified VM error:{T05} | | | | transformed event:{T06}| | | evaluated event:{T07}| | -- cgit 1.2.3-korg