NAME
asdump - Apache::SharedMem data dumper
DESCRIPTION
Dump the contents of a root map and all its namespaces. root map's key can be found in your apache logs when you turn Apache::SharedMem in debug mode.
USAGE
asdump <--rootkey=xxxxx | --docroot=/path/to/document/root/ [--uid]>
rootkey: Specify a rootkey, default is based on you actual working directory and UID. see Apache::SharedMem for more details.
If you don't know the rootkey value, you can give some info to asdump to find the rootkey:
docroot: DOCUMENT_ROOT of Apache server, if you are using mod_perl, this should be the value of PROJECT_DOCUMENT_ROOT in your httpd.conf.
uid|user: numeric uid or user of Apache server, if not specified, take your actual UID.
AUTHOR
Olivier Poitrey <rs@rhapsodyk.net>