http://www.perlmonks.org?node_id=463059


in reply to Is there any way to report mem usage?

You can use Proc::ProcessTable to get information about processes including their memory usage (VSize).

Recently I have also uploaded to CPAN Memchmark, a module that lets measure memory consumption for different algorithms comparing the results, though it is still a very early release.

  • Comment on Re: Is there any way to report mem usage?