You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140 lines
4.7 KiB
140 lines
4.7 KiB
18 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
18 years ago
|
<title>YaCy '#[clientname]#': Access Tracker</title>
|
||
18 years ago
|
#%env/templates/metas.template%#
|
||
|
</head>
|
||
18 years ago
|
<body id="AccessTracker">
|
||
18 years ago
|
#%env/templates/header.template%#
|
||
|
<div class="SubMenu">
|
||
18 years ago
|
<h3>Access Tracker Menu</h3>
|
||
18 years ago
|
<ul class="SubMenu">
|
||
18 years ago
|
<li><a href="/AccessTracker_p.html?page=0" class="MenuItemLink lock">Server Access Tracker</a></li>
|
||
|
<li><a href="/AccessTracker_p.html?page=2" class="MenuItemLink lock">Local Search Log</a></li>
|
||
|
<li><a href="/AccessTracker_p.html?page=3" class="MenuItemLink lock">Local Search Host Tracker</a></li>
|
||
|
<li><a href="/AccessTracker_p.html?page=4" class="MenuItemLink lock">Remote Search Log</a></li>
|
||
|
<li><a href="/AccessTracker_p.html?page=5" class="MenuItemLink lock">Remote Search Host Tracker</a></li>
|
||
18 years ago
|
</ul>
|
||
|
</div>
|
||
|
#(page)#
|
||
18 years ago
|
<h2>Server Access Tracker</h2>
|
||
|
<p>This is a list of requests to the local http server within the last hour.</p>
|
||
|
<p>Showing #[num]# requests.</p>
|
||
|
<table border="0" cellpadding="2" cellspacing="1">
|
||
|
<tr class="TableHeader">
|
||
|
<td>Host</td>
|
||
|
<td>Date</td>
|
||
|
<td>Path</td>
|
||
|
</tr>
|
||
|
#{list}#
|
||
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
||
|
<td>#[host]#</td>
|
||
|
<td>#[date]#</td>
|
||
|
<td>#[path]#</td>
|
||
|
</tr>
|
||
|
#{/list}#
|
||
|
</table>
|
||
|
::
|
||
18 years ago
|
::
|
||
18 years ago
|
<h2>Local Searches</h2>
|
||
18 years ago
|
<p>This is a list of searches that had been requested from this' peer search interface</p>
|
||
18 years ago
|
<p>Showing #[num]# entries from a total of #[total]# requests.</p>
|
||
18 years ago
|
<table border="0" cellpadding="2" cellspacing="1">
|
||
|
<tr class="TableHeader">
|
||
|
<td>Requesting Host</td>
|
||
|
<td>Date</td>
|
||
18 years ago
|
<td>Offset</td>
|
||
18 years ago
|
<td>Expected Results</td>
|
||
|
<td>Returned Results</td>
|
||
|
<td>Expected Time</td>
|
||
|
<td>Used Time</td>
|
||
18 years ago
|
<td>Query</td>
|
||
18 years ago
|
</tr>
|
||
|
#{list}#
|
||
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
||
|
<td>#[host]#</td>
|
||
|
<td>#[date]#</td>
|
||
18 years ago
|
<td>#[offset]#</td>
|
||
18 years ago
|
<td>#[querycount]#</td>
|
||
|
<td>#[resultcount]#</td>
|
||
|
<td>#[querytime]#</td>
|
||
|
<td>#[resulttime]#</td>
|
||
18 years ago
|
<td>#[querystring]#</td>
|
||
18 years ago
|
</tr>
|
||
|
#{/list}#
|
||
|
</table>
|
||
|
::
|
||
18 years ago
|
<h2>Local Search Tracker</h2>
|
||
18 years ago
|
<p>This is a list of searches that had been requested from this' peer search interface</p>
|
||
18 years ago
|
<p>Showing #[num]# entries from a total of #[total]# requests.</p>
|
||
18 years ago
|
<table border="0" cellpadding="2" cellspacing="1">
|
||
|
<tr class="TableHeader">
|
||
|
<td>Requesting Host</td>
|
||
|
<td>Count</td>
|
||
18 years ago
|
<td>Queries Per Last Hour</td>
|
||
18 years ago
|
<td>Access Dates</td>
|
||
|
</tr>
|
||
|
#{list}#
|
||
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
||
|
<td>#[host]#</td>
|
||
|
<td>#[count]#</td>
|
||
18 years ago
|
<td>#[qph]#</td>
|
||
18 years ago
|
<td>#{dates}##[date]# #{/dates}#</td>
|
||
18 years ago
|
</tr>
|
||
|
#{/list}#
|
||
|
</table>
|
||
18 years ago
|
::
|
||
18 years ago
|
<h2>Remote Searches</h2>
|
||
18 years ago
|
<p>This is a list of searches that had been requested from remote peer search interface</p>
|
||
18 years ago
|
<p>Showing #[num]# entries from a total of #[total]# requests.</p>
|
||
18 years ago
|
<table border="0" cellpadding="2" cellspacing="1">
|
||
|
<tr class="TableHeader">
|
||
|
<td>Requesting Host</td>
|
||
18 years ago
|
<td>Peer Name</td>
|
||
18 years ago
|
<td>Date</td>
|
||
|
<td>Expected Results</td>
|
||
|
<td>Returned Results</td>
|
||
|
<td>Expected Time</td>
|
||
|
<td>Used Time</td>
|
||
18 years ago
|
<td>Search Word Hashes</td>
|
||
18 years ago
|
</tr>
|
||
|
#{list}#
|
||
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
||
|
<td>#[host]#</td>
|
||
18 years ago
|
<td>#[peername]#</td>
|
||
18 years ago
|
<td>#[date]#</td>
|
||
|
<td>#[querycount]#</td>
|
||
|
<td>#[resultcount]#</td>
|
||
|
<td>#[querytime]#</td>
|
||
|
<td>#[resulttime]#</td>
|
||
|
<td>#[queryhashes]#</td>
|
||
|
</tr>
|
||
|
#{/list}#
|
||
|
</table>
|
||
18 years ago
|
::
|
||
18 years ago
|
<h2>Remote Search Tracker</h2>
|
||
18 years ago
|
<p>This is a list of searches that had been requested from remote peer search interface</p>
|
||
18 years ago
|
<p>Showing #[num]# entries from a total of #[total]# requests.</p>
|
||
18 years ago
|
<table border="0" cellpadding="2" cellspacing="1">
|
||
|
<tr class="TableHeader">
|
||
|
<td>Requesting Host</td>
|
||
18 years ago
|
<td>Peer Name</td>
|
||
18 years ago
|
<td>Count</td>
|
||
18 years ago
|
<td>Queries Per Last Hour</td>
|
||
18 years ago
|
<td>Access Dates</td>
|
||
|
</tr>
|
||
|
#{list}#
|
||
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
||
|
<td>#[host]#</td>
|
||
18 years ago
|
<td>#[peername]#</td>
|
||
18 years ago
|
<td>#[count]#</td>
|
||
18 years ago
|
<td>#[qph]#</td>
|
||
18 years ago
|
<td>#{dates}##[date]# #{/dates}#</td>
|
||
18 years ago
|
</tr>
|
||
|
#{/list}#
|
||
|
</table>
|
||
18 years ago
|
#(/page)#
|
||
|
#%env/templates/footer.template%#
|
||
|
</body>
|
||
|
</html>
|