From: Eric Covener Date: Thu, 4 Nov 2010 16:08:31 +0000 (+0000) Subject: PR45017: document obscure GprofDir directive X-Git-Tag: 2.3.9~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=544b18af99086d84d8a594a372181f5806b5daf8;p=apache PR45017: document obscure GprofDir directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index c875b3df38..53e4c58149 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -56,6 +56,7 @@ available
  • <Files>
  • <FilesMatch>
  • ForceType
  • +
  • GprofDir
  • HostnameLookups
  • <If>
  • <IfDefine>
  • @@ -1469,6 +1470,25 @@ media type in the HTTP Content-Type header field a Content-Type, this directive has no effect.

    + +
    top
    +

    GprofDir Directive

    + + + + + + +
    Description:Directory to write gmon.out profiling data to.
    Syntax:GprofDir /tmp/gprof/|/tmp/gprof/%
    Context:server config, virtual host
    Status:Core
    Module:core
    +

    When the server has been compiled with gprof profiling suppport, + GprofDir causes gmon.out files to + be written to the specified directory when the process exits. If the + argument ends with a percent symbol ('%'), subdirectories are created + for each process id.

    + +

    This directive currently only works with the prefork + PM.

    +
    top

    HostnameLookups Directive

    diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index e2a8b13d32..e713791a84 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1453,6 +1453,24 @@ media type in the HTTP Content-Type header field + +GprofDir +Directory to write gmon.out profiling data to. +GprofDir /tmp/gprof/|/tmp/gprof/% +server configvirtual host + + + +

    When the server has been compiled with gprof profiling suppport, + GprofDir causes gmon.out files to + be written to the specified directory when the process exits. If the + argument ends with a percent symbol ('%'), subdirectories are created + for each process id.

    + +

    This directive currently only works with the prefork + PM.

    +
    +
    HostnameLookups