You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a nice feature request actually, I'll keep the ticket open until implemented.
In the mean time I've taken a look through pfSense code to figure out where this data is actually coming from in the underlaying system for which there is an interesting exec call made by pfSense in bandwidth_by_ip.php - see below:-
A new function interface_stats has been added that partly answers your requirement here, the issue however is that the way bandwidth usage is computed in the pfSense GUI in these graphs under Status -> Traffic is via client side javascript that computes rates based on the cumulative total bytes that pfSense provides underneath.
In short, you can achieve the same effect but you'll have to do the same as the pfSense GUI does by polling (fauxapi) and computing the bandwidth rates you are looking for.
Hi
Is there a way to get the consumed speed on wan interface like the data we get under Status -> Traffic Graph?
Bandwidth In and Bandwidth Out
Thanks
The text was updated successfully, but these errors were encountered: