mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
add process memory for processes using >1% memory
This commit is contained in:
parent
c269a90332
commit
41f594cc41
6 changed files with 160 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue