Skip to content

Need to curate UI statistics #5

Description

@kozyraki

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions