From 78c1ed384a798be38a82ab739433784af1c74fb3 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 13 Mar 2003 21:35:58 +0000 Subject: # Added default HTML files for HTTP error messages and the stats page. [Steven Young] --- doc/stats.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/stats.html (limited to 'doc/stats.html') diff --git a/doc/stats.html b/doc/stats.html new file mode 100644 index 0000000..2168606 --- /dev/null +++ b/doc/stats.html @@ -0,0 +1,10 @@ +{package} ({version}) stats + +

{package} ({version}) run-time statistics


+
+Number of open connections: {opens}
+Number of requests: {reqs}
+Number of bad connections: {badconns}
+Number of denied connections: {deniedconns}
+Number of refused connections due to high load: {refusedconns}
+
-- cgit v1.2.3