but the graph show me the data is incorrect.like this
My idea is to show the Incoming traffic, Outgoing traffic, total traffic, but I found that the total flow of data is incorrect, how to do?
now,I get one way to solve this question.
e.g. Get total traffic on sw interface 0/1
chose TYPE Calculated
Formula: last(ifHCInOctets["1"])+last(ifHCOutOctets["1"])
ifHCInOctets["1"] this key value determined by your seeting
other:default