summaryrefslogtreecommitdiffstats
path: root/qtip/collector/parser/regex.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-04-07bugfix in regex of ssl.zhihui wu1-4/+4
Change-Id: Ifa5c958bc87d241b6c5c61765d30b0735ea51269 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn> (cherry picked from commit 416fced9589281019e1646ad3990a9e6a160faf7)
2017-03-25bugfix: 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> (cherry picked from commit 6ee214ad9487dfaa121c72d8487464f63992c5ff)
2017-03-14parse benchmark result from logfilewu.zhihui1-0/+85
- 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> (cherry picked from commit dc92e5ae19dd026bf6a14c1e0d2b9c50497845d5)