On (11/03 09:06), Kaare Rasmussen wrote:

> Can I look into the memory allocation of of a running server written in 
> Perl?

Devel::Size is pretty goodly for this. It has some known problems but in
my opinion they are minor. At work, I'm actually using Devel::Size and
POE together with great success. We're actually recording the
approximate memory footprint of each session so we can determine which
subsystem is causing memory bloat. because of the Devel::Size's
problems, its only approximate but its way better than nothing.

--
sungo
http://eekeek.org

Reply via email to