-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetric_desc.base
134 lines (134 loc) · 6.39 KB
/
metric_desc.base
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
"metric_desc": {
"properties": {
"metric_desc-uuid": { "type": "keyword" },
"class": { "type": "keyword" },
"type": { "type": "keyword" },
"source": { "type": "keyword" },
"names-list": { "type": "keyword" },
"names": {
"properties": {
"tool-name": { "type": "keyword" },
"benchmark-name": { "type": "keyword" },
"benchmark-group": { "type": "keyword" },
"benchmark-id": { "type": "keyword" },
"benchmark-role": { "type": "keyword" },
"hostname": { "type": "keyword" },
"engine-type": { "type": "keyword" },
"engine-role": { "type": "keyword" },
"engine-id": { "type": "keyword" },
"userenv": { "type": "keyword" },
"osruntime": { "type": "keyword" },
"endpoint-label": { "type": "keyword" },
"hypervisor-host": { "type": "keyword" },
"hosted-by": { "type": "keyword" },
"interface-type": { "type": "keyword" },
"bridge": { "type": "keyword" },
"interface": { "type": "keyword" },
"id": { "type": "keyword" },
"num": { "type": "double" },
"class": { "type": "keyword" },
"type": { "type": "keyword" },
"host": { "type": "keyword" },
"role": { "type": "keyword" },
"dev": { "type": "keyword" },
"cmd": { "type": "keyword" },
"tid": { "type": "keyword" },
"pid": { "type": "keyword" },
"job": { "type": "keyword" },
"group": { "type": "keyword" },
"tier": { "type": "keyword" },
"level": { "type": "keyword" },
"package": { "type": "keyword" },
"die": { "type": "keyword" },
"core": { "type": "keyword" },
"thread": { "type": "keyword" },
"kthread": { "type": "keyword" },
"node": { "type": "keyword" },
"mode": { "type": "keyword" },
"socket": { "type": "keyword" },
"domain": { "type": "keyword" },
"cluster": { "type": "keyword" },
"container": { "type": "keyword" },
"cgroup": { "type": "keyword" },
"parent": { "type": "keyword" },
"source": { "type": "keyword" },
"controller": { "type": "keyword" },
"pod": { "type": "keyword" },
"port": { "type": "keyword" },
"tx_port": { "type": "keyword" },
"rx_port": { "type": "keyword" },
"port_pair": { "type": "keyword" },
"status": { "type": "keyword" },
"error": { "type": "keyword" },
"stream": { "type": "keyword" },
"direction": { "type": "keyword" },
"clientserver": { "type": "keyword" },
"protocol": { "type": "keyword" },
"action": { "type": "keyword" },
"cpu": { "type": "keyword" },
"irq": { "type": "keyword" },
"desc": { "type": "keyword" },
"counter": { "type": "keyword" },
"cstype": { "type": "keyword" },
"csid": { "type": "keyword" },
"cookie": { "type": "keyword" },
"table": { "type": "keyword" },
"priority": { "type": "keyword" },
"reg14": { "type": "keyword" },
"metadata": { "type": "keyword" },
"dp": { "type": "keyword" },
"flags": { "type": "keyword" },
"recirc_id": { "type": "keyword" },
"dp_hash": { "type": "keyword" },
"skb_priority": { "type": "keyword" },
"skb_mark": { "type": "keyword" },
"ct_state": { "type": "keyword" },
"ct_zone": { "type": "keyword" },
"ct_mark": { "type": "keyword" },
"ct_label": { "type": "keyword" },
"icmp_type": { "type": "keyword" },
"icmp_code": { "type": "keyword" },
"in_port": { "type": "keyword" },
"ipv4_src": { "type": "keyword" },
"ipv4_dst": { "type": "keyword" },
"ipv4_proto": { "type": "keyword" },
"ipv4_frag": { "type": "keyword" },
"udp_src": { "type": "keyword" },
"udp_dst": { "type": "keyword" },
"tcp_src": { "type": "keyword" },
"tcp_dst": { "type": "keyword" },
"eth_src": { "type": "keyword" },
"eth_dst": { "type": "keyword" },
"eth_type": { "type": "keyword" },
"vlan": { "type": "keyword" },
"dl_dst": { "type": "keyword" },
"dl_src": { "type": "keyword" },
"dl_vlan": { "type": "keyword" },
"ipv6_src": { "type": "keyword" },
"ipv6_dst": { "type": "keyword" },
"actions": { "type": "keyword" },
"ufid": { "type": "keyword" },
"src": { "type": "keyword" },
"dst": { "type": "keyword" },
"sport": { "type": "keyword" },
"dport": { "type": "keyword" },
"mark": { "type": "keyword" },
"output": { "type": "keyword" },
"use": { "type": "keyword" },
"step": { "type": "keyword" },
"epoch": { "type": "keyword" },
"batch": { "type": "keyword" },
"slot": { "type": "keyword" },
"blade": { "type": "keyword" },
"rank": { "type": "keyword" }
}
},
"value-format": { "type": "keyword" },
"values": {
"properties": {
"pass": { "type": "keyword" },
"fail": { "type": "keyword" }
}
}
}
},