summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2011-01-19 11:56:05 +0100
committerjasplin <qt-info@nokia.com>2011-01-19 11:56:05 +0100
commit7ca54e072597a981267debbafbf4278ec95ece80 (patch)
treeee9257731684e49794159ea2551fe476de987cfc /web
parentd9ac76c93bf56499554876796ec8e5c8f277f4de (diff)
Minor cleanup.
Diffstat (limited to 'web')
-rw-r--r--web/getstats/help_tsbm.html24
-rw-r--r--web/getstats/index.html7
2 files changed, 21 insertions, 10 deletions
diff --git a/web/getstats/help_tsbm.html b/web/getstats/help_tsbm.html
index 81fd50d..24a79f9 100644
--- a/web/getstats/help_tsbm.html
+++ b/web/getstats/help_tsbm.html
@@ -24,7 +24,7 @@ li {padding:5px}
<h2>Overview</h2>
&nbsp;<img src="images/help_overview_anno.png" /><br /><br />
-<h3>Main context</h3>
+<h2>Main context</h2>
<b>Note:</b> Some of the terms and concepts in the below table are described
in greater detail elsewhere. The additional documentation can often be
@@ -86,7 +86,10 @@ accessed through a link.
</td>
</tr>
<tr>
- <td style="text-align:right"><b>Minimum durability tolerance</b></td>
+ <td style="text-align:right">
+ <a name="mindurtol" />
+ <b>Minimum durability tolerance</b>
+ </td>
<td>
The minimum length a contiguous sequence of significantly equal median
observations must have for it to achieve a durability score greater
@@ -96,7 +99,10 @@ accessed through a link.
</td>
</tr>
<tr>
- <td style="text-align:right"><b>Maximum durability tolerance</b></td>
+ <td style="text-align:right">
+ <a name="maxdurtol" />
+ <b>Maximum durability tolerance</b>
+ </td>
<td>
The length of a contiguous sequence of significantly equal median
observations that is sufficient to achieve the maximum durability score
@@ -107,7 +113,7 @@ accessed through a link.
</table>
-<h3>Time series statistics</h3>
+<h2>Time series statistics</h2>
<b>Note:</b> Some of the terms and concepts in the below table are described
in greater detail elsewhere. The additional documentation can often be
@@ -250,7 +256,9 @@ accessed through a link.
its <a href="#changes">base snapshot</a>.
<br /><br />The score ranges from 0 (weak durability) to 1 (strong
- durability) and is scaled against the min/max durability tolerances.
+ durability) and is scaled against
+ the <a href="#mindurtol">min</a>/<a href="#maxdurtol">max</a> durability
+ tolerances.
<br /><br />This score measures for how long the median observation
stayed near the base value until the last significant change occurred.
@@ -265,7 +273,9 @@ accessed through a link.
series.
<br /><br />The score ranges from 0 (weak durability) to 1 (strong
- durability) and is scaled against the min/max durability tolerances.
+ durability) and is scaled against
+ the <a href="#mindurtol">min</a>/<a href="#maxdurtol">max</a> durability
+ tolerances.
<br /><br />This score measures for how long the median observation at
the last significant change has stayed essentially the same.
@@ -302,7 +312,7 @@ accessed through a link.
-<h3>Benchmark and metric</h3>
+<h2>Benchmark and metric</h2>
The benchmark name consists of three subnames and is formatted like this:
<br /><br />
&lt;subname 1&gt;<b>:</b>&lt;subname 2&gt;<b>(</b>&lt;subname 3&gt;<b>)</b>
diff --git a/web/getstats/index.html b/web/getstats/index.html
index 992165f..5015a29 100644
--- a/web/getstats/index.html
+++ b/web/getstats/index.html
@@ -85,7 +85,7 @@
</script>
(<span id="tsstats_nsnapshots">0</span>&nbsp;snapshots)
</td>
- <td id="diff_tol_lead">Difference tolerance (<i>DFT</i>):
+ <td id="diff_tol_lead">Difference tolerance:
<select id="diff_tol" onchange="updateActions()">
<option value="1.0">1.0</option>
<option value="1.01">1.01</option>
@@ -104,7 +104,8 @@
"the median observation in two snapshots. " +
"A change is considered <i>significant</i> " +
"if it is either greater than <i>DFT</i> " +
- "or less than 1&nbsp;/&nbsp;<i>DFT</i>.");
+ "or less than 1&nbsp;/&nbsp;<i>DFT</i>, where <i>DFT</i> " +
+ "is the difference tolerance.");
</script>
</td>
</tr>
@@ -135,7 +136,7 @@
<tr>
<td></td>
<td id="dur_tol_max_lead">
- Maximum durability tolerance (<i>DRT<sub>max</sub></i>):
+ Maximum durability tolerance:
<select id="dur_tol_max" onchange="updateActions()">
<option value="10">10</option>
<option value="20">20</option>