in reply to
How much memory am I using?
If you are using Linux,
this node
will help you.
If you are using Windows, you can use the
Win32::API
module.
Use it to call the
GetProcessMemoryInfo()
function ...
This
should serve as an example for how to use it.
Comment on
Re: How much memory am I using?
Replies are listed 'Best First'.
Re^2: How much memory am I using?
by
mildside
(Friar)
on Feb 06, 2008 at 22:11 UTC
Thank-you for all your helpful suggestions. It looks like Proc::ProcessTable will do what I want. And yes, that thread from 2001 has the answers I need. Cheers, mildside
[reply]
In Section
Seekers of Perl Wisdom