add process memory for processes using >1% memory

This commit is contained in:
Robin Appelman 2024-04-08 20:21:57 +02:00
commit 41f594cc41
6 changed files with 160 additions and 1 deletions

View file

@ -26,6 +26,7 @@ if-addrs = "0.12.0"
sysconf = "0.3.4"
thiserror = "1.0.58"
clap = { version = "4.4.18", features = ["derive"] }
procfs = "0.16.0"
[target.'cfg(windows)'.dependencies]
serde = { version = "1.0.197", features = ["derive"] }