From f3e06436b5a6081e71c6308ca136e9ff1fa1ebef Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 13 Sep 2009 03:48:24 +0530 Subject: doc: Move templates to data/templates/ directory --- data/templates/stats.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 data/templates/stats.html (limited to 'data/templates/stats.html') diff --git a/data/templates/stats.html b/data/templates/stats.html new file mode 100644 index 0000000..7179859 --- /dev/null +++ b/data/templates/stats.html @@ -0,0 +1,69 @@ + + + + + + +{package} version {version} run-time statistics + + + + + + + + +

{package} version {version} run-time statistics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameValue
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}
+ +
+ +

Generated by {package} version {version}.

+ + + + -- cgit v1.2.3