You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Network Monitor tab showing live network activity — upload/download speeds
per interface, total data transferred, and which processes are consuming the most
bandwidth.
Why
Memory, CPU, Disk, and Battery are all covered. Network is the last missing piece
in the monitoring story. Users frequently want to know what's consuming their
bandwidth in the background.
Summary
Add a Network Monitor tab showing live network activity — upload/download speeds
per interface, total data transferred, and which processes are consuming the most
bandwidth.
Why
Memory, CPU, Disk, and Battery are all covered. Network is the last missing piece
in the monitoring story. Users frequently want to know what's consuming their
bandwidth in the background.
Scope
Rust backend
get_network_stats() -> Vec<NetworkInterface>Tauri commandsysinfo::Networks(already available in the dependency) to read:process-updateevent every 3sNetworkInterfacestruct tolib.rs:Frontend
Acceptance criteria