summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2018-08-07 14:19:31 +0000
committerRainer Jung <rjung@apache.org>2018-08-07 14:19:31 +0000
commit91fcde4bbbcd25bce5538a89696e99d20e166b53 (patch)
treec626bee498ad3d9145a2cad02d3df83991d0fded
parent28a2ff5bb75fd2e0ae832cda578d95f53e80fa98 (diff)
downloadhttpd-91fcde4bbbcd25bce5538a89696e99d20e166b53.tar.gz
Propose a few monitoring improvements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837599 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS35
1 files changed, 35 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 02cfa87e20..1490946bc9 100644
--- a/STATUS
+++ b/STATUS
@@ -200,6 +200,41 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: http://home.apache.org/~jim/patches/socache_redis.patch
+1: jim,
+ *) mod_proxy: Improve the balancer member data shown
+ in mod_status when "ProxyStatus" is "On":
+ add "busy" count and show byte counts in auto
+ mode always in units of kilobytes.
+ trunk: http://svn.apache.org/r1837588
+ 2.4.x patch: svn merge -c 1837588 ^/httpd/httpd/trunk .
+ (adjust CHANGES)
+ +1: rjung
+
+ *) mod_status: Complete the data shown for async
+ MPMs in "auto" mode. Added number of processes,
+ number of stopping processes and number
+ of busy and idle workers.
+ trunk: http://svn.apache.org/r1837589
+ 2.4.x patch: svn merge -c 1837589 ^/httpd/httpd/trunk .
+ (adjust CHANGES)
+ +1: rjung
+
+ *) mod_status: Add cumulated response duration time
+ in milliseconds.
+ trunk: http://svn.apache.org/r1837590
+ 2.4.x patch: svn merge -c 1837590 ^/httpd/httpd/trunk .
+ (adjust CHANGES and include/ap_mmn.h)
+ +1: rjung
+
+ *) mod_status: Cumulate CPU time of exited child
+ processes in the "cu" and "cs" values.
+ Add CPU time of the parent process to the
+ "c" and "s" values.
+ trunk: http://svn.apache.org/r1837595
+ 2.4.x patch: svn merge -c 1837595 ^/httpd/httpd/trunk .
+ (adjust CHANGES and include/ap_mmn.h)
+ +1: rjung
+
+
PATCHES/ISSUES THAT ARE BEING WORKED
[ New entries should be added at the START of the list ]