From 14d31ed63fceb733e219ed2a290f0c2b87749953 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Fri, 22 Apr 2022 05:27:47 +0000 Subject: [PATCH] Prettify stats.html --- data/templates/stats.html | 150 ++++++++++++++++++++++---------------- 1 file changed, 88 insertions(+), 62 deletions(-) diff --git a/data/templates/stats.html b/data/templates/stats.html index 7179859..a8c3e07 100644 --- a/data/templates/stats.html +++ b/data/templates/stats.html @@ -1,69 +1,95 @@ - - + - + + + Stats [{package} v{version}] + + + - -{package} version {version} run-time statistics - + +
+
+ + + + + + + + - - - - - - -

{package} version {version} run-time statistics

- -
{package} v{version} statistics
Open connections{opens}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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}.

- - + + Refused (high load) + {refusedconns} + + + Total requests + {reqs} + + +
+
+