#kmchart
version 1

chart title "Network Interface Packets [%h]" style stacking
	plot legend "in %i" metric network.interface.in.packets not-matching "^lo|^sl|^sit|^gif|^stf|^wlt|^vmnet|^MS TCP Loopback interface"
	plot legend "out %i" metric network.interface.out.packets not-matching "^lo|^sl|^sit|^gif|^stf|^wlt|^vmnet|^MS TCP Loopback interface"
