summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-02-16 02:49:33 +0100
committerGitHub <noreply@github.com>2018-02-16 02:49:33 +0100
commitc345cbc05311d8ecc51752c59b102d0323bcfb6c (patch)
tree417969289899fa6f561a1db3af0398639a4441b7 /README.rst
parentdacda12b6d8ab2802eaa562dd1267e3799673166 (diff)
downloadbugzilla-c345cbc05311d8ecc51752c59b102d0323bcfb6c.tar.gz
bugzilla-c345cbc05311d8ecc51752c59b102d0323bcfb6c.tar.xz
no bug - add USE_NYTPROF to PerlPassEnv (#395)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6c150dba4..555d5f951 100644
--- a/README.rst
+++ b/README.rst
@@ -282,6 +282,18 @@ HTTPD_MaxRequestsPerChild
will die. If MaxRequestsPerChild is 0, then the process will never expire.
Default: 4000
+USE_NYTPROF
+ Write `Devel::NYTProf`_ profiles out for each requests.
+ These will be named /app/data/nytprof.$host.$script.$n.$pid, where $host is
+ the hostname of the container, script is the name of the script (without
+ extension), $n is a number starting from 1 and incrementing for each
+ request to the worker process, and $pid is the worker process id.
+
+NYTPROF_DIR
+ Alternative location to store profiles from the above option.
+
+.. _`Devel::NYTProf`: https://metacpan.org/pod/Devel::NYTProf
+
Persistent Data Volume
----------------------