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.
40 lines
1.4 KiB
40 lines
1.4 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Connection Tracking</title>
|
|
#%env/templates/metas.template%#
|
|
<meta http-equiv="REFRESH" content="3">
|
|
</head>
|
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
|
#%env/templates/header.template%#
|
|
<br><br>
|
|
<h2>Connection Tracking</h2>
|
|
<p>
|
|
<h3>Incoming Connections</h3>
|
|
Showing #[numActiveRunning]# active connections, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.<br>
|
|
<table border="0" cellpadding="2" cellspacing="1">
|
|
<tr class="TableHeader" valign="bottom">
|
|
<td class="small">Protocol</td>
|
|
<td class="small">Duration</td>
|
|
<td class="small">Source IP[:Port]</td>
|
|
<td class="small">Dest. IP[:Port]</td>
|
|
<td class="small">Command</td>
|
|
<td class="small">Used</td>
|
|
</tr>
|
|
#{list}#
|
|
<tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#" title="#[sessionName]#">
|
|
<td class="small">#[proto]#</td>
|
|
<td class="small">#(ms)##[duration]#::#[duration]# ms#(/ms)#</td>
|
|
<td class="small">#[source]#</td>
|
|
<td class="small">#[dest]#</td>
|
|
<td class="small">#(running)#Waiting for new request nr. # #[reqNr]#::#[command]##(/running)#</td>
|
|
<td class="small">#[used]#</td>
|
|
</tr>
|
|
#{/list}#
|
|
</table>
|
|
</p>
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
</body>
|
|
</html> |