code optimizations to reduce cpu usage of agent on all platforms and additional unit test.

This commit is contained in:
2025-08-28 16:03:05 -07:00
parent 7592709a43
commit df2308e6e9
4 changed files with 214 additions and 29 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "socktop_agent"
version = "1.40.66"
version = "1.40.67"
authors = ["Jason Witty <jasonpwitty+socktop@proton.me>"]
description = "Remote system monitor over WebSocket, TUI like top"
edition = "2021"
@@ -36,3 +36,4 @@ protoc-bin-vendored = "3"
[dev-dependencies]
assert_cmd = "2.0"
tempfile = "3.10"
tokio-tungstenite = "0.21"