Skip to content

Request to update how to get the residual_bandwidth  #3

Description

@viniarck

This is a request to update on how to get the residual_bandwidth to make use of Link's utilization metadata on EP23-2.

The residual_bandwidth can be computed dynamically based on both link.metadata.utilization and link.[endpoint_a|endpoint_b].speed:

  • In percent (scale from 0 to 100):

residual_bandwidth = 100 - utilization

  • In Gbps:

residual_bandwidth_gbps = speed * 8 * ((100 - utilization) / 100)

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