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
As you can see, this host is doing 266 kbps, but it's not showing in the UI or in the bandwidth_kbps field (the aggregate of all interfaces) in this API.
Expected behavior:
The UI and /api/cache-statuses API should report the aggregate bandwidth of a server's interfaces, even if monitor = false.
Minimal reproduction of the problem with instructions:
Open the TM UI and observe what I've described for servers with no monitored interfaces. Then make one or more of those interfaces monitored and observe that the bandwidth starts reporting correctly.
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
In the TM UI, bandwidth is reported as
0
unless the server has interfaces withmonitor = true
.The
/api/cache-statuses
API also has the same issue:As you can see, this host is doing 266 kbps, but it's not showing in the UI or in the
bandwidth_kbps
field (the aggregate of all interfaces) in this API.Expected behavior:
The UI and /api/cache-statuses API should report the aggregate bandwidth of a server's interfaces, even if
monitor = false
.Minimal reproduction of the problem with instructions:
Open the TM UI and observe what I've described for servers with no monitored interfaces. Then make one or more of those interfaces monitored and observe that the bandwidth starts reporting correctly.
The text was updated successfully, but these errors were encountered: