Thread overview | ||||||
---|---|---|---|---|---|---|
|
July 12, 2014 Something like Python's psutils for D? | ||||
---|---|---|---|---|
| ||||
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 Re: Something like Python's psutils for D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thomas Mader | 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 Re: Something like Python's psutils for D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thomas Mader | 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 Re: Something like Python's psutils for D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | 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.
|
Copyright © 1999-2021 by the D Language Foundation