Skip to content

Stream manager max bandwidth calculation is wrong #41

Open
@MikeDombo

Description

@MikeDombo

Max bandwidth is calculated by reading STREAM_MANAGER_EXPORTER_MAX_BANDWIDTH which is specified as kbps, but the console is assuming it is the number of bytes/s leading to incorrect display

https://github.com/aws-greengrass/aws-greengrass-localdebugconsole/blob/main/src/main/js/dashboard-frontend/src/components/StreamManager.tsx#L257 -- need to first divide by 8 here to go from bits to bytes and multiply by 1024 to go from KB to B

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions