Manpages

Manpage of Apache::Symdump

Apache::Symdump

Section: User Contributed Perl Documentation (3)
Updated: 1998-11-07
Index
Return to Main Contents
 

NAME

Apache::Symdump - Symbol table snapshots  

SYNOPSIS

 PerlLogHandler Apache::Symdump


 

DESCRIPTION

Apache:Symdump uses Devel::Symdump to record snapshots of the Perl symbol table in ServerRoot/logs/symdump.$$.$n Where $$ is the process id and $n is incremented each time the handler is run. The diff utility can be used to compare snapshots and get an idea of what might be making a process grow. Normally, new symbols come from modules or scripts that were not preloaded, the Perl method cache, etc.

 % diff -u symdump.$$.0 symdump.$$.1


 

CAVEATS

Apache::Symdump does not cleanup up its snapshot files, do so simply by:

 % rm logs/symdump.* logs/incdump.*


 

SEE ALSO

Devel::Symdump(3), Apache::Leak(3)  

AUTHOR

Doug MacEachern


 

Index

NAME
SYNOPSIS
DESCRIPTION
CAVEATS
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 18:28:33 GMT, April 19, 2024