概述
data analysis
一、rules 规则
系统会根据配置的规则,对原数据进行分析
数据结构
{
"type":"system",
"rules":[
{
"id":1,
"type":"log",
"condition":"xxxx"
},
{
"id":2,
"type":"assert",
"condition":"xxxx"
},
{
"id":3,
"type":"data",
"condition":"xxxx"
}
],
"relation":"id1|id2|id3",
"result":{
"type":"system",
"module":"bluetooth",
"desc":"蓝牙没打开"
},
"weights":1
type 规则类型
支持 coredump、system、test
- coredump 数据分析
- system 系统级别日志分析
- test 测试业务数据分析
rules 规则
- id 唯一标识
- type 匹配内容类型,log-行日志、assert-断言、data-直接数据
- condition 匹配条件,支持正则表达式,可配置多个条件
relation 匹配条件关系
多个条件id匹配关系,支持 与&、或|、非not、优先级()
result 匹配结果
- type 结果类型:cloud云端问题,system系统端问题
- module 问题模块:bluetooth蓝牙模块,alarm闹钟模块等。。
- desc 问题描述
weights 权重
同时匹配多个规则时,权重越大概率越高
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
data-analyze-1.1.tar.gz
(7.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file data-analyze-1.1.tar.gz.
File metadata
- Download URL: data-analyze-1.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1a24be4f4b7c832377443cbc299ecd2d33a1a21f76e162379fa900f8d87481c
|
|
| MD5 |
3e7028edc9a001ad78559b5d90b12f98
|
|
| BLAKE2b-256 |
99abf7521bfeee5c8ab91080a551b3e6ffda8f3672b8fc19640cb271e09be600
|
File details
Details for the file data_analyze-1.1-py2-none-any.whl.
File metadata
- Download URL: data_analyze-1.1-py2-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44c526555ba0c6fd7ac9a8200f6f99bc8e37e55cb14d3fcdfe64f5143fbc495f
|
|
| MD5 |
24462867dc70d45e6a05781040b7c025
|
|
| BLAKE2b-256 |
3bd9beaa52412a84e14010837f4f5b6c2d18a9a1c4ab333039997ff1df46e266
|