summaryrefslogtreecommitdiff
path: root/htroot/Network.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-02-24 13:53:55 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-02-24 13:53:55 +0000
commitf175f9a2d33d4e1b9bdd412f76fe8b4759c12a75 (patch)
treecbe36af244b4a10f5fefcce7acfa8d10ff597234 /htroot/Network.html
parent84222e3b4f8273e6bb8e4c6cee1561869f69de17 (diff)
changed way how number of search requests are counted:
so far only search requests at the remote search interface had been counted. This was done to protect the privacy of searchers, because counting was not done and published at the own search interface. This caused that no search requests of robinson peers had been counted, becuase they cannot be counted at remote peer. This change introduces a distinction of locally done search requests at the local search interface from search requests that are on the local interface but had been submitted from a remote IP without authentication. Now 3 counters are maintained: - partial count of remote searches - total count of local searches on robinson peers from non-authenticated clients - total count of local searches on robinson peers from localhost or authenticated clients In the global statistic of search requests now the first two counters of the three cases are added Because we habe a large number of robinson peers with a large number of remote non-authenticated requests the statistic should show at least three times of the number of search requests. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6696 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.html')
-rw-r--r--htroot/Network.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/htroot/Network.html b/htroot/Network.html
index 1860c65f6..ddd5e4ea9 100644
--- a/htroot/Network.html
+++ b/htroot/Network.html
@@ -233,12 +233,12 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<td>Sent<br />URLs</td>
<td>Received<br />Words</td>
<td>Received<br />URLs</td>
- <td>PPM</td>
- <td>QPH</td>
- <td>total PPM</td>
- <td>total QPH</td>
- <td>#Seeds</td>
- <td>#Connects<br />per hour</td>
+ <td>Known Seeds</td>
+ <td>Connects<br />per hour</td>
+ <td>Indexing PPM</td>
+ <td>QPH<br />(public&nbsp;local+remote)</td>
+ <td>QPH<br />(public&nbsp;local)</td>
+ <td>QPH<br />(remote)</td>
</tr>
<tr class="TableCellDark">
<td>#[my-name]#</td>
@@ -253,12 +253,12 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<td align="right">#[my-sU]#</td>
<td align="right">#[my-rI]#</td>
<td align="right">#[my-rU]#</td>
- <td align="right">#[my-ppm]#</td>
- <td align="right">#[my-qph]#</td>
- <td align="right">#[my-totalppm]#</td>
- <td align="right">#[my-totalqph]#</td>
<td align="right">#[my-seeds]#</td>
<td align="right">#[my-connects]#</td>
+ <td align="right">#[my-ppm]#</td>
+ <td align="right">#[my-qph]#</td>
+ <td align="right">#[my-qph-publocal]#</td>
+ <td align="right">#[my-qph-pubremote]#</td>
</tr>
</table>
</div>