aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/netlink.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/netlink.json')
-rw-r--r--plugin/netlink.json151
1 files changed, 151 insertions, 0 deletions
diff --git a/plugin/netlink.json b/plugin/netlink.json
new file mode 100644
index 0000000..79fbd8e
--- /dev/null
+++ b/plugin/netlink.json
@@ -0,0 +1,151 @@
1{
2 "if_collisions": {
3 "title": "Collisions ({{PI}})",
4 "vertical": "Collisions/s",
5 "type": "stacked",
6 "legend": {
7 "value": {
8 "name": "Collisions"
9 }
10 },
11 "legend_format": "%5.1lf%s"
12 },
13 "if_dropped": {
14 "title": "Dropped Packets ({{PI}})",
15 "vertical": "Packets/s",
16 "type": "io",
17 "legend": {
18 "rx": {
19 "name": "Receive",
20 "color": "0000ff"
21 },
22 "tx": {
23 "name": "Transmit",
24 "color": "00b000"
25 }
26 },
27 "legend_format": "%5.1lf%s"
28 },
29 "if_errors": {
30 "title": "Interface Errors ({{PI}})",
31 "vertical": "Errors/s",
32 "type": "io",
33 "legend": {
34 "rx": {
35 "name": "Receive",
36 "color": "0000ff"
37 },
38 "tx": {
39 "name": "Transmit",
40 "color": "00b000"
41 }
42 },
43 "legend_format": "%5.1lf%s"
44 },
45 "if_multicast": {
46 "title": "Multicast Packets ({{PI}})",
47 "vertical": "Packets/s",
48 "type": "stacked",
49 "legend": {
50 "value": {
51 "name": "Packets",
52 "color": "0000ff"
53 }
54 },
55 "legend_format": "%5.1lf%s"
56 },
57 "if_octets": {
58 "title": "Interface Traffic ({{PI}})",
59 "vertical": "{{ND}}/second",
60 "type": "io",
61 "legend": {
62 "rx": {
63 "name": "Receive",
64 "color": "0000ff"
65 },
66 "tx": {
67 "name": "Transmit",
68 "color": "00b000"
69 }
70 },
71 "legend_format": "%5.1lf%s",
72 "datasize": true
73 },
74 "if_packets": {
75 "title": "Interface Packets ({{PI}})",
76 "vertical": "Packets/s",
77 "type": "io",
78 "legend": {
79 "rx": {
80 "name": "Receive",
81 "color": "0000ff"
82 },
83 "tx": {
84 "name": "Transmit",
85 "color": "00b000"
86 }
87 },
88 "legend_format": "%5.1lf%s"
89 },
90 "if_rx_errors": {
91 "title": "Interface receive errors ({{PI}})",
92 "vertical": "Errors/s",
93 "type": "stacked",
94 "legend": {
95 "crc": {
96 "name": "CRC",
97 "color": "00e000"
98 },
99 "fifo": {
100 "name": "FiFo",
101 "color": "f000c0"
102 },
103 "frame": {
104 "name": "Frame",
105 "color": "ffb000"
106 },
107 "length": {
108 "name": "Lenght",
109 "color": "f00000"
110 },
111 "missed": {
112 "name": "Missed",
113 "color": "0000f0"
114 },
115 "over": {
116 "name": "Over",
117 "color": "00e0ff"
118 }
119 },
120 "legend_format": "%5.1lf%s"
121 },
122 "if_tx_errors": {
123 "title": "Interface transmit errors ({{PI}})",
124 "vertical": "Errors/s",
125 "type": "stacked",
126 "legend": {
127 "aborted": {
128 "name": "Aborted",
129 "color": "f00000"
130 },
131 "carrier": {
132 "name": "Carrier",
133 "color": "00e0ff"
134 },
135 "fifo": {
136 "name": "FiFo",
137 "color": "00e000"
138 },
139 "heartbeat": {
140 "name": "Heartbeat",
141 "color": "ffb000"
142 },
143 "window": {
144 "name": "Window",
145 "color": "f000c0"
146 }
147 },
148 "legend_format": "%5.1lf%s"
149 }
150}
151