It is time to curate a little the UI statistics. Here is what is needed:
*** Networking statistics
Here is what the network controller pushes into influxDB
net_cycle_data = {
"cycle": cycle,
"total_egress_bw": egress_total_mbps,
"hp_egress_bw": egress_hp_mbps,
"be_egress_bw": egress_be_mbps,
"be_egress_limit": be_egress_limit,
"total_ingress_bw": ingress_total_mbps,
"hp_ingress_bw": ingress_hp_mbps,
"be_ingress_bw": ingress_be_mbps,
"be_ingress_limit": be_ingress_limit,
}
One good way to draw this is to have one graph for egress (first 4 statistics: total, hp, be, be_limit) and one of ingress (next 4 statistics).
Thanks
It is time to curate a little the UI statistics. Here is what is needed:
*** Networking statistics
Here is what the network controller pushes into influxDB
One good way to draw this is to have one graph for egress (first 4 statistics: total, hp, be, be_limit) and one of ingress (next 4 statistics).
Thanks