analysis.lami: Correctly reject lttng-analyses > 0.4
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.lami.core.tests / testfiles / test-metadata.json
CommitLineData
ace6413c
MJ
1{
2 "table-classes": {
3 "per-syscall": {
4 "column-descriptions": [
5 {
6 "title": "System call",
7 "class": "syscall"
8 },
9 {
10 "title": "Duration",
11 "class": "duration"
12 },
13 {
14 "title": "Size",
15 "class": "size"
16 },
17 {
18 "title": "Bitrate",
19 "class": "bitrate"
20 },
21 {
22 "title": "Time range",
23 "class": "time-range"
24 }
25 ],
26 "title": "Per-syscall stuff"
27 },
28 "per-proc": {
29 "column-descriptions": [
30 {
31 "title": "Process",
32 "class": "process"
33 },
34 {
35 "title": "Count",
36 "unit": "things",
37 "class": "int"
38 },
39 {
40 "title": "Flag",
41 "class": "bool"
42 },
43 {
44 "title": "Value",
45 "unit": "thou",
46 "class": "number"
47 },
48 {
49 "title": "Name",
50 "class": "string"
51 },
52 {
53 "title": "Ratio",
54 "class": "ratio"
55 },
56 {
57 "title": "Timestamp",
58 "class": "timestamp"
59 }
60 ],
61 "title": "Per-process stuff"
62 },
63 "per-irq": {
64 "column-descriptions": [
65 {
66 "title": "Interrupt",
67 "class": "irq"
68 },
69 {
70 "title": "File descriptor",
71 "class": "fd"
72 },
73 {
74 "title": "File path",
75 "class": "path"
76 },
77 {
78 "title": "CPU",
79 "class": "cpu"
80 },
81 {
82 "title": "Disk",
83 "class": "disk"
84 },
85 {
86 "title": "Partition",
87 "class": "part"
88 },
89 {
90 "title": "Network interface",
91 "class": "netif"
92 }
93 ],
94 "title": "Per-interrupt stuff"
95 }
96 },
97 "title": "LAMI test",
98 "authors": [
99 "Phil Proulx"
100 ],
101 "description": "LTTng analyses machine interface test",
102 "version": {
103 "extra": "dev",
104 "minor": 2,
105 "patch": 3,
106 "major": 1
107 },
108 "tags": [
109 "lami",
110 "test"
111 ],
112 "mi-version": {
1b3ebb09
AM
113 "minor": 1,
114 "major": 0
ace6413c
MJ
115 },
116 "url": "http://perdu.com"
117}
This page took 0.029294 seconds and 5 git commands to generate.