diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-06-15 09:50:02 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-06-15 09:50:02 +0200 |
| commit | 9dd790087d2ab75cb4b29a99e1db0652eaaf8f17 (patch) | |
| tree | 26a165acbc52eadff31a8181b9509980b7708542 /htroot/ConfigHTCache_p.html | |
| parent | 5fdd5d16b1ae40e596c57ebe737f990f16a3fd52 (diff) | |
Added HT Cache basic statistics (hit rate)
Diffstat (limited to 'htroot/ConfigHTCache_p.html')
| -rw-r--r-- | htroot/ConfigHTCache_p.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/ConfigHTCache_p.html b/htroot/ConfigHTCache_p.html index 48bc2eb9a..cf4b3b903 100644 --- a/htroot/ConfigHTCache_p.html +++ b/htroot/ConfigHTCache_p.html @@ -16,6 +16,8 @@ <form action="ConfigHTCache_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <fieldset><legend>HTCache Configuration</legend> <dl> + <dt title="A cache hit occurs when the requested data can be found in a cache.">Cache hits</dt> + <dd>#[hitRate]# ( #[hits]# hits for a total of #[requests]# requests )</dd> <dt><label for="HTCachePath">The path where the cache is stored</label></dt> <dd><input name="HTCachePath" id="HTCachePath" type="text" size="20" maxlength="300" value="#[HTCachePath]#" /></dd> <dt><label>The current size of the cache</label></dt> |
