Add a warning that the statistics currently can't be trusted.
authorFabian Keil <fk@fabiankeil.de>
Sun, 8 May 2011 13:26:24 +0000 (13:26 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 8 May 2011 13:26:24 +0000 (13:26 +0000)
Mention Privoxy-Log-Parser's --statistics option as
an alternative for the time being.

templates/show-status

index f022538..a71e7ce 100644 (file)
   <!-- @if-have-stats-start -->
           @requests-blocked@ out of @requests-received@ requests have been blocked,
           which equals a block rate of @percent-blocked@%.
+        </p>
+        <p>
+          <strong>Note that the statistics currently don't work properly for
+          reused connections where only the last request gets counted.
+          You may want to look into Privoxy-Log-Parser's --statistics option,
+          which doesn't have this limitation.</strong>
 <!-- if-have-stats-end@ -->
 <!-- @if-have-no-stats-start -->
           There haven't been any requests so far.