mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 16:40:41 -05:00
[PR #229] [MERGED] Network Usage - Ingress Egress per interface and global usage #712
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/229
Author: @rita7lopes
Created: 12/18/2024
Status: ✅ Merged
Merged: 12/21/2024
Merged by: @mbecker20
Base:
main← Head:network_dash_fix📝 Commits (6)
b6ae34cAdd network io stats4a9111dchange network hashmap to Vector0d2bc12adjust all the network_usage_interface to be a vector rather than a hash map4d40babPR requested changes applied9082b6bChange net_ingress_bytes and egress to network_ingress_bytes egress respectively50d9bb6final gen-client types📊 Changes
10 files changed (+273 additions, -72 deletions)
View changed files
📝
bin/core/src/monitor/record.rs(+3 -0)📝
bin/periphery/src/api/stats.rs(+1 -0)📝
bin/periphery/src/stats.rs(+36 -1)📝
client/core/rs/src/entities/stats.rs(+30 -1)📝
client/core/ts/src/types.ts(+22 -0)📝
client/periphery/rs/src/api/stats.rs(+1 -3)📝
frontend/public/client/types.d.ts(+21 -0)📝
frontend/src/components/resources/server/hooks.ts(+7 -0)📝
frontend/src/components/resources/server/stat-chart.tsx(+70 -65)📝
frontend/src/components/resources/server/stats.tsx(+82 -2)📄 Description
Hello,
I've added to the UI server stats tab the following:
I've integrated the above into the implemented logic.
Also, I've tried merging main into my branch but the Dockerfile/deps to build are broken. I tried fixing but I failed. Thus, I used the files from the previous version, which work.
Images/video on the previous PR: https://github.com/mbecker20/komodo/pull/218
WIP: Changing hashmap to vector type
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.