(Answer) (Category) LON-CAPA User Help : (Category) Software Developer Tips :
Interactive Memory Exploration
You will need the B-Size and Devel-Symdump CPAN modules

Add to httpd.conf

PerlModule B::TerseSize
PerlModule Apache::Status

<Location /perl-status>
  SetHandler perl-script
  PerlHandler Apache::Status
  PerlSetVar StatusTerse On
  PerlSetVar StatusTerseSize On
  PerlSetVar StatusTerseSizeMainSummary On
  PerlSetVar StatusDumper On
  PerlSetVar StatusPeek On
  Order Deny,Allow
  Deny from All
  Allow from localhost
</Location>

and localhost/perl-status will ave a nice browsable view of where
memory is currently being used.

You might want to use the -X option.

[Append to This Answer]
Previous: (Answer) Profiling Apache Processes
This document is: http://help.loncapa.org/cgi-bin/fom?file=211
[Search] [Appearance] [Show This Answer As Text]
This is a Faq-O-Matic 2.719.
This FAQ administered by the LON-CAPA team at MSU. Submit a help request ticket to contact us.