Application memory profiler using smaps

⚓ rust    📅 2025-05-05    👤 surdeus    👁️ 6      

surdeus

Warning

This post was published 59 days ago. The information described in this article may have changed.

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!

2 posts - 2 participants

Read full topic

🏷️ rust_feed