I am created a RAM Manager project in Python
Here's part-4
In this video, I break down:
• How I monitor RAM usage in real time
• How I identify memory-heavy processes
• Challenges I faced while building it
• Why managing memory is harder than it looks
• How I tested the tool without crashing my system
Still a work in progress, so I'd love feedback from developers who have worked on system monitoring tools before.
Built using Python + psutil.