diff options
Diffstat (limited to '')
-rw-r--r-- | doc/stats.html | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ +<html><head><title>{package} ({version}) stats</title></head> +<body> +<center><h2>{package} ({version}) run-time statistics</h2></center><hr> +<blockquote> +Number of open connections: {opens}<br> +Number of requests: {reqs}<br> +Number of bad connections: {badconns}<br> +Number of denied connections: {deniedconns}<br> +Number of refused connections due to high load: {refusedconns}<br> +</blockquote></body></html> |