Hi everyone,
I've been working on a program to help me with my master's research. It is currently called untitled-smaps-poller
, but I intend to give it a better name later. It continuously monitors a set of processes you give it, and categorizes their memory usage over time using /proc/<pid>/smaps for each process.
It's in a pretty good, working state right now. So I would like to take this opportunity to improve my Rust skills by getting feedback from the community. Thank you!