Thread overview
Something like Python's psutils for D?
Jul 12, 2014
Thomas Mader
Jul 12, 2014
Thomas Mader
Jul 13, 2014
Ellery Newcomer
Jul 13, 2014
Thomas Mader
July 12, 2014
The Subject says it all, is something like psutils available in D? [1]
I need it to measure memory usage of a process.

[1] https://github.com/giampaolo/psutil

thank you
Thomas
July 12, 2014
I also need to get the user and system time of a process, doesn't seem to be available in Phobos. (e.g. getrusage in Linux but platform independent)
July 13, 2014
On Saturday, 12 July 2014 at 08:34:41 UTC, Thomas Mader wrote:
> The Subject says it all, is something like psutils available in D?

would psutils itself be acceptable?

https://bitbucket.org/ariovistus/pyd
July 13, 2014
On Sunday, 13 July 2014 at 01:01:16 UTC, Ellery Newcomer wrote:
> would psutils itself be acceptable?
>
> https://bitbucket.org/ariovistus/pyd

I haven't thought about this possibility, thanks.