summaryrefslogtreecommitdiff
path: root/htroot/Connections_p.html
diff options
context:
space:
mode:
authortheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-10-12 08:17:43 +0000
committertheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-10-12 08:17:43 +0000
commitc8a35a013077267da0cec88748b416355879d685 (patch)
tree9b62b76e3f40e1e7fb987aa4477e651e31e7eca0 /htroot/Connections_p.html
parent6d93ecf9478a96aac650fa96fa93608c00b369b6 (diff)
*) Adding new connection tracking page (currently only for incoming connections)
*) Displaying statistic for incoming connections on status page *) Bugfix for Loop-Access Bug when trying to access the yacy page while yacy is configured as proxy See: http://www.yacy-forum.de/viewtopic.php?p=6826 *) Bugfix for Referer Bug See: http://www.yacy-forum.de/viewtopic.php?p=11098#11098 *) Adding reverse Name lookup for yacy-domain names (used by the connection tracking page) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@916 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Connections_p.html')
-rw-r--r--htroot/Connections_p.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/htroot/Connections_p.html b/htroot/Connections_p.html
new file mode 100644
index 000000000..c3941206f
--- /dev/null
+++ b/htroot/Connections_p.html
@@ -0,0 +1,37 @@
+<!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>
+#[metas]#
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+#[header]#
+<p><h2>Connection Tracking</h2></p>
+<p><h3>Incoming Connections</h3></p>
+<p>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>
+
+#[footer]#
+
+</body>
+</html> \ No newline at end of file