=head1 NAME Apache::Symdump - Symbol table snapshots =head1 Synopsis PerlLogHandler Apache::Symdump =head1 Description C will record snapshots of the Perl symbol table for you to look at later. It records them in C. Where C<$$> is the process id and C<$n> is incremented each time the handler is run. The C 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 =head1 Caveats C does not cleanup up its snapshot files, do so simply by: % rm logs/symdump.* logs/incdump.* =head1 See Also C, L =head1 Maintainers Maintainer is the person(s) you should contact with updates, corrections and patches. =over =item * The L =back =head1 Authors =over =item * Doug MacEachern =back Only the major authors are listed above. For contributors see the Changes file. =cut