summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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
----------------------