Skip to content

feat(hub): show separate upload/download speeds in system table net column#2010

Open
svenvg93 wants to merge 3 commits into
henrygd:mainfrom
svenvg93:1381-split-network
Open

feat(hub): show separate upload/download speeds in system table net column#2010
svenvg93 wants to merge 3 commits into
henrygd:mainfrom
svenvg93:1381-split-network

Conversation

@svenvg93

Copy link
Copy Markdown
Collaborator

📃 Description

Adds separate upload and download bandwidth display in the system table's Net column. Previously, only the combined total was shown. The Net column now displays ↑ sent ↓ recv with color-coded arrows, making it possible to see traffic direction at a glance without opening the system detail view.

Closes #1381

🪵 Changelog

➕ Added

  • BandwidthBytesSent (bs) and BandwidthBytesRecv (br) fields to the agent Info struct, populated separately from the existing combined BandwidthBytes field

✏️ Changed

  • Net column in the system table now shows upload and download speeds individually (↑ X unit ↓ Y unit) with a blue arrow for upload and green arrow for download
  • Falls back to the combined value for older agents that don't send the new fields

📷 Screenshots

Scherm­afbeelding 2026-05-16 om 14 43 16

@svenvg93 svenvg93 requested a review from henrygd as a code owner May 16, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Separate upload and download bandwidth on System Table

1 participant