Technical Tip: How to reset SD-WAN pie chart usage statistics
Description
This article describes how to reset SD-WAN pie chart usage statistics from the GUI.
Solution

The SD-WAN usage statistics is being pulled from the interface rx/tx bytes.
# diag hard deviceinfo nic port1 | grep Rx\ bytesIn order to reset the statistics, we will need to reset the interface statistics using the following command:
Rx bytes: 708781262
# diag hard deviceinfo nic port1 | grep Tx\ bytes
Tx bytes: 1119514361
# diag hard deviceinfo nic port3 | grep Rx\ bytes
Rx bytes: 16988281
# diag hard deviceinfo nic port3 | grep Tx\ bytes
Tx bytes: 15591975
# diag netlink interface clear port1
# diag netlink interface clear port3

