From c345cbc05311d8ecc51752c59b102d0323bcfb6c Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 15 Feb 2018 20:49:33 -0500 Subject: no bug - add USE_NYTPROF to PerlPassEnv (#395) --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.rst') 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 ---------------------- -- cgit v1.2.3-24-g4f1b