]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Extract some more data through the server load API:
authorJoe Orton <jorton@apache.org>
Wed, 3 Oct 2012 08:20:50 +0000 (08:20 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 3 Oct 2012 08:20:50 +0000 (08:20 +0000)
commit501d655cfe6981cee4da872f96f22e42f34b6f36
tree2ea226dc4e857478c679bedc7946792f8f6da732
parent72fc6e59a2ae4e2a1b28929e7d06f8af8239071e
Extract some more data through the server load API:

* include/httpd.h (struct ap_sload_t): Add bytes_served, access_count
  fields.

* server/util.c (ap_get_sload): Fill in those fields.

Submitted by: Jan Kaluza <jkaluza redhat.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1393338 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
server/util.c