Hacker News new | ask | show | jobs
Python lib to monitor CPU and Memory usage of any process (github.com)
3 points by zettacircl 2518 days ago
1 comments

Quite nice to see, easy to use, can monitor any process in a programmatic way.

Usage : from psrecord.main import monitor monitor(XXXX, logfile = "./test.log", plot=True, include_children=True)