Commit Graph

118 Commits

Author SHA1 Message Date
Marco Cadetg 2ae7f41f24 new way to load connections in separate thread 2025-06-26 15:45:55 +02:00
Marco Cadetg a224378812 improve network on macos 2025-06-12 16:51:03 +02:00
Marco Cadetg 758360023b improve clear old logs 2025-06-12 16:50:15 +02:00
Marco Cadetg 1126106b71 improve services lookup 2025-05-12 08:16:21 +02:00
Marco Cadetg (aider) 60dbb59c13 chore: Use constant in packet processing log 2025-05-10 18:45:24 +02:00
Marco Cadetg (aider) 6fff414b74 chore: Update packet processing loop comment and debug log 2025-05-10 18:44:50 +02:00
Marco Cadetg (aider) 9e81ca1926 fix: Reduce MAX_PACKETS_PER_CALL for faster state updates 2025-05-10 18:41:29 +02:00
Marco Cadetg (aider) 45d3a85f4e chore: Clarify MAX_PACKETS_PER_CALL comment 2025-05-10 18:35:00 +02:00
Marco Cadetg (aider) 0cba186527 docs: Clarify connection merging logic in NetworkMonitor 2025-05-10 18:31:55 +02:00
Marco Cadetg (aider) edf0de3116 fix: Initialize shared connections data with initial connections 2025-05-10 18:26:52 +02:00
Marco Cadetg (aider) dd30e159bf chore: Add logging for ss/netstat command output 2025-05-10 18:25:28 +02:00
Marco Cadetg (aider) 7151a3783a fix: Increase packet processing batch size for accuracy 2025-05-10 18:14:09 +02:00
Marco Cadetg (aider) c3e3b01fd5 fix: Revert packet processing loop to fixed count 2025-05-10 18:08:39 +02:00
Marco Cadetg (aider) 796c26baa6 fix: Process all available packets and refine rate calculation logic 2025-05-10 18:02:19 +02:00
Marco Cadetg (aider) 97fa365fea fix: Improve connection merging and key generation for accurate rates 2025-05-10 17:57:16 +02:00
Marco Cadetg (aider) fd6cacdfd5 refactor: Increase remote address column width 2025-05-10 17:52:27 +02:00
Marco Cadetg (aider) f7c2cb3063 refactor: Display bandwidth in bytes/sec using 1024 units 2025-05-10 15:06:01 +02:00
Marco Cadetg 0e6cc49dae fix: Fix process name handling and update logic 2025-05-10 15:05:57 +02:00
Marco Cadetg (aider) 622fa540cc fix: Format network rates using 1000-based units (Kbps) 2025-05-10 14:58:44 +02:00
Marco Cadetg ab3ba69143 style: Improve code formatting in ui.rs 2025-05-10 14:58:41 +02:00
Marco Cadetg (aider) 3338e7d71e fix: Remove unused fields from Connection struct 2025-05-10 14:49:49 +02:00
Marco Cadetg (aider) a8e208f5d1 fix: Clone rate history entry to resolve borrow error 2025-05-10 14:49:09 +02:00
Marco Cadetg (aider) 7f68f2947d feat: Add rate history tracking for UDP connections 2025-05-10 14:48:20 +02:00
Marco Cadetg (aider) 8328b6c572 fix: Implement windowed average for bandwidth calculation 2025-05-10 14:47:51 +02:00
Marco Cadetg (aider) 489eea7ccf fix: Remove duplicate code block in on_tick 2025-05-10 14:43:03 +02:00
Marco Cadetg (aider) 88c3a6a883 refactor: Update comments and fix loop variable in on_tick 2025-05-10 14:42:24 +02:00
Marco Cadetg (aider) 7b949361a7 fix: Preserve rate state for correct bandwidth calculation 2025-05-10 14:38:16 +02:00
Marco Cadetg (aider) a56fe9d3e2 fix: Populate process list from connections; handle mutex poison 2025-05-10 14:31:54 +02:00
Marco Cadetg (aider) 58d7a0efc8 fix: Add type annotation to dummy Vec 2025-05-10 14:25:26 +02:00
Marco Cadetg (aider) 2d07894112 fix: Improve process thread logging and mutex error handling 2025-05-10 14:10:56 +02:00
Marco Cadetg (aider) 734a048a9a chore: Add logging for process data flow 2025-05-10 14:04:52 +02:00
Marco Cadetg (aider) 44807b3881 fix: Ensure process count is updated from connection data 2025-05-10 14:00:59 +02:00
Marco Cadetg (aider) 5e848406ad chore: Add debug logs to process thread 2025-05-10 13:56:05 +02:00
Marco Cadetg (aider) 26d3e1a413 fix: Ensure process count in stats view is accurate 2025-05-10 13:51:08 +02:00
Marco Cadetg (aider) bd7931b79c fix: Improve PID and process name detection on Linux 2025-05-10 13:47:13 +02:00
Marco Cadetg (aider) a7f832cbe0 fix: Parse wildcard ports in network addresses 2025-05-10 13:44:33 +02:00
Marco Cadetg (aider) d3666ca17f fix: Trim extra chars from process name in ss output 2025-05-10 13:40:07 +02:00
Marco Cadetg (aider) 52a0dd748b fix: Remove non-existent fields from Process struct init 2025-05-10 13:34:52 +02:00
Marco Cadetg (aider) f389e322c9 chore: Fix unused code warnings 2025-05-10 13:34:25 +02:00
Marco Cadetg (aider) 5a9853c21f refactor: Remove processes view and related code 2025-05-10 13:33:46 +02:00
Marco Cadetg (aider) 95b5ca4763 fix: Improve process name enrichment from cache 2025-05-10 13:28:12 +02:00
Marco Cadetg (aider) afae220b76 fix: Handle empty process names correctly 2025-05-10 13:26:33 +02:00
Marco Cadetg (aider) fd33436ada fix: Populate process name for packet-captured connections 2025-05-10 13:23:06 +02:00
Marco Cadetg (aider) cce3b81edb fix: Cache packet conn PIDs and refine process name enrichment 2025-05-10 13:15:37 +02:00
Marco Cadetg (aider) a3293953f8 fix: Resolve PIDs for packet connections and update process fetch 2025-05-10 13:11:06 +02:00
Marco Cadetg (aider) 107dd1bf2c refactor: Clarify shared connections Arc usage in threads 2025-05-10 13:07:26 +02:00
Marco Cadetg (aider) 4461755fc6 fix: Correctly clone Arc for thread ownership 2025-05-10 13:06:53 +02:00
Marco Cadetg (aider) 6d8d30ca43 fix: Correct Arc<Mutex> nesting and method calls for monitor 2025-05-10 13:05:36 +02:00
Marco Cadetg (aider) ae01464cd6 perf: Fetch process info in background thread 2025-05-10 13:04:54 +02:00
Marco Cadetg (aider) 6c470516b6 fix: Fix build error and remove unused code 2025-05-10 13:01:40 +02:00