Skip to main content
jstan
Staff
Staff
March 2, 2020

Technical Tip: How to reset SD-WAN pie chart usage statistics

  • March 2, 2020
  • 0 replies
  • 4065 views

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\ bytes
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
In order to reset the statistics, we will need to reset the interface statistics using the following command:
# diag netlink interface clear port1
# diag netlink interface clear port3