Skip to content

Commit d48cba1

Browse files
committed
plugin/interface: add if_dropped
1 parent ae416cc commit d48cba1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

plugin/interface.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,21 @@
4747
}
4848
},
4949
"legend_format": "%5.1lf%s"
50+
},
51+
"if_dropped": {
52+
"title": "Interface Packets dropped ({{PI}}) on {{HOST}}",
53+
"vertical": "Packets per second",
54+
"type": "io",
55+
"legend": {
56+
"rx": {
57+
"name": "Receive",
58+
"color": "0000ff"
59+
},
60+
"tx": {
61+
"name": "Transmit",
62+
"color": "00b000"
63+
}
64+
},
65+
"legend_format": "%5.1lf%s"
5066
}
5167
}

0 commit comments

Comments
 (0)