aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/collector/parser
AgeCommit message (Collapse)AuthorFilesLines
2017-05-16delete unuse code in directory /qtipzhihui wu2-151/+0
Change-Id: I6732c7cf572d5b744c3a176ce266b9739e9233fd Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-04-05bugfix in regex of ssl.zhihui wu1-4/+4
Change-Id: Ifa5c958bc87d241b6c5c61765d30b0735ea51269 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-03-24bugfix: regex for dpiwu.zhihui1-2/+2
see: https://build.opnfv.org/ci/view/qtip/job/ qtip-os-nosdn-kvm-ha-zte-pod3-daily-danube/3/console Previous regex cann't match with log like: "nDPI throughput: 943.34 K pps / 8.86 Gb/sec". For pps, there are two type of unit: K and M. Same with bps. Change-Id: I247c8b6049cc8b264fe894538cd4f89ba544c0b8 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-13optimize console infowu.zhihui1-2/+0
- use QtipLogger instead of print - delete useless print Change-Id: I1e08382a5d78ce53cf455496363bce3762b81dd2 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-11parse benchmark result from logfilewu.zhihui2-2/+157
- Put all the regex rules in regex.yaml. - According to benchmark name, we can find related regexes. Change-Id: Ic15bd1c77b525be3751011fa94d582da077b0345 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-02-22bugfix for grepwu.zhihui1-2/+2
Change-Id: I1474a4e4f5884f17cbf3e6d62fae7e743921aae1 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-02-21support multi-line search in grep parserwu.zhihui1-2/+3
use finditer with multiline mode JIRA: QTIP-211 Change-Id: Ib8854f749a0258f6b6775be9b80573f6ac8e47db Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-02-15Implement logfile collector and grep parserYujun Zhang2-0/+33
JIRA: QTIP-207 JIRA: QTIP-208 Change-Id: Icc14d3097fb305e59df716636ef87504490c9d1b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>