blob: 451faeafc441f3dd9639e608fd44acb3207aaf73 (
plain)
1
2
3
4
5
6
|
#kmchart
version 1
chart title "Network Interface Bytes [%h]" style stacking
plot legend "in %i" metric network.interface.in.bytes not-matching "^lo|^gif|^sl|^sit|^stf|^tun|^wlt|^virbr|^vnet|^vmnet|^MS TCP Loopback interface"
plot legend "out %i" metric network.interface.out.bytes not-matching "^lo|^gif|^sl|^sit|^stf|^tun|^wlt|^virbr|^vnet|^vmnet|^MS TCP Loopback interface"
|