]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_status: Cumulate CPU time of exited child
authorRainer Jung <rjung@apache.org>
Tue, 7 Aug 2018 13:04:05 +0000 (13:04 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 7 Aug 2018 13:04:05 +0000 (13:04 +0000)
commited521579496724570446484fa524a023518cdcb5
tree60d8c4bf6a142afe947748aa8fd0377a4aaa5bd2
parent2a7d17c766f2e13e1e1326f5060e2f838a39335f
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837595 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/scoreboard.h
modules/generators/mod_status.c
server/mpm_common.c
server/scoreboard.c