Manual Pages for UNIX Darwin command on man Apache::Symdump
MyWebUniversity

Manual Pages for UNIX Darwin command on man Apache::Symdump

Apache::Symdump(3) User Contributed Perl Documentation Apache::Symdump(3)

NAME

Apache::Symdump - Symbol table snapshots

SYNOPSIS

PerlLogHandler Apache::Symdump

DESCRIPTION

Apache:Symdump uses Devel::Symdump to record snapshots of the Perl sym-

bol table in ServerRoot/logs/symdump.$$.$n Where $$$$ is the process id

and $$nn is incremented each time the handler is run. The ddiiffff utility

can be used to compare snapshots and get an idea of what might be mak-

ing 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

CCAAVVEEAATTSS

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

perl v5.8.6 2000-03-30 Apache::Symdump(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™